diff options
| author | Eric BENARD <eric@eukrea.com> | 2013-06-03 07:57:32 +0000 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-29 13:18:04 -0300 |
| commit | ed305be07d82885d6122b91e5e231ec573e2c747 (patch) | |
| tree | 39527f575cd86847debdee0bff39d9218d8ebc45 | |
| parent | 1d477bb1534680d0b378f4f6d4914c5c4aaf050d (diff) | |
| download | meta-freescale-ed305be07d82885d6122b91e5e231ec573e2c747.tar.gz | |
layer.conf: handle dynamic layer configuration
this patch is taken from :
http://git.yoctoproject.org/cgit/cgit.cgi/meta-mentor/tree/conf/layer.conf#n9,
as suggested by Chris Larson
Change-Id: I6b8900c595708d19543c0aa059e37f77c09e32db
Signed-off-by: Eric Bénard <eric@eukrea.com>
| -rw-r--r-- | meta-fsl-arm/conf/layer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/layer.conf b/meta-fsl-arm/conf/layer.conf index c4b9cd17c..e260e623b 100644 --- a/meta-fsl-arm/conf/layer.conf +++ b/meta-fsl-arm/conf/layer.conf | |||
| @@ -16,3 +16,8 @@ FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" | |||
| 16 | MIRRORS += " \ | 16 | MIRRORS += " \ |
| 17 | ${FSL_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ | 17 | ${FSL_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ |
| 18 | " | 18 | " |
| 19 | |||
| 20 | # Let us add layer-specific bbappends which are only applied when that | ||
| 21 | # layer is included in our configuration | ||
| 22 | BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ | ||
| 23 | for layer in BBFILE_COLLECTIONS.split())}" | ||
