[meta-freescale] [meta-fsl-arm][PATCH 11/11] layer.conf: include layer-specific bb files

b28495 at freescale.com b28495 at freescale.com
Fri Jul 3 08:03:34 PDT 2015


From: Ting Liu <ting.liu at freescale.com>

asf_git.bb was put into openembeded-layer folder, include it.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index e260e62..bd6b1c6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -21,3 +21,5 @@ ${FSL_MIRROR}	http://download.ossystems.com.br/bsp/freescale/source/ \n \
 # layer is included in our configuration
 BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \
                for layer in BBFILE_COLLECTIONS.split())}"
+BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
+               for layer in BBFILE_COLLECTIONS.split())}"
-- 
1.9.1



More information about the meta-freescale mailing list