From 8cbcad3e07c9ac2ffb539248f2eaeb0c49379fb8 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Fri, 18 Nov 2016 13:38:52 +0100 Subject: Initialize layer Signed-off-by: Adrian Dudau --- conf/layer.conf | 12 ++++++++++++ 1 file changed, 12 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 0000000..da41ab2 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/packagegroups/* \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "enea-bsp-x86" +BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" +BBFILE_PRIORITY_enea-bsp-x86 = "6" +LAYERDEPENDS_enea-bsp-x86 = "enea-bsp-common" -- cgit v1.2.3-54-g00ecf