From e353b08fc228888537382c77aa435e54580a8f73 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Tue, 2 Oct 2018 04:27:10 -0400 Subject: [PATCH] conf/layer.conf: update COMPAT to thud Update this layer's compatibility declaration to the next release: thud. Signed-off-by: Trevor Woerner --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c680729..d51065c 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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"