From c1e4031179842027809b9abae97d4182a0c00e73 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 18 Apr 2011 11:02:19 +0200 Subject: meta-gpe: add layer Signed-off-by: Koen Kooi --- meta-gpe/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-gpe/conf/layer.conf (limited to 'meta-gpe/conf') diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf new file mode 100644 index 0000000000..d250555332 --- /dev/null +++ b/meta-gpe/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf and classes directory, prepend to BBPATH to prefer our versions +BBPATH := "${LAYERDIR}:${BBPATH}" + +# We have a recipes directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "gpe-layer" +BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_gpe-layer = "7" -- cgit v1.2.3-54-g00ecf