diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-15 17:43:21 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-16 15:01:29 -0300 |
| commit | b6e2300960729d67720e1e626051999ca7a7009f (patch) | |
| tree | 087d05c29a5d0f26c71add7e441f2e308d1f95bc | |
| parent | f8517afc7a5ada4538b3b7d397fa32586d57ffe5 (diff) | |
| download | meta-freescale-b6e2300960729d67720e1e626051999ca7a7009f.tar.gz | |
conf/layer.conf: Use 'freescale-layer' collection
The 'fsl-arm' collection is now renamed for 'freescale-layer'. This
indicates the layer uses the new layout and is incompatible with other
layers relying in meta-fsl-arm or meta-fsl-ppc existing layout.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | conf/layer.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 81d29f598..4c718ace5 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -5,9 +5,9 @@ BBPATH .= ":${LAYERDIR}" | |||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | 7 | ||
| 8 | BBFILE_COLLECTIONS += "fsl-arm" | 8 | BBFILE_COLLECTIONS += "freescale-layer" |
| 9 | BBFILE_PATTERN_fsl-arm := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_fsl-arm = "5" | 10 | BBFILE_PRIORITY_freescale-layer = "5" |
| 11 | 11 | ||
| 12 | FSL_EULA_FILE = "${LAYERDIR}/EULA" | 12 | FSL_EULA_FILE = "${LAYERDIR}/EULA" |
| 13 | 13 | ||
