From: Fabio Berton Date: Tue, 2 Apr 2019 17:57:01 +0000 (-0300) Subject: conf/layer.conf: Support only thud release X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f5c932229c31b612cba38c2ed6f3c3ec6b800e92;p=meta-freescale.git conf/layer.conf: Support only thud release If you want to use sumo release, please use sumo platform. Signed-off-by: Fabio Berton --- 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"