From 492d3012957ce6d913cc594377563f32d8309474 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 5 Apr 2019 18:37:50 -0700 Subject: 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 Change-Id: Ife3da4b59a5ccc09f2e93657cf375c326b3b4080 Signed-off-by: Brad Bishop --- meta-x86/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-x86') diff --git a/meta-x86/conf/layer.conf b/meta-x86/conf/layer.conf index 9ac01c8aa4..5812d5027b 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" -- cgit v1.2.3