From a60454d2b3fe9ae1f68f1842c433195a53df3f9a Mon Sep 17 00:00:00 2001 From: Kevin Hao Date: Sun, 8 Apr 2018 20:23:05 +0800 Subject: Add compatible for "sumo" The latest Yocto has changed the LAYERSERIES_CORENAMES to "sumo". So add it to the compatible list. Signed-off-by: Kevin Hao Signed-off-by: California Sullivan --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 61331ed..090d31c 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 -- cgit v1.2.3-54-g00ecf