diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9c493..edeeb3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [5.1.0](https://github.com/rdkcentral/meta-application-rdke-release/compare/5.0.1...5.1.0) + +- RDKDEV-1130: Weak assigment of APPLICATION_IPK_SERVER_PATH [`#49`](https://github.com/rdkcentral/meta-application-rdke-release/pull/49) +- Update Version to 5.1.0 [`f279258`](https://github.com/rdkcentral/meta-application-rdke-release/commit/f27925830ac6a97585e29fa38e2d5756cafd3c69) +- Merge tag '5.0.1' into develop [`b0ed2a7`](https://github.com/rdkcentral/meta-application-rdke-release/commit/b0ed2a750e6057a940364383455432b2d42907f8) + #### [5.0.1](https://github.com/rdkcentral/meta-application-rdke-release/compare/5.0.0...5.0.1) +> 5 November 2025 + +- Update CHANGELOG.md [`d52ee05`](https://github.com/rdkcentral/meta-application-rdke-release/commit/d52ee053fbe2ffc93458cddca9fb94034df5bcce) - Update version to 5.0.1 [`9c0193e`](https://github.com/rdkcentral/meta-application-rdke-release/commit/9c0193ecabbfcae339a6ceefa5e74c9458d80782) - Merge tag '5.0.0' into develop [`c23cb43`](https://github.com/rdkcentral/meta-application-rdke-release/commit/c23cb43b1084994fca84fbb02cc6e4310cc4facc) diff --git a/conf/machine/include/application.inc b/conf/machine/include/application.inc index 5483849..c3b4b2c 100644 --- a/conf/machine/include/application.inc +++ b/conf/machine/include/application.inc @@ -5,7 +5,7 @@ PACKAGE_EXTRA_ARCHS:append = " ${APPLICATION_LAYER_ARCH}" # See release note for configuration details. RDK_ARTIFACTS_BASE_URL ?= "" -APPLICATION_LAYER_VERSION = "5.0.1" +APPLICATION_LAYER_VERSION = "5.1.0" APPLICATION_IPK_PATH = "application-release/${APPLICATION_LAYER_VERSION}/${MACHINE}/ipks/${BUILD_VARIANT}" APPLICATION_IPK_SERVER_PATH ?= "${RDK_ARTIFACTS_BASE_URL}/${APPLICATION_IPK_PATH}"