[meta-intel] [meta-dpdk 3/4] Add compatible for "sumo"

Kevin Hao kexin.hao at windriver.com
Sun Apr 8 05:23:05 PDT 2018


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

Signed-off-by: Kevin Hao <kexin.hao at 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



More information about the meta-intel mailing list