summaryrefslogtreecommitdiffstats
path: root/meta-x86
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-04-05 18:37:50 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-08 17:35:36 -0400
commit492d3012957ce6d913cc594377563f32d8309474 (patch)
tree6f1adf03fbcab06fee117bb034d0dbee76c977d8 /meta-x86
parent34ae60030e520db4235f13b99849052e594fde7b (diff)
downloadtalos-openbmc-492d3012957ce6d913cc594377563f32d8309474.tar.gz
talos-openbmc-492d3012957ce6d913cc594377563f32d8309474.zip
meta-x86: layer.conf: Add warrior compatibility
oe-core branched in preparation for the upcoming 2.7 Yocto release and as of 13e45ff requires core layer compatibility to "warrior" instead of "thud". We'll retain compatibility for both until we do our own branch or stop testing thud. (From meta-x86 rev: 77adcebb51005a94029e01a902e9639ac3c02d57) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ife3da4b59a5ccc09f2e93657cf375c326b3b4080 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-x86')
-rw-r--r--meta-x86/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-x86/conf/layer.conf b/meta-x86/conf/layer.conf
index 9ac01c8aa..5812d5027 100644
--- a/meta-x86/conf/layer.conf
+++ b/meta-x86/conf/layer.conf
@@ -3,4 +3,4 @@ BBPATH .= ":${LAYERDIR}"
BBFILE_COLLECTIONS += "obmc_machines_x86"
BBFILE_PATTERN_obmc_machines_x86 = ""
-LAYERSERIES_COMPAT_obmc_machines_x86 = "thud"
+LAYERSERIES_COMPAT_obmc_machines_x86 = "thud warrior"
OpenPOWER on IntegriCloud