1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Support more PetaLinux releases

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2023-06-13 00:23:25 -07:00
parent 902df50c96
commit 0f566cba49
3 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "meta-user" BBFILE_COLLECTIONS += "meta-user"
BBFILE_PATTERN_meta-user = "^${LAYERDIR}/" BBFILE_PATTERN_meta-user = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-user = "7" BBFILE_PRIORITY_meta-user = "7"
LAYERSERIES_COMPAT_meta-user = "gatesgarth" LAYERSERIES_COMPAT_meta-user = "gatesgarth zeus"

View File

@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "meta-user" BBFILE_COLLECTIONS += "meta-user"
BBFILE_PATTERN_meta-user = "^${LAYERDIR}/" BBFILE_PATTERN_meta-user = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-user = "7" BBFILE_PRIORITY_meta-user = "7"
LAYERSERIES_COMPAT_meta-user = "gatesgarth" LAYERSERIES_COMPAT_meta-user = "gatesgarth zeus"

View File

@ -3,4 +3,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-corundum" BBFILE_COLLECTIONS += "meta-corundum"
BBFILE_PATTERN_meta-corundum = "^${LAYERDIR}/" BBFILE_PATTERN_meta-corundum = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-corundum = "5" BBFILE_PRIORITY_meta-corundum = "5"
LAYERSERIES_COMPAT_meta-corundum = "gatesgarth" LAYERSERIES_COMPAT_meta-corundum = "gatesgarth zeus"