From 1b6242fc583a6b871304fb995af6dc211b58f69b Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:48:23 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- 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..23f4c8e --- /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-ip" +BBFILE_PATTERN_enea-ip := "^${LAYERDIR}/" +BBFILE_PRIORITY_enea-ip = "7" +LAYERDEPENDS_enea-ip = "enea" + +BB_DANGLINGAPPENDS_WARNONLY = "yes" -- cgit v1.2.3-54-g00ecf