From 9918831d613cfdff316a23b16670fadfbdc834d3 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 21 Apr 2011 20:03:19 +0200 Subject: meta-gnome: add empty layer Signed-off-by: Koen Kooi --- meta-gnome/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-gnome/conf/layer.conf (limited to 'meta-gnome/conf/layer.conf') diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf new file mode 100644 index 000000000..c878ecf2b --- /dev/null +++ b/meta-gnome/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 += "gnome-layer" +BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_gnome-layer = "7" -- cgit v1.2.3-54-g00ecf