From: Khem Raj Date: Tue, 2 Apr 2019 01:56:57 +0000 (-0700) Subject: layer.conf: Add warrior to compatible release series X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=refs%2Fpull%2F70%2Fhead;p=meta-freescale.git layer.conf: Add warrior to compatible release series Signed-off-by: Khem Raj --- diff --git a/conf/layer.conf b/conf/layer.conf index d2a81521..fd6c0cef 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 = "sumo thud warrior" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses"