diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2013-01-04 16:23:23 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-01-04 21:02:30 -0200 |
| commit | 0cc5437813e65ae2a30bc42fd590ccb564550bea (patch) | |
| tree | c97c1610646c39ec2742da40759a8c5bc34e392c | |
| parent | 1a90a83bcdb5a54e037c7f72c30e698833f3508b (diff) | |
| download | meta-fsl-arm-0cc5437813e65ae2a30bc42fd590ccb564550bea.tar.gz | |
layer.conf: Use 'fsl-arm' for collection name
The 'freescale' collection name is too generic without making clear
which architecture it supports. Using 'fsl-arm' we make it clear.
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 ee88ad4..c4b9cd1 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 += "freescale" | 8 | BBFILE_COLLECTIONS += "fsl-arm" |
| 9 | BBFILE_PATTERN_freescale := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_fsl-arm := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_freescale = "5" | 10 | BBFILE_PRIORITY_fsl-arm = "5" |
| 11 | 11 | ||
| 12 | FSL_EULA_FILE = "${LAYERDIR}/EULA" | 12 | FSL_EULA_FILE = "${LAYERDIR}/EULA" |
| 13 | 13 | ||
