From 90040ce7b5bcba842f3d1eca92a2dc150fd296fd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 22 Mar 2010 18:11:41 +0000 Subject: Switch to bblayers configuration Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/conf/layer.conf (limited to 'meta/conf/layer.conf') diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf new file mode 100644 index 0000000000..567964f1ef --- /dev/null +++ b/meta/conf/layer.conf @@ -0,0 +1,11 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" + +BBFILE_COLLECTIONS += "normal"" +BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/" +BBFILE_PRIORITY_normal = "5" + + -- cgit v1.2.3-54-g00ecf