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/conf/layer.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-eca/conf/layer.conf (limited to 'meta-eca/conf/layer.conf') diff --git a/meta-eca/conf/layer.conf b/meta-eca/conf/layer.conf new file mode 100644 index 0000000..c746254 --- /dev/null +++ b/meta-eca/conf/layer.conf @@ -0,0 +1,15 @@ +BBPATH ?= "" +# We add conf directory to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory containing .bb and .bbappend files, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "eca" +BBFILE_PATTERN_eca := "^${LAYERDIR}/" +BBFILE_PRIORITY_eca = "7" + +# Define a similar VARIABLE to COREBASE in order to get a reference to +# top directory easily +ECA_COREBASE := '${@os.path.normpath("${LAYERDIR}/../")}' -- cgit v1.2.3-54-g00ecf