diff options
author | Patrick Venture <venture@google.com> | 2019-04-05 18:36:04 -0700 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-04-06 10:25:42 -0400 |
commit | 332cebab679afc957b6d6fb5519d7df47c27aef5 (patch) | |
tree | 13fad8115aa52d36996e86a0dae5478c4b67433d | |
parent | 6d4fdabda832369053e674c8a6d76874b33200a2 (diff) | |
download | blackbird-openbmc-332cebab679afc957b6d6fb5519d7df47c27aef5.tar.gz blackbird-openbmc-332cebab679afc957b6d6fb5519d7df47c27aef5.zip |
meta-nuvoton: 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-nuvoton rev: 31c2543b6b367baa8984e07e4497827603ae704e)
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I658fff16c88f8ed1b5f3ad7eacc2ff6b51dbb1d4
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r-- | meta-nuvoton/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-nuvoton/conf/layer.conf b/meta-nuvoton/conf/layer.conf index 8c5d9d8df..a592301c2 100644 --- a/meta-nuvoton/conf/layer.conf +++ b/meta-nuvoton/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "nuvoton-layer" BBFILE_PATTERN_nuvoton-layer = "" LAYERVERSION_nuvoton-layer = "1" -LAYERSERIES_COMPAT_nuvoton-layer = "thud" +LAYERSERIES_COMPAT_nuvoton-layer = "thud warrior" |