From 8b9502527292ee6a73c99fd8ad170a92436b40c3 Mon Sep 17 00:00:00 2001 From: rajaLucy Date: Thu, 23 Jul 2026 12:22:30 +0530 Subject: [PATCH 1/2] RDKEMW-22169:Updated version to 4.4.6 --- build_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_dependencies.sh b/build_dependencies.sh index 21afdd159..bbb76d63c 100644 --- a/build_dependencies.sh +++ b/build_dependencies.sh @@ -27,9 +27,9 @@ cd .. # Clone the required repositories -git clone --branch R4.4.3 https://github.com/rdkcentral/ThunderTools.git +git clone --branch R4.4.6 https://github.com/rdkcentral/ThunderTools.git -git clone --branch R4.4.1 https://github.com/rdkcentral/Thunder.git +git clone --branch R4.4.6 https://github.com/rdkcentral/Thunder.git git clone --branch develop https://github.com/rdkcentral/entservices-apis.git From 44038890877136759573d6954e0eca4711c07a94 Mon Sep 17 00:00:00 2001 From: rajaLucy Date: Fri, 24 Jul 2026 11:59:22 +0530 Subject: [PATCH 2/2] RDKEMW-22169:Updated testframework ref and patches to R4.4.6 --- build_dependencies.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build_dependencies.sh b/build_dependencies.sh index bbb76d63c..22bc87cf9 100644 --- a/build_dependencies.sh +++ b/build_dependencies.sh @@ -40,7 +40,7 @@ git clone https://$GITHUB_TOKEN@github.com/rdkcentral/entservices-testframework. echo "======================================================================================" echo "buliding thunderTools" cd ThunderTools -patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/00010-R4.4-Add-support-for-project-dir.patch +patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/00010-R4.4.6-Add-support-for-project-dir.patch cd - @@ -59,10 +59,9 @@ echo "========================================================================== echo "buliding thunder" cd Thunder -patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/Use_Legact_Alt_Based_On_ThunderTools_R4.4.3.patch -patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/error_code_R4_4.patch -patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/1004-Add-support-for-project-dir.patch -patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/RDKEMW-733-Add-ENTOS-IDS.patch +patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/error_code_R4_4_6.patch +patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/1004-R4.4.6-Add-support-for-project-dir.patch +patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/Jsonrpc_dynamic_error_handling_R4.4.6.patch cd - cmake -G Ninja -S Thunder -B build/Thunder \