From 53f74f49c039a41c97875b3e6fe871b8e82a013b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 13 Mar 2025 11:09:27 +0100 Subject: [PATCH] Update for 2025.02-rc2 Signed-off-by: Peter Korsgaard --- CHANGES | 15 +++++++++++++++ Makefile | 4 ++-- docs/website/download.html | 18 +++++++++--------- docs/website/news.html | 21 +++++++++++++++++++++ 4 files changed, 47 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index e8b2eb312a..83859bb47a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +2025.02-rc2, released March 13th 28th, 2025 + + Fixes all over the tree. + + Linux: Support device tree overlays and support custom device + tree files with Linux >= 6.12, which changed the build + logic. For this a new BR2_LINUX_KERNEL_CUSTOM_DTS_DIR option + has been introduced and the existing _CUSTOM_DTS_PATH option + deprecated. + + Updated/fixed packages: compiler-rt, elfutils, fluidsynth, + freescale-imx, go, jbig2dec, libcamera, libcdio, libjxl, musl, + optee-os, postgresql, prboom, sqlite, systemd, util-linux, + webkitgtk + 2025.02-rc1, released February 28th, 2025 Fixes all over the tree and new features. diff --git a/Makefile b/Makefile index 824fba06bf..30222c9747 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2025.02-rc1 +export BR2_VERSION := 2025.02-rc2 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1740760000 +BR2_VERSION_EPOCH = 1741860000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/docs/website/download.html b/docs/website/download.html index 9d27cf8a08..263b03309a 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -76,37 +76,37 @@ -

Latest release candidate: 2025.02-rc1

+

Latest release candidate: 2025.02-rc2

diff --git a/docs/website/news.html b/docs/website/news.html index b4e72ac1f2..03fcae660a 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,27 @@

News