summaryrefslogtreecommitdiffstats
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
commit3bfc2c1f6e73cf9ecd26a0f4598dffc0ce93ac43 (patch)
tree5947a04f4abbbb0edc23ce6505aeae30ad278fec
parent101070b0cac8243469b6e95caf681934e33451c0 (diff)
downloadmeta-fsl-ppc-3bfc2c1f6e73cf9ecd26a0f4598dffc0ce93ac43.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>
-rw-r--r--conf/layer.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index ceab629..4a942e0 100644
--- a/conf/layer.conf
+++ b/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"