From 75a532f700c78984135e78fe884370c6db4407d9 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Wed, 24 Aug 2011 16:40:53 -0500 Subject: [PATCH 1/1] 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 --- meta-fsl-arm/conf/layer.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-fsl-arm/conf/layer.conf 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" -- 2.40.1