From 2318da517d7e15770abe5067bdd6d6ce8200caab Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 21 Dec 2022 09:30:52 -0500 Subject: [PATCH] conf: add reference container multiconfig This is the start of a container multiconfig reference. See the container-host image type for an example use of the configuration. As usual, ensure that: BBMULTICONFIG = "container" is in your configuration to fully enable its use. Signed-off-by: Bruce Ashfield --- conf/multiconfig/container.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 conf/multiconfig/container.conf diff --git a/conf/multiconfig/container.conf b/conf/multiconfig/container.conf new file mode 100644 index 00000000..f1255521 --- /dev/null +++ b/conf/multiconfig/container.conf @@ -0,0 +1,3 @@ +DISTRO = "poky" +MACHINE = "qemux86-64" +# TMPDIR = "container-tmp"