summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2014-08-07 10:12:23 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-08-19 14:06:59 +0800
commit038cf9c90064a709603f22a6f3f1b06b4a3516a1 (patch)
treea4a6c8e9f0d156209101a71e27408b1f80b855b8 /meta-fsl-ppc
parent0eb10efc949cdd2152473aa31be9c1e5762faaf1 (diff)
downloadmeta-freescale-038cf9c90064a709603f22a6f3f1b06b4a3516a1.tar.gz
conf/layer.conf: remove BB_ENV_EXTRAWHITE setting
If not removed, BB_ENV_EXTRAWHITE is overrided as "KSRC USRC". Signed-off-by: Ting Liu <ting.liu@freescale.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r--meta-fsl-ppc/conf/layer.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf
index ceab6292f..4a942e017 100644
--- a/meta-fsl-ppc/conf/layer.conf
+++ b/meta-fsl-ppc/conf/layer.conf
@@ -9,8 +9,6 @@ BBFILE_COLLECTIONS += "fsl-ppc"
9BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/" 9BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/"
10BBFILE_PRIORITY_fsl-ppc = "5" 10BBFILE_PRIORITY_fsl-ppc = "5"
11 11
12BB_ENV_EXTRAWHITE := "KSRC USRC"
13
14LICENSE_PATH += "${LAYERDIR}/custom-licenses" 12LICENSE_PATH += "${LAYERDIR}/custom-licenses"
15 13
16BB_DANGLINGAPPENDS_WARNONLY ?= "true" 14BB_DANGLINGAPPENDS_WARNONLY ?= "true"