From e872f58e7d8d76a0495b634aab5733d4b6d60d8e Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 4 Apr 2019 13:30:49 -0400 Subject: meta-ibm: 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-ibm rev: 97893b2c0bf39cfaee58ccfc4f85249f9a1d8abf) Change-Id: I2e772add384637011a80acf52861b88ac71be98b Signed-off-by: Brad Bishop --- meta-ibm/meta-palmetto/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm/meta-palmetto') diff --git a/meta-ibm/meta-palmetto/conf/layer.conf b/meta-ibm/meta-palmetto/conf/layer.conf index 61c7538ac..4bc43efd2 100644 --- a/meta-ibm/meta-palmetto/conf/layer.conf +++ b/meta-ibm/meta-palmetto/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "palmetto-layer" BBFILE_PATTERN_palmetto-layer = "" -LAYERSERIES_COMPAT_palmetto-layer = "thud" +LAYERSERIES_COMPAT_palmetto-layer = "thud warrior" -- cgit v1.2.1