From: Pierre-Jean Texier Date: Mon, 16 Mar 2020 07:56:36 +0000 (+0000) Subject: layer.conf: add dunfell to compat layer X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2e6869d133e174e3d4b8cbd7267dc622b11462c2;p=meta-freescale.git layer.conf: add dunfell to compat layer Signed-off-by: Pierre-Jean Texier --- diff --git a/conf/layer.conf b/conf/layer.conf index 93e5f97f..f350ef0a 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 = "warrior zeus" +LAYERSERIES_COMPAT_freescale-layer = "zeus dunfell" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses"