From: Khem Raj Date: Mon, 2 Aug 2021 18:01:52 +0000 (-0700) Subject: layer.conf: Drop compatibility with older than hardknott releases X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=13fc081bf70a9438be3a09c91ee38af9798af207;p=meta-freescale.git layer.conf: Drop compatibility with older than hardknott releases New override syntax requires it Signed-off-by: Khem Raj --- diff --git a/conf/layer.conf b/conf/layer.conf index e07b65ab..77e704ed 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 = "gatesgarth hardknott" +LAYERSERIES_COMPAT_freescale-layer = "honister" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses"