From f5c932229c31b612cba38c2ed6f3c3ec6b800e92 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Tue, 2 Apr 2019 14:57:01 -0300 Subject: [PATCH] conf/layer.conf: Support only thud release If you want to use sumo release, please use sumo platform. Signed-off-by: Fabio Berton --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index d2a81521..e171fdaa 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "freescale-layer" BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_freescale-layer = "5" -LAYERSERIES_COMPAT_freescale-layer = "sumo thud" +LAYERSERIES_COMPAT_freescale-layer = "thud" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses" -- 2.40.1