From 820ed9dbd96efc10a6c3daa93a46708fd5a42033 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 5 Apr 2019 18:25:20 -0700 Subject: meta-facebook: 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-facebook rev: ecbe3814cf69ecf51052ac9f0129306f9fd2dd78) Signed-off-by: Patrick Venture Change-Id: Icd1ed7dd25f959f888f1125ad47bdbb2b16c02e1 Signed-off-by: Brad Bishop --- meta-facebook/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-facebook/conf/layer.conf') diff --git a/meta-facebook/conf/layer.conf b/meta-facebook/conf/layer.conf index 59bdc48fc..3e5c15cb9 100644 --- a/meta-facebook/conf/layer.conf +++ b/meta-facebook/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "facebook-layer" BBFILE_PATTERN_facebook-layer = "" -LAYERSERIES_COMPAT_facebook-layer = "thud" +LAYERSERIES_COMPAT_facebook-layer = "thud warrior" -- cgit v1.2.1