mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-06 04:42:16 +00:00
layer.conf: don't claim compatibility with Gatesgarth
We don't test this, and don't expect it to work, so don't claim it does. Change-Id: I045930e690edba5a5b0b8cb810130c8c6733623f Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -17,7 +17,7 @@ LAYERDEPENDS_meta-arm-autonomy = " \
|
|||||||
networking-layer \
|
networking-layer \
|
||||||
virtualization-layer \
|
virtualization-layer \
|
||||||
"
|
"
|
||||||
LAYERSERIES_COMPAT_meta-arm-autonomy = "gatesgarth hardknott"
|
LAYERSERIES_COMPAT_meta-arm-autonomy = "hardknott"
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
@@ -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 = "gatesgarth hardknott"
|
LAYERSERIES_COMPAT_meta-arm-bsp = "hardknott"
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ BBFILE_PRIORITY_arm-toolchain = "5"
|
|||||||
LICENSE_PATH += "${LAYERDIR}/custom-licenses"
|
LICENSE_PATH += "${LAYERDIR}/custom-licenses"
|
||||||
|
|
||||||
LAYERDEPENDS_arm-toolchain = "core"
|
LAYERDEPENDS_arm-toolchain = "core"
|
||||||
LAYERSERIES_COMPAT_arm-toolchain = "gatesgarth hardknott"
|
LAYERSERIES_COMPAT_arm-toolchain = "hardknott"
|
||||||
|
|
||||||
# do not error out on bbappends for missing recipes
|
# do not error out on bbappends for missing recipes
|
||||||
BB_DANGLINGAPPENDS_WARNONLY = "true"
|
BB_DANGLINGAPPENDS_WARNONLY = "true"
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ LAYERDEPENDS_meta-arm = " \
|
|||||||
core \
|
core \
|
||||||
arm-toolchain \
|
arm-toolchain \
|
||||||
"
|
"
|
||||||
LAYERSERIES_COMPAT_meta-arm = "gatesgarth hardknott"
|
LAYERSERIES_COMPAT_meta-arm = "hardknott"
|
||||||
|
|||||||
@@ -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 = "gatesgarth hardknott"
|
LAYERSERIES_COMPAT_meta-gem5 = "hardknott"
|
||||||
|
|
||||||
BBFILES_DYNAMIC += " \
|
BBFILES_DYNAMIC += " \
|
||||||
virtualization-layer:${LAYERDIR}/dynamic-layers/meta-virtualization/*/*/*.bbappend \
|
virtualization-layer:${LAYERDIR}/dynamic-layers/meta-virtualization/*/*/*.bbappend \
|
||||||
|
|||||||
Reference in New Issue
Block a user