From 31ce2d1a14de6d8439829dc8a046aeaeef734461 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:22:28 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- conf/layer.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/layer.conf (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..03dcaab --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,13 @@ +# We have a packages directory, add to BBFILES +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" +BBFILES += "${LAYERDIR}/images/*.bb*" +BBFILES += "${LAYERDIR}/images-append/*.bb*" + +BBFILE_COLLECTIONS += "enea-vt" +BBFILE_PATTERN_enea-vt := "^${LAYERDIR}/" +BBFILE_PRIORITY_enea-vt = "7" +LAYERDEPENDS_enea-vt = "enea" + +BB_DANGLINGAPPENDS_WARNONLY = "yes" -- cgit v1.2.3-54-g00ecf