diff options
author | Ting Liu <ting.liu@freescale.com> | 2014-08-07 10:12:23 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-08-19 14:06:59 +0800 |
commit | 038cf9c90064a709603f22a6f3f1b06b4a3516a1 (patch) | |
tree | a4a6c8e9f0d156209101a71e27408b1f80b855b8 /meta-fsl-ppc | |
parent | 0eb10efc949cdd2152473aa31be9c1e5762faaf1 (diff) | |
download | meta-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.conf | 2 |
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" | |||
9 | BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_fsl-ppc = "5" | 10 | BBFILE_PRIORITY_fsl-ppc = "5" |
11 | 11 | ||
12 | BB_ENV_EXTRAWHITE := "KSRC USRC" | ||
13 | |||
14 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" | 12 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" |
15 | 13 | ||
16 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" | 14 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" |