From 66987bd2aadd7f9ec643cb9175191f453101c626 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 4 Apr 2019 13:27:24 -0400 Subject: meta-aspeed: 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-aspeed rev: b0a660fff71d73fd3ebce07fb2092e25cf72d4f4) Change-Id: I55ff5fc408780ea721a3aa9b7b91144dea4235fa Signed-off-by: Brad Bishop --- meta-aspeed/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-aspeed') diff --git a/meta-aspeed/conf/layer.conf b/meta-aspeed/conf/layer.conf index 7e316fd84..22f56a355 100644 --- a/meta-aspeed/conf/layer.conf +++ b/meta-aspeed/conf/layer.conf @@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "aspeed-layer" BBFILE_PATTERN_aspeed-layer = "" LAYERVERSION_aspeed-layer = "1" -LAYERSERIES_COMPAT_aspeed-layer = "thud" +LAYERSERIES_COMPAT_aspeed-layer = "thud warrior" ASPEEDBASE = '${@os.path.normpath("${LAYERDIR}/")}' -- cgit v1.2.1