diff options
Diffstat (limited to 'meta-agl-lxc/conf')
-rw-r--r-- | meta-agl-lxc/conf/layer.conf | 11 | ||||
-rw-r--r-- | meta-agl-lxc/conf/multiconfig/agl-container-guest.conf | 16 |
2 files changed, 27 insertions, 0 deletions
diff --git a/meta-agl-lxc/conf/layer.conf b/meta-agl-lxc/conf/layer.conf new file mode 100644 index 00000000..4030d6e9 --- /dev/null +++ b/meta-agl-lxc/conf/layer.conf @@ -0,0 +1,11 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH =. "${LAYERDIR}:" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "aglcontainermc" +BBFILE_PATTERN_aglcontainermc = "^${LAYERDIR}/" +BBFILE_PRIORITY_aglcontainermc = "100" +LAYERSERIES_COMPAT_aglcontainermc = "dunfell" diff --git a/meta-agl-lxc/conf/multiconfig/agl-container-guest.conf b/meta-agl-lxc/conf/multiconfig/agl-container-guest.conf new file mode 100644 index 00000000..d7b85ee5 --- /dev/null +++ b/meta-agl-lxc/conf/multiconfig/agl-container-guest.conf @@ -0,0 +1,16 @@ +OVERRIDES_append = ":aglcontainerguest" + +TMPDIR = "${TOPDIR}/tmp-${BB_CURRENT_MC}" + +# Can be blank as container image type results in a .tar.bz2 +AGL_DEFAULT_IMAGE_FSTYPES_aglcontainerguest = "" +AGL_EXTRA_IMAGE_FSTYPES_aglcontainerguest = "" + +IMAGE_FSTYPES_aglcontainerguest = "container" + +IMAGE_LINGUAS_append_aglcontainerguest = " en-us" + +PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" + +# We assume rngd is running on the host, so unnecessary in container +VIRTUAL-RUNTIME_rngd = "" |