From: Adrian Alonso Date: Wed, 24 Aug 2011 21:40:53 +0000 (-0500) Subject: layer: meta-freescale bsp layer settings X-Git-Tag: 2.1~2015 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=75a532f700c78984135e78fe884370c6db4407d9;p=meta-freescale.git layer: meta-freescale bsp layer settings * layer.conf: sets the search paths to include the custom BSP package build descriptors (recipes) * It also sets the priority to override common recipes provided in multiple layers. Signed-off-by: Adrian Alonso --- 75a532f700c78984135e78fe884370c6db4407d9 diff --git a/meta-fsl-arm/conf/layer.conf b/meta-fsl-arm/conf/layer.conf new file mode 100644 index 00000000..91a1cdea --- /dev/null +++ b/meta-fsl-arm/conf/layer.conf @@ -0,0 +1,13 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# Include default versions +require conf/distro/include/fsl-default-revisions.inc + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "freescale" +BBFILE_PATTERN_freescale := "^${LAYERDIR}/" +BBFILE_PRIORITY_freescale = "5"