From dc2074dddb37ca6838ee7c496cf73f717de33fa5 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Tue, 27 May 2025 16:55:17 -0300 Subject: [PATCH] rn_v95.md: add changes for v95.1 Signed-off-by: Daiane Angolini --- release-notes/rn_v95.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/release-notes/rn_v95.md b/release-notes/rn_v95.md index 7b1bb9d3..8eb5bd24 100644 --- a/release-notes/rn_v95.md +++ b/release-notes/rn_v95.md @@ -15,6 +15,8 @@ - [Bug Fixes](#bug-fixes-1) - [Testing](#testing-1) - [General Updates](#general-updates) + - [v95.1](#v951) + - [v95](#v95) - [Deprecation list](#deprecation-list) - [Plans for the Future](#plans-for-the-future) - [Known Issues](#known-issues) @@ -119,6 +121,20 @@ information. ## General Updates +### v95.1 + +> - Fix the `linux-firmware` installation for the `intel-corei7-64` machine. +> Instead of installing all the files from package `linux-firmware`, install +> only the sub-packages, reducing the size of the image +> - Reduce the kernel and modules size by building it without the +> CONFIG_DEBUG_INFO, consequently reducing the image size. +> - Fix the `raspberrypi3-64` kernel configuration file allowing the boot to +> complete +> - intel-microcode: upgrade 20250211 -> 20250512 +> - `raspberrypi3-64` support will be deprecated in **v96** + +### v95 + > - Yocto Project > - LMP release based on the OE/Yocto 5.0.9 **Scarthgap** release > - **BitBake** updated to the 2.8.8 release