From 6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:29:32 +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 --- meta-eca-bsp/conf/layer.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-eca-bsp/conf/layer.conf (limited to 'meta-eca-bsp/conf/layer.conf') diff --git a/meta-eca-bsp/conf/layer.conf b/meta-eca-bsp/conf/layer.conf new file mode 100644 index 0000000..6328a44 --- /dev/null +++ b/meta-eca-bsp/conf/layer.conf @@ -0,0 +1,13 @@ +# 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" + +# Clanton has own kernel recipe +BBFILES_clanton += "${LAYERDIR}/recipes-*/*/clanton/*.bbappend" + +BBFILE_COLLECTIONS += "ecabsp" +BBFILE_PATTERN_ecabsp = "^${LAYERDIR}/" +BBFILE_PRIORITY_ecabsp = "5" -- cgit v1.2.3-54-g00ecf