From be89ef75a1d994e1d46bbbe12c78a555e0ca2bfe Mon Sep 17 00:00:00 2001 From: leena D Date: Mon, 26 Aug 2024 14:08:32 -0400 Subject: [PATCH 1/2] RDKVREFPLT-3010: Make layer compatible with krikstone Signed-off-by: leena D --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index d32aa47..0a43907 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,4 +10,4 @@ BBFILE_PATTERN_raspberrypi4 = "^${LAYERDIR}/" BBFILE_PRIORITY_raspberrypi4 = "6" LAYERDEPENDS_raspberrypi4 = "core" -LAYERSERIES_COMPAT_raspberrypi4 = "dunfell" +LAYERSERIES_COMPAT_raspberrypi4 = "kirkstone" From 6879725f0cfcceab7a1328cc129d1c56019e4e85 Mon Sep 17 00:00:00 2001 From: leena D Date: Mon, 26 Aug 2024 14:34:44 -0400 Subject: [PATCH 2/2] RDKVREFPLT-3009: Add kirkstone distro and update machine overrides Signed-off-by: leena D --- conf/machine/include/product.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/product.inc b/conf/machine/include/product.inc index 0b09545..dad80bf 100644 --- a/conf/machine/include/product.inc +++ b/conf/machine/include/product.inc @@ -14,8 +14,8 @@ TCLIBCAPPEND = "" #MACHINEOVERRIDES .= ":arm" # This override is needed for systemd 2.30 patches to get applied. Refer RDKCentral jira RDKE-12 -MACHINEOVERRIDES .= ":dunfell" -DISTRO_FEATURES_append = " dunfell" +MACHINEOVERRIDES .= ":kirkstone" +DISTRO_FEATURES_append = " kirkstone" require conf/multilib.conf MULTILIBS = "multilib:lib32"