conf/layer.conf: update COMPAT to thud

Update this layer's compatibility declaration to the next release: thud.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2018-10-02 04:27:10 -04:00
parent 2476870e46
commit e353b08fc2

View File

@ -14,6 +14,6 @@ BBFILE_PRIORITY_rockchip = "1"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_rockchip = "1"
LAYERSERIES_COMPAT_rockchip = "sumo"
LAYERSERIES_COMPAT_rockchip = "thud"
LAYERDEPENDS_rockchip = "core"
LICENSE_PATH += "${LAYERDIR}/licenses"