diff options
Diffstat (limited to 'meta-agl-lxc/conf/layer.conf')
-rw-r--r-- | meta-agl-lxc/conf/layer.conf | 11 |
1 files changed, 11 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" |