From ee97d3d279164f8b44fb8afc997e4ae953d17106 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:07 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- conf/layer.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/layer.conf (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 00000000..3d21667b --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,18 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "virtualization-layer" +BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_virtualization-layer = "7" + +# Custom licenses used by some packages in this layer +LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" + +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_virtualization-layer = "1" + +LAYERDEPENDS_virtualization-layer = "core networking-layer" -- cgit v1.2.3-54-g00ecf