From: Fabio Berton Date: Tue, 2 Apr 2019 17:44:09 +0000 (-0300) Subject: conf/layer.conf: Drop sumo and thud support X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=13a43f3393dce385317ce7aad9a63bab587a6186;p=meta-freescale.git conf/layer.conf: Drop sumo and thud support If you want to use theses branches, use the respective platform. Signed-off-by: Fabio Berton --- diff --git a/conf/layer.conf b/conf/layer.conf index fd6c0cef..038c73c9 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 warrior" +LAYERSERIES_COMPAT_freescale-layer = "warrior" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses"