summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-01-22 12:11:52 +0000
committerMatthew McClintock <msm@freescale.com>2013-01-30 17:17:16 -0600
commitdbe39d541198434359fa04ffcf0bbea2c366c8f8 (patch)
treea3c9de996719f762fea22a4a27289d7a779fb15d /conf
parent87c73d15fc5ef2890d8485fc50387797ce4d5875 (diff)
downloadmeta-fsl-ppc-dbe39d541198434359fa04ffcf0bbea2c366c8f8.tar.gz
rename collection name from fsl to fsl-ppc
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 9d2e54b..ac08f27 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -4,8 +4,8 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" 4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
5BBFILES += "${LAYERDIR}/images/*.bb*" 5BBFILES += "${LAYERDIR}/images/*.bb*"
6 6
7BBFILE_COLLECTIONS += "fsl" 7BBFILE_COLLECTIONS += "fsl-ppc"
8BBFILE_PATTERN_fsl := "^${LAYERDIR}/" 8BBFILE_PATTERN_fsl-ppc := "^${LAYERDIR}/"
9BBFILE_PRIORITY_fsl = "5" 9BBFILE_PRIORITY_fsl-ppc = "5"
10 10
11BB_ENV_EXTRAWHITE := "KSRC USRC" 11BB_ENV_EXTRAWHITE := "KSRC USRC"