From 29cef43b7a41639167469eea4ca65daff9f6a5df Mon Sep 17 00:00:00 2001 From: mselva006c Date: Mon, 2 Mar 2026 00:44:37 +0000 Subject: [PATCH 1/2] RDKE-971: Updated Release note for 4.12.0 Signed-off-by: mselva006c --- README.md | 14 +++++++------- conf/machine/include/oss.inc | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0cb6c43..bf3814d 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ RDKE OSS Layer Release Notes |---|----| |Classification|Public| |Document Version|Issue 1| -|Date|28th February 2026| +|Date|1st March 2026| |Author|RDKE Platform & Tools Team| | Components | Tag | |----------|--------| -| packagegroup-oss-layer | 4.11.0-r0| +| packagegroup-oss-layer | 4.12.0-r0| @@ -36,7 +36,7 @@ Unified OSS Layer - The components of the OSS (Open Source Software) layer, incl This release will provide a versioned `"meta-oss-reference-release"` that will be used by other stack layes to resolve build and runtime dependencies. -The 4.11.0 OSS release, based on the kirkstone yocto version, delivers architecture-specific and platform-independent artifacts. Within this release, ARM architecture is accommodated with the following variations: +The 4.12.0 OSS release, based on the kirkstone yocto version, delivers architecture-specific and platform-independent artifacts. Within this release, ARM architecture is accommodated with the following variations: 1. rdk-arm7a-oss: Default tuning is set to armv7athf-neon. 2. rdk-arm7ve-oss: Default tuning is set to armv7vethf-neon. 3. rdk-arm64-oss: 64-bit ARM architecture with a multilib configuration and default tuning set to armv7vethf-neon for compatibility with 32-bit systems. @@ -48,7 +48,7 @@ The IPK feed is automatically chosen based on the platform's default tuning conf | Layer | Tag | |------|------| |meta-rdk-auxiliary|1.8.0| -|meta-rdk-oss-reference|4.11.0| +|meta-rdk-oss-reference|4.12.0| |meta-openembedded|rdk-4.0.0| |poky|rdk-4.6.0| |meta-python2|rdk-4.0.0| @@ -155,7 +155,7 @@ The IPK feed is automatically chosen based on the platform's default tuning conf |93| kmod | (29-r0) | |94| lcms | (2.13.1-r0) | |95| libaio | (0.3.112-r0) | -|96| libarchive | (3.6.2-r2) | +|96| libarchive | (3.6.1-r2) | |97| libatomic-ops | (7.6.14-r1) | |98| libbsd | (0.11.5-r0) | |99| libcap | (2.66-r1) | @@ -272,7 +272,7 @@ The IPK feed is automatically chosen based on the platform's default tuning conf |210| opkg-arch-config | (1.0-r1) | |211| opkg-utils | (0.5.0-r2) | |212| orc | (0.4.31-r0) | -|213| packagegroup-oss-layer | (4.11.0-r0) | +|213| packagegroup-oss-layer | (4.12.0-r0) | |214| paho-mqtt-c | (1.3.10-r0) | |215| perl | (5.34.3-r0) | |216| pixman | (0.40.0-r0) | @@ -343,5 +343,5 @@ The IPK feed is automatically chosen based on the platform's default tuning conf ### Diff report of the meta layers contributing to this release of OSS layer project is available at below links - [ ] meta-rdk-auxiliary [1.7.0-->1.8.0] (https://github.com/rdkcentral/meta-rdk-auxiliary/compare/1.7.0...1.8.0) -- [ ] meta-rdk-oss-reference [4.10.0-->4.11.0] (https://github.com/rdkcentral/meta-rdk-oss-reference/compare/4.10.0...4.11.0) +- [ ] meta-rdk-oss-reference [4.11.0-->4.12.0] (https://github.com/rdkcentral/meta-rdk-oss-reference/compare/4.11.0...4.12.0) - [ ] poky [rdk-4.5.0-->rdk-4.6.0] (https://github.com/rdkcentral/poky/compare/rdk-4.5.0...rdk-4.6.0) diff --git a/conf/machine/include/oss.inc b/conf/machine/include/oss.inc index f334615..e96ce25 100644 --- a/conf/machine/include/oss.inc +++ b/conf/machine/include/oss.inc @@ -16,9 +16,9 @@ IPK_FEED_URIS += " \ def get_cve_checksum (d): arch = d.getVar('REL_OSS_LAYER_ARCH') or '' mapping = { - "rdk-arm7a-oss": "a953297d906bf7311be94d0efd8b9c32c2dd30cd86b400e98d0cc11289532d05", - "rdk-arm7ve-oss": "68ea40be1f0a0bdeb50d358202b246b7fe11552f1e35f858010411de3f30c04d", - "rdk-arm64-oss": "04f29148179c3c56a0662554aa69734414dda880f8b0a0848ec2fe9cd2fe7d69", + "rdk-arm7a-oss": "fe379211bf571831cb3e4becbc884f0338b2f05b2124dfdb91afb129ec8db478", + "rdk-arm7ve-oss": "68e724e5231fc0dce52037d3cecf1154415f95d4bac223606ef4d1358254df72", + "rdk-arm64-oss": "0db073343ed9c60e748f0534ddb427a887bdffafacc1077739f1dda86362b583", } return mapping.get(arch) From 83ded1759561d7b53a8e46c7439e70ca8c6b525f Mon Sep 17 00:00:00 2001 From: mselva006c Date: Mon, 2 Mar 2026 00:54:06 +0000 Subject: [PATCH 2/2] RDKE-971: Update Changelog for Rel 4.12.0 Signed-off-by: mselva006c --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a2d1a..055fcb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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). +#### [4.12.0](https://github.com/rdkcentral/meta-oss-reference-release/compare/4.11.0...4.12.0) + +- RDKE-971: Updated Release note for 4.12.0 [`#82`](https://github.com/rdkcentral/meta-oss-reference-release/pull/82) +- Merge tag '4.11.0' into develop [`532c056`](https://github.com/rdkcentral/meta-oss-reference-release/commit/532c056219d284121627834cdf90fe36418431ed) + #### [4.11.0](https://github.com/rdkcentral/meta-oss-reference-release/compare/4.10.1...4.11.0) +> 1 March 2026 + - RDKE-971: Update release notes for 4.11.0 [`#79`](https://github.com/rdkcentral/meta-oss-reference-release/pull/79) +- RDKE-971: Update Changelog for Rel 4.11.0 [`e1b9f99`](https://github.com/rdkcentral/meta-oss-reference-release/commit/e1b9f99b6d802642afa796ed415a59bbc7db134d) - Merge tag '4.10.0' into develop [`0ac247d`](https://github.com/rdkcentral/meta-oss-reference-release/commit/0ac247d399f4750c2394b8760997207872c6639b) #### [4.10.1](https://github.com/rdkcentral/meta-oss-reference-release/compare/4.10.0...4.10.1)