From 4de88f61fc3e9c2cd3448885886da0608bb19bc9 Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Thu, 25 May 2023 17:17:08 -0300 Subject: conf/layer: Add layer compatibility to Kirkstone Yocto release Add layer compatibility to Kirkstone Yocto release. This commit adds the compatibility of the master branch with the Yocto Kirkston release, as it showed compatibility in the tests. Although this release of Yocto is not officially supported. Signed-off-by: Rodrigo M. Duarte --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index 039abe68..7f0934dd 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 = "langdale mickledore" +LAYERSERIES_COMPAT_freescale-layer = "kirkstone langdale mickledore" LAYERDEPENDS_freescale-layer = "core" # Add the Freescale-specific licenses into the metadata -- cgit v1.2.3-54-g00ecf