From 038cf9c90064a709603f22a6f3f1b06b4a3516a1 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 7 Aug 2014 10:12:23 +0800 Subject: [PATCH] conf/layer.conf: remove BB_ENV_EXTRAWHITE setting If not removed, BB_ENV_EXTRAWHITE is overrided as "KSRC USRC". Signed-off-by: Ting Liu --- meta-fsl-ppc/conf/layer.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf index ceab6292..4a942e01 100644 --- a/meta-fsl-ppc/conf/layer.conf +++ b/meta-fsl-ppc/conf/layer.conf @@ -9,8 +9,6 @@ BBFILE_COLLECTIONS += "fsl-ppc" BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/" BBFILE_PRIORITY_fsl-ppc = "5" -BB_ENV_EXTRAWHITE := "KSRC USRC" - LICENSE_PATH += "${LAYERDIR}/custom-licenses" BB_DANGLINGAPPENDS_WARNONLY ?= "true" -- 2.40.1