mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Update for 2024.02.12
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
12
CHANGES
12
CHANGES
@@ -1,3 +1,15 @@
|
||||
2024.02.12, released March 24st, 2025
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Defconfigs: Octavo osd23mp1: Fix TF-A/Linux compilation after
|
||||
move to newer toolchain versions.
|
||||
|
||||
Updated/fixed packages: compiler-rt, exim, expat, fio, foot,
|
||||
jbig2dec, libjxl, libxml2, musl, optee-os, php, postgresql,
|
||||
prboom, python-typing-extensions, systemd, util-linux,
|
||||
watchdogd, webkitgtk
|
||||
|
||||
2024.02.11, released February 21th, 2025
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
4
Makefile
4
Makefile
@@ -90,9 +90,9 @@ all:
|
||||
.PHONY: all
|
||||
|
||||
# Set and export the version string
|
||||
export BR2_VERSION := 2024.02.11
|
||||
export BR2_VERSION := 2024.02.12
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1740143000
|
||||
BR2_VERSION_EPOCH = 1742837000
|
||||
|
||||
# Save running make version since it's clobbered by the make package
|
||||
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
||||
|
||||
2
support/misc/Vagrantfile
vendored
2
support/misc/Vagrantfile
vendored
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
# Buildroot version to use
|
||||
RELEASE='2024.02.11'
|
||||
RELEASE='2024.02.12'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
||||
Reference in New Issue
Block a user