layer compat: warrior -> zeus

Update the LAYERSERIES_COMPAT from warrior to zeus.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2019-10-09 07:37:15 -04:00
parent 74fe21490a
commit 78d19c52fb

View File

@ -14,6 +14,6 @@ BBFILE_PRIORITY_rockchip = "1"
# 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_rockchip = "1" LAYERVERSION_rockchip = "1"
LAYERSERIES_COMPAT_rockchip = "warrior" LAYERSERIES_COMPAT_rockchip = "zeus"
LAYERDEPENDS_rockchip = "core" LAYERDEPENDS_rockchip = "core"
LICENSE_PATH += "${LAYERDIR}/licenses" LICENSE_PATH += "${LAYERDIR}/licenses"