From: Khem Raj Date: Fri, 28 Sep 2018 20:18:51 +0000 (-0700) Subject: layer.conf: Add thud to LAYERSERIES_COMPAT X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eed9592e8ff5beff660a494af529af271045f2a6;p=meta-freescale.git 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 --- 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"