From: Richard Purdie Date: Fri, 4 Mar 2011 10:55:52 +0000 (+0000) Subject: meta-yocto: Add layer.conf X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8167954999ef513b04d1fa4039007a7c74ab6b2a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta-yocto: Add layer.conf Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf new file mode 100644 index 00000000000..f11d8edfacb --- /dev/null +++ b/meta-yocto/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" + +BBFILE_COLLECTIONS += "yocto" +BBFILE_PATTERN_yocto := "^${LAYERDIR}/" +BBFILE_PRIORITY_yocto = "5" +