The latest Yocto has changed the LAYERSERIES_CORENAMES to "sumo".
So add it to the compatible list.

Signed-off-by: Kevin Hao <kexin....@windriver.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 61331edc9e8a..090d31cc62b7 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERDEPENDS_dpdk = "core"
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_dpdk = "1"
-LAYERSERIES_COMPAT_dpdk = "rocko"
+LAYERSERIES_COMPAT_dpdk = "rocko sumo"
 
 require ${LAYERDIR}/conf/include/maintainers.inc
-- 
2.14.3

-- 
_______________________________________________
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to