All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] layers: Bump to use kirkstone
@ 2022-02-22  2:23 Khem Raj
  2022-02-22  5:28 ` [meta-ti] " Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2022-02-22  2:23 UTC (permalink / raw)
  To: meta-ti; +Cc: Khem Raj

its not going to be backward ABI compatible with honister due to variable renaming.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index f399ff03..c3b39c59 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti"
 BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-ti = "6"
 
-LAYERSERIES_COMPAT_meta-ti = "honister"
+LAYERSERIES_COMPAT_meta-ti = "kirkstone"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-22  5:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-22  2:23 [PATCH] layers: Bump to use kirkstone Khem Raj
2022-02-22  5:28 ` [meta-ti] " Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.