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 <kexin.hao@windriver.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
Kevin Hao 2018-04-08 20:23:05 +08:00 committed by California Sullivan
parent 5566889da4
commit a60454d2b3

View File

@ -14,6 +14,6 @@ LAYERDEPENDS_dpdk = "core"
# This should only be incremented on significant changes that will # This should only be incremented on significant changes that will
# cause compatibility issues with other layers # cause compatibility issues with other layers
LAYERVERSION_dpdk = "1" LAYERVERSION_dpdk = "1"
LAYERSERIES_COMPAT_dpdk = "rocko" LAYERSERIES_COMPAT_dpdk = "rocko sumo"
require ${LAYERDIR}/conf/include/maintainers.inc require ${LAYERDIR}/conf/include/maintainers.inc