mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-05 05:04:45 +02:00
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:
parent
5566889da4
commit
a60454d2b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user