From: Zhenhua Luo Date: Tue, 22 Jan 2013 12:11:52 +0000 (+0000) Subject: rename collection name from fsl to fsl-ppc X-Git-Tag: 2.1~534^2~317 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bb005ba22aecc91fbc36bbee0770e16a6a994d36;p=meta-freescale.git rename collection name from fsl to fsl-ppc Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf index 9d2e54b9..ac08f27e 100644 --- a/meta-fsl-ppc/conf/layer.conf +++ b/meta-fsl-ppc/conf/layer.conf @@ -4,8 +4,8 @@ BBPATH := "${BBPATH}:${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" BBFILES += "${LAYERDIR}/images/*.bb*" -BBFILE_COLLECTIONS += "fsl" -BBFILE_PATTERN_fsl := "^${LAYERDIR}/" -BBFILE_PRIORITY_fsl = "5" +BBFILE_COLLECTIONS += "fsl-ppc" +BBFILE_PATTERN_fsl-ppc := "^${LAYERDIR}/" +BBFILE_PRIORITY_fsl-ppc = "5" BB_ENV_EXTRAWHITE := "KSRC USRC"