From 4560e221d07edaa8190f250067c26579fb9ec17d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Feb 2022 12:45:02 -0800 Subject: [PATCH] layers: Bump to use kirkstone its not going to be backward ABI compatible with honister due to variable renaming. Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c0b93bf..a8b013e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "freescale-3rdparty" BBFILE_PATTERN_freescale-3rdparty := "^${LAYERDIR}/" BBFILE_PRIORITY_freescale-3rdparty = "4" -LAYERSERIES_COMPAT_freescale-3rdparty = "honister" +LAYERSERIES_COMPAT_freescale-3rdparty = "kirkstone" LAYERDEPENDS_freescale-3rdparty = "core freescale-layer"