summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-12-21 09:30:52 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-02-10 12:36:11 -0500
commit2318da517d7e15770abe5067bdd6d6ce8200caab (patch)
treee0867c8993d3504e932d63bdfce92c93b5dce79f /conf
parentcfa6717d3a63c1cdf286f6a4db7bc24e8d938a0d (diff)
downloadmeta-virtualization-2318da517d7e15770abe5067bdd6d6ce8200caab.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/multiconfig/container.conf3
1 files changed, 3 insertions, 0 deletions
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 @@
1DISTRO = "poky"
2MACHINE = "qemux86-64"
3# TMPDIR = "container-tmp"