Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'assigment' to 'assignment'.

Suggested change
- RDKDEV-1130: Weak assigment of APPLICATION_IPK_SERVER_PATH [`#49`](https://github.com/rdkcentral/meta-application-rdke-release/pull/49)
- RDKDEV-1130: Weak assignment of APPLICATION_IPK_SERVER_PATH [`#49`](https://github.com/rdkcentral/meta-application-rdke-release/pull/49)

Copilot uses AI. Check for mistakes.
- 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)

Expand Down
4 changes: 2 additions & 2 deletions conf/machine/include/application.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ 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}"
APPLICATION_IPK_SERVER_PATH ?= "${RDK_ARTIFACTS_BASE_URL}/${APPLICATION_IPK_PATH}"

# To set the remote feeds
IPK_FEED_URIS += " \
Expand Down