1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-01 13:10:04 +00:00

meta-arm: Add honister layer compatibility

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2021-08-02 11:11:09 -04:00
parent 1b7c5b2010
commit 239e939340
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ LAYERDEPENDS_meta-arm-autonomy = " \
networking-layer \ networking-layer \
virtualization-layer \ virtualization-layer \
" "
LAYERSERIES_COMPAT_meta-arm-autonomy = "hardknott" LAYERSERIES_COMPAT_meta-arm-autonomy = "hardknott honister"
# We don't activate virtualization feature from meta-virtualization as it # We don't activate virtualization feature from meta-virtualization as it
# brings in lots of stuff we don't need. We need to disable the sanity check # brings in lots of stuff we don't need. We need to disable the sanity check
+1 -1
View File
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-arm-bsp"
BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/" BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-arm-bsp = "5" BBFILE_PRIORITY_meta-arm-bsp = "5"
LAYERSERIES_COMPAT_meta-arm-bsp = "hardknott" LAYERSERIES_COMPAT_meta-arm-bsp = "hardknott honister"
LAYERDEPENDS_meta-arm-bsp = "core meta-arm" LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
# This won't be used by layerindex-fetch, but works everywhere else # This won't be used by layerindex-fetch, but works everywhere else
+1 -1
View File
@@ -13,4 +13,4 @@ LAYERDEPENDS_meta-arm = " \
core \ core \
arm-toolchain \ arm-toolchain \
" "
LAYERSERIES_COMPAT_meta-arm = "hardknott" LAYERSERIES_COMPAT_meta-arm = "hardknott honister"
+1 -1
View File
@@ -6,4 +6,4 @@ BBFILE_COLLECTIONS += "meta-atp"
BBFILE_PATTERN_meta-atp = "^${LAYERDIR}/" BBFILE_PATTERN_meta-atp = "^${LAYERDIR}/"
LAYERDEPENDS_meta-atp = "core openembedded-layer meta-gem5" LAYERDEPENDS_meta-atp = "core openembedded-layer meta-gem5"
LAYERSERIES_COMPAT_meta-atp = "gatesgarth hardknott" LAYERSERIES_COMPAT_meta-atp = "gatesgarth hardknott honister"
+1 -1
View File
@@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-gem5 = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-gem5 = "5" BBFILE_PRIORITY_meta-gem5 = "5"
LAYERDEPENDS_meta-gem5 = "core openembedded-layer meta-arm" LAYERDEPENDS_meta-gem5 = "core openembedded-layer meta-arm"
LAYERSERIES_COMPAT_meta-gem5 = "hardknott" LAYERSERIES_COMPAT_meta-gem5 = "hardknott honister"
BBFILES_DYNAMIC += " \ BBFILES_DYNAMIC += " \
virtualization-layer:${LAYERDIR}/dynamic-layers/meta-virtualization/*/*/*.bbappend \ virtualization-layer:${LAYERDIR}/dynamic-layers/meta-virtualization/*/*/*.bbappend \