From 45d2e484f1262f1d5f5e3602f1e0fa5f6f88abf9 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 3 Feb 2016 13:08:39 +0100 Subject: intialize layer Signed-off-by: Adrian Dudau --- conf/layer.conf | 12 ++++++++++++ 1 file changed, 12 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..58c8466 --- /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}/images/* \ + ${LAYERDIR}/packagegroups/* \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "enea-bsp-base" +BBFILE_PATTERN_enea-bsp-base = "^${LAYERDIR}/" +BBFILE_PRIORITY_enea-bsp-base = "5" -- cgit v1.2.3-54-g00ecf