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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ 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.5](https://github.com/rdkcentral/meta-image-assembler-rdke/compare/4.1.4...4.1.5)

- RDKEVL-7365:[RPI] OSS and common metalayers update [`#89`](https://github.com/rdkcentral/meta-image-assembler-rdke/pull/89)
- Merge tag '4.1.4' into develop [`5a40767`](https://github.com/rdkcentral/meta-image-assembler-rdke/commit/5a40767591b2bf593bc141761d36ab90b7519e48)

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

> 20 January 2026

- 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)
- RDKRM-121 2025 Q4 release [`8c29587`](https://github.com/rdkcentral/meta-image-assembler-rdke/commit/8c29587dfab717b72a5881d1efe4936db8ca27e9)
- 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)
Expand Down
1 change: 0 additions & 1 deletion conf/template/bblayers.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ BBLAYERS =+ "${@'${MANIFEST_PATH_RDK_AUXILIARY}' if os.path.isfile('${MANIFEST_P

# All required release layers
BBLAYERS =+ "${@'${MANIFEST_PATH_COMMON_OSS_REFERENCE}' if os.path.isfile('${MANIFEST_PATH_COMMON_OSS_REFERENCE}/conf/layer.conf') else ''}"
BBLAYERS =+ "${@'${MANIFEST_PATH_OSS_RELEASE}' if os.path.isfile('${MANIFEST_PATH_OSS_RELEASE}/conf/layer.conf') else ''}"
BBLAYERS =+ "${@'${MANIFEST_PATH_VENDOR_RELEASE}' if os.path.isfile('${MANIFEST_PATH_VENDOR_RELEASE}/conf/layer.conf') else ''}"
BBLAYERS =+ "${@'${MANIFEST_PATH_APPLICATION_RELEASE}' if os.path.isfile('${MANIFEST_PATH_APPLICATION_RELEASE}/conf/layer.conf') else ''}"
BBLAYERS =+ "${@'${MANIFEST_PATH_MW_RELEASE}' if os.path.isfile('${MANIFEST_PATH_MW_RELEASE}/conf/layer.conf') else ''}"
Expand Down