From eed9592e8ff5beff660a494af529af271045f2a6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 28 Sep 2018 13:18:51 -0700 Subject: [PATCH] layer.conf: Add thud to LAYERSERIES_COMPAT 2.6 is called thud and is upcoming Signed-off-by: Khem Raj Signed-off-by: Otavio Salvador --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 843277b9..d2a81521 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" +LAYERSERIES_COMPAT_freescale-layer = "sumo thud" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses" -- 2.40.1