From b11df255c6df7b4d8c7b224514c3b4c30090ed34 Mon Sep 17 00:00:00 2001 From: JonothanKane <51243057+JonothanKane@users.noreply.github.com> Date: Fri, 31 May 2019 23:40:10 -0700 Subject: [PATCH] Update layer.conf for warrior release Needed to add warrior to the LAYERSERIES_COMPAT_security-isafw Without it bitbake will complain when on the warrior release. Signed-off-by: Jonothan Kane Jonothan.Kane@gmail.com --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5936139..3de463a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,4 +14,4 @@ LAYERVERSION_security-isafw = "1" LAYERDEPENDS_security-isafw = "core" -LAYERSERIES_COMPAT_security-isafw = "sumo thud" +LAYERSERIES_COMPAT_security-isafw = "sumo thud warrior"