From 8cf19b817551d2fab42dc7843f951b90608568f2 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 07:33:40 +0000 Subject: [PATCH] v6.1.24+rev5 --- .versionbot/CHANGELOG.yml | 61 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 8 +++++ VERSION | 2 +- 3 files changed, 70 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 52557fd1b..315f9ea2d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,64 @@ +- commits: + - subject: Update rpi-bootfiles to verson 20241126 + hash: a141edbc4cd68a83c7ef7e3d054056f79c7a29a2 + body: "" + footer: + Changelog-entry: Update rpi-bootfiles to verson 20241126 + changelog-entry: Update rpi-bootfiles to verson 20241126 + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + - subject: Pin the Unipi boards to kernel 5.15 because of older unipi-kernel-modules + hash: 8c28477be9741026dbe3651760ca5a3c38dbda81 + body: > + The Unipi Raspberry Pi boards we support need the unipi-kernel-modules + + recipe to compile against the kernel but these modules do not compile + + against kernel version 6 so until we hear back from the vendor we keep + + the 2 boards on the 5.15 kernel. + + + Also we do not apply 0006-overlays-Add-Hyperpixel4-overlays.patch and + 0001-Add-tpm-slb9670-tis-spi-DT-overlay.patch + + for the 5.15 anymore since the requests for them were not for the Unipi + boards. + footer: + Changelog-entry: Pin the Unipi boards to kernel 5.15 because of older + unipi-kernel-modules + changelog-entry: Pin the Unipi boards to kernel 5.15 because of older + unipi-kernel-modules + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + - subject: remove linux kernel configuration checks warnings for 6.1 + hash: 8238420f0ccd4a61fec42eb9653941352f15a0f6 + body: | + FB_TFT_WATTEROTT has been removed since v5.17 in afa9755e359dcabc + footer: + Changelog-entry: remove linux kernel configuration checks warnings for 6.1 + changelog-entry: remove linux kernel configuration checks warnings for 6.1 + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: default to Linux kernel v6.1 + hash: c246cbe6f739ff56575b423c7fad50a12418b51b + body: "" + footer: + Changelog-entry: default to Linux kernel v6.1 + changelog-entry: default to Linux kernel v6.1 + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: 6.1.24+rev5 + title: "" + date: 2025-01-23T07:33:36.360Z - commits: - subject: Update layers/meta-openembedded to 7b3fdcdfaab2fc964bbf9eec2cce4e03001fa8cf diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f9a04c8..d69759dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Change log ----------- +# v6.1.24+rev5 +## (2025-01-23) + +* Update rpi-bootfiles to verson 20241126 [Florin Sarbu] +* Pin the Unipi boards to kernel 5.15 because of older unipi-kernel-modules [Florin Sarbu] +* remove linux kernel configuration checks warnings for 6.1 [Alex Gonzalez] +* default to Linux kernel v6.1 [Alex Gonzalez] + # v6.1.24+rev4 ## (2024-12-21) diff --git a/VERSION b/VERSION index a8dd6ea60..8792397b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.24+rev4 \ No newline at end of file +6.1.24+rev5 \ No newline at end of file