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,12 +4,21 @@ 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).

#### [4.1.4](https://github.com/rdkcentral/meta-image-assembler-rdke/compare/4.1.3...4.1.4)

- RDKECOREMW-226: Remove workarounds added for volatile-bind [`#77`](https://github.com/rdkcentral/meta-image-assembler-rdke/pull/77)
- rebase [`#84`](https://github.com/rdkcentral/meta-image-assembler-rdke/pull/84)
- Merge tag '4.1.3' into develop [`be4ca06`](https://github.com/rdkcentral/meta-image-assembler-rdke/commit/be4ca065a1fb523f5ad507756513051665d21719)

#### [4.1.3](https://github.com/rdkcentral/meta-image-assembler-rdke/compare/4.1.2...4.1.3)

> 29 October 2025

- RDKEAPPRT-311 Add key event mapping for YouTube T4H Lima variant [`#81`](https://github.com/rdkcentral/meta-image-assembler-rdke/pull/81)
- Deploy cla action [`#79`](https://github.com/rdkcentral/meta-image-assembler-rdke/pull/79)
- Deploy cla action [`#74`](https://github.com/rdkcentral/meta-image-assembler-rdke/pull/74)
- PREMIUMAPP-3420: [Amazon non-root user] Update group ID to 1001 [`#75`](https://github.com/rdkcentral/meta-image-assembler-rdke/pull/75)
- update changelog for 4.1.3 [`d411be9`](https://github.com/rdkcentral/meta-image-assembler-rdke/commit/d411be924526c5558a06d75eb8064857361e149f)
- Merge tag '4.1.2' into develop [`fa8ad53`](https://github.com/rdkcentral/meta-image-assembler-rdke/commit/fa8ad53875dae69db0ad44f7c558ac0468cabee7)

#### [4.1.2](https://github.com/rdkcentral/meta-image-assembler-rdke/compare/4.1.1...4.1.2)
Expand Down
2 changes: 0 additions & 2 deletions recipes-images/rdk-fullstack-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ IMAGE_INSTALL = " \
packagegroup-middleware-layer \
packagegroup-application-layer \
"
# VOLATILE_BINDS configuration can change for each layer, it has to be built locally across all layer
IMAGE_INSTALL:append = " volatile-binds"

inherit core-image custom-rootfs-creation extrausers

Expand Down