From b52c0a4773ea5f2f5f0de1c26e2f627d13b61ebc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Apr 2026 13:05:47 +0000 Subject: [PATCH 1/2] RDKB-64386 - Upgrade Wan components to v1.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🚀 Component Version Updates ### 📦 WAN Manager **Release Branch:** **🔗 Links:** - [📋 Branch View](https://github.com/rdkcentral/wan-manager/tree/releases/2.17.0-main) - [📝 Branch Activity](https://github.com/rdkcentral/wan-manager/commits/releases/2.17.0-main) **What changed:** - Updated BitBake recipe to use development branch releases/2.17.0-main - This is for sprint validation/testing purposes## 📋 Summary of Changes This PR updates BitBake recipe files (.bb) with new version tags and branch references. **Files Modified:** - `recipes-ccsp/ccsp/rdk-wanmanager.bb` ## ✅ Testing Checklist Please verify that: - [ ] All updated tags exist in their respective repositories - [ ] The branch references are correct for each tag - [ ] The BitBake recipes build successfully - [ ] Component names are preserved correctly --- *🤖 This PR was automatically generated by the Update Version Tags workflow.* --- recipes-ccsp/ccsp/rdk-wanmanager.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-ccsp/ccsp/rdk-wanmanager.bb b/recipes-ccsp/ccsp/rdk-wanmanager.bb index d01f719..88303f2 100644 --- a/recipes-ccsp/ccsp/rdk-wanmanager.bb +++ b/recipes-ccsp/ccsp/rdk-wanmanager.bb @@ -4,7 +4,6 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" # Please use below part only for official release and release candidates -GIT_TAG = "v2.16.0" # Please use below part only for official release and release candidates @@ -14,9 +13,9 @@ DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'rdkb_wan_manager', ' require recipes-ccsp/ccsp/ccsp_common.inc # Please use below part only for official release and release candidates -SRC_URI := "git://github.com/rdkcentral/wan-manager.git;branch=releases/2.16.0-main;protocol=https;name=WanManager;tag=${GIT_TAG}" -PV = "${GIT_TAG}+git${SRCPV}" -#SRCREV = "${AUTOREV}" +SRC_URI = "git://github.com/rdkcentral/wan-manager.git;branch=releases/2.17.0-main;protocol=https;name=WanManager;" +SRCREV = "${AUTOREV}" +SRCREV = "${AUTOREV}" S = "${WORKDIR}/git" From 2db102d292e797f73453927ef452ef8d1749200c Mon Sep 17 00:00:00 2001 From: "Augusto S. Mainardi" <115101745+guto86@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:06:49 +0100 Subject: [PATCH 2/2] Update rdk-wanmanager.bb --- recipes-ccsp/ccsp/rdk-wanmanager.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-ccsp/ccsp/rdk-wanmanager.bb b/recipes-ccsp/ccsp/rdk-wanmanager.bb index 88303f2..3bfb61e 100644 --- a/recipes-ccsp/ccsp/rdk-wanmanager.bb +++ b/recipes-ccsp/ccsp/rdk-wanmanager.bb @@ -15,7 +15,6 @@ require recipes-ccsp/ccsp/ccsp_common.inc # Please use below part only for official release and release candidates SRC_URI = "git://github.com/rdkcentral/wan-manager.git;branch=releases/2.17.0-main;protocol=https;name=WanManager;" SRCREV = "${AUTOREV}" -SRCREV = "${AUTOREV}" S = "${WORKDIR}/git"