layer.conf: Bump the layer priority.

Make meta-digi the same priority as meta and meta-yocto so that recipes
with new revisions are used from meta-digi.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2012-11-16 15:59:30 +01:00
parent 80d8b442fb
commit dcf91c0aad
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
# [DIGI] but with custom modifications. # [DIGI] but with custom modifications.
# [DIGI] Not currently used but left here for reference. # [DIGI] Not currently used but left here for reference.
# BBFILE_COLLECTIONS += "digi" BBFILE_COLLECTIONS += "del"
# BBFILE_PATTERN_digi := "^${LAYERDIR}/" BBFILE_PATTERN_del := "^${LAYERDIR}/"
# BBFILE_PRIORITY_digi = "5" BBFILE_PRIORITY_del = "5"
# [DIGI] This is the FSL license agreement. # [DIGI] This is the FSL license agreement.
FSL_MMK_EULA_FILE = "${LAYERDIR}/FSL_MMK_EULA" FSL_MMK_EULA_FILE = "${LAYERDIR}/FSL_MMK_EULA"