From: Ting Liu Date: Thu, 7 Aug 2014 02:12:23 +0000 (+0800) Subject: conf/layer.conf: remove BB_ENV_EXTRAWHITE setting X-Git-Tag: 2.1~534^2~86 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=038cf9c90064a709603f22a6f3f1b06b4a3516a1;p=meta-freescale.git conf/layer.conf: remove BB_ENV_EXTRAWHITE setting If not removed, BB_ENV_EXTRAWHITE is overrided as "KSRC USRC". Signed-off-by: Ting Liu --- 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"