diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-21 09:30:52 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-02-10 12:36:11 -0500 |
commit | 2318da517d7e15770abe5067bdd6d6ce8200caab (patch) | |
tree | e0867c8993d3504e932d63bdfce92c93b5dce79f | |
parent | cfa6717d3a63c1cdf286f6a4db7bc24e8d938a0d (diff) | |
download | meta-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>
-rw-r--r-- | conf/multiconfig/container.conf | 3 |
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 @@ | |||
1 | DISTRO = "poky" | ||
2 | MACHINE = "qemux86-64" | ||
3 | # TMPDIR = "container-tmp" | ||