diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2013-03-19 01:22:28 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-03-26 13:50:28 +0800 |
| commit | 29dece8008c3c6d48b09aeef37f85617cef5dce9 (patch) | |
| tree | 8da9d9ba6dc2ec655ec3d9278e010458c468dc91 /conf | |
| parent | 9f35cd43477a0fd76deca0e2f37d1dbf46f6c8f1 (diff) | |
| download | meta-fsl-ppc-1.4_M5.tar.gz | |
layer.conf: avoid unnecessary early expansion with :=1.4_M5
bitbake handles immediate expansions of LAYERDIR for us automatically.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index ac08f27..ea7f02d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | # We have a packages directory, add to BBFILES | 1 | # We have a packages directory, add to BBFILES |
| 2 | BBPATH := "${BBPATH}:${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | 3 | ||
| 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" | 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" |
| 5 | BBFILES += "${LAYERDIR}/images/*.bb*" | 5 | BBFILES += "${LAYERDIR}/images/*.bb*" |
| 6 | 6 | ||
| 7 | BBFILE_COLLECTIONS += "fsl-ppc" | 7 | BBFILE_COLLECTIONS += "fsl-ppc" |
| 8 | BBFILE_PATTERN_fsl-ppc := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_fsl-ppc = "5" | 9 | BBFILE_PRIORITY_fsl-ppc = "5" |
| 10 | 10 | ||
| 11 | BB_ENV_EXTRAWHITE := "KSRC USRC" | 11 | BB_ENV_EXTRAWHITE := "KSRC USRC" |
