From 1ab1ea2f01e0f8fd822a3dcb492369993c53dc27 Mon Sep 17 00:00:00 2001 From: Leena D <74546271+leenaS-d@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:32:35 -0500 Subject: [PATCH 1/2] meta layer is not backward compatible with dunfell --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 60abf6f..c2f9a36 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,5 +10,5 @@ BBFILE_PATTERN_application-development = "^${LAYERDIR}/" BBFILE_PRIORITY_application-development = "6" LAYERDEPENDS_application-development = "core" -LAYERSERIES_COMPAT_application-development = "dunfell kirkstone" +LAYERSERIES_COMPAT_application-development = "kirkstone" From f0e190f46600f67f9c4e5b7f595d3fc87b90decf Mon Sep 17 00:00:00 2001 From: Leena D <74546271+leenaS-d@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:33:15 -0500 Subject: [PATCH 2/2] remove MLPREFIX in packagerevisions.inc --- conf/machine/include/package_revisions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/package_revisions.inc b/conf/machine/include/package_revisions.inc index d7cad31..34a4586 100644 --- a/conf/machine/include/package_revisions.inc +++ b/conf/machine/include/package_revisions.inc @@ -1,8 +1,8 @@ PV:pn-rdkresidentapp= "1.0.0" PR:pn-rdkresidentapp= "r0" -PACKAGE_ARCH:pn-lib32-rdkresidentapp = "${APP_LAYER_ARCH}" +PACKAGE_ARCH:pn-rdkresidentapp = "${APP_LAYER_ARCH}" PV:pn-residentui= "1.0.0" PR:pn-residentui= "r0" -PACKAGE_ARCH:pn-lib32-residentui = "${APP_LAYER_ARCH}" +PACKAGE_ARCH:pn-residentui = "${APP_LAYER_ARCH}"