layer.conf: update LAYERSERIES_COMPAT variable

We are compatible with sumo and no longer compatible with rocko.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
California Sullivan 2018-04-06 11:54:42 -07:00
parent 6bc21028a5
commit 39e15daae8

View File

@ -18,7 +18,7 @@ LAYERRECOMMENDS_intel = "dpdk intel-qat"
# 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_intel = "5" LAYERVERSION_intel = "5"
LAYERSERIES_COMPAT_intel = "rocko" LAYERSERIES_COMPAT_intel = "sumo"
require ${LAYERDIR}/conf/include/maintainers.inc require ${LAYERDIR}/conf/include/maintainers.inc