summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/releases.rst14
-rw-r--r--meta-poky/conf/templates/default/local.conf.sample5
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.193.bb (renamed from meta/recipes-devtools/elfutils/elfutils_0.192.bb)2
-rw-r--r--meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch8
-rw-r--r--meta/recipes-devtools/elfutils/files/ptest.patch10
5 files changed, 22 insertions, 17 deletions
diff --git a/bitbake/doc/releases.rst b/bitbake/doc/releases.rst
index 3e80140740..676db66ec5 100644
--- a/bitbake/doc/releases.rst
+++ b/bitbake/doc/releases.rst
@@ -4,11 +4,11 @@
4BitBake Supported Release Manuals 4BitBake Supported Release Manuals
5================================= 5=================================
6 6
7**************************** 7******************************
8Release Series 5.1 (styhead) 8Release Series 5.2 (walnascar)
9**************************** 9******************************
10 10
11- :yocto_docs:`BitBake 2.10 User Manual </bitbake/2.10/>` 11- :yocto_docs:`BitBake 2.12 User Manual </bitbake/2.12/>`
12 12
13******************************* 13*******************************
14Release Series 5.0 (scarthgap) 14Release Series 5.0 (scarthgap)
@@ -26,6 +26,12 @@ Release Series 4.0 (kirkstone)
26BitBake Outdated Release Manuals 26BitBake Outdated Release Manuals
27================================ 27================================
28 28
29****************************
30Release Series 5.1 (styhead)
31****************************
32
33- :yocto_docs:`BitBake 2.10 User Manual </bitbake/2.10/>`
34
29******************************* 35*******************************
30Release Series 4.3 (nanbield) 36Release Series 4.3 (nanbield)
31******************************* 37*******************************
diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample
index ecc33c06f3..0a33288cf0 100644
--- a/meta-poky/conf/templates/default/local.conf.sample
+++ b/meta-poky/conf/templates/default/local.conf.sample
@@ -245,9 +245,8 @@ BB_DISKMON_DIRS ??= "\
245# 245#
246# Qemu configuration 246# Qemu configuration
247# 247#
248# By default native qemu will build with a builtin VNC server where graphical output can be 248# By default native qemu will build with a builtin VNC server and a SDL UI frontend
249# seen. The line below enables the SDL UI frontend too. 249# where graphical output can be seen.
250PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
251# By default libsdl2-native will be built, if you want to use your host's libSDL instead of 250# By default libsdl2-native will be built, if you want to use your host's libSDL instead of
252# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below. 251# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
253#ASSUME_PROVIDED += "libsdl2-native" 252#ASSUME_PROVIDED += "libsdl2-native"
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.192.bb b/meta/recipes-devtools/elfutils/elfutils_0.193.bb
index f96e7c8ef0..4ccea2bea3 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.192.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.193.bb
@@ -24,7 +24,7 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \
24SRC_URI:append:libc-musl = " \ 24SRC_URI:append:libc-musl = " \
25 file://0003-musl-utils.patch \ 25 file://0003-musl-utils.patch \
26 " 26 "
27SRC_URI[sha256sum] = "616099beae24aba11f9b63d86ca6cc8d566d968b802391334c91df54eab416b4" 27SRC_URI[sha256sum] = "7857f44b624f4d8d421df851aaae7b1402cfe6bcdd2d8049f15fc07d3dde7635"
28 28
29inherit autotools gettext ptest pkgconfig 29inherit autotools gettext ptest pkgconfig
30 30
diff --git a/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch b/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch
index 1587087896..81c5255447 100644
--- a/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch
+++ b/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch
@@ -20,12 +20,12 @@ Upstream-Status: Backport [https://sourceware.org/git/?p=elfutils.git;a=commit;h
20 1 file changed, 3 insertions(+) 20 1 file changed, 3 insertions(+)
21 21
22diff --git a/libelf/Makefile.am b/libelf/Makefile.am 22diff --git a/libelf/Makefile.am b/libelf/Makefile.am
23index 3402863e..2d3dbdf2 100644 23index 05484c1..72f1e22 100644
24--- a/libelf/Makefile.am 24--- a/libelf/Makefile.am
25+++ b/libelf/Makefile.am 25+++ b/libelf/Makefile.am
26@@ -122,6 +122,9 @@ libelf.so: $(srcdir)/libelf.map $(libelf_so_LIBS) $(libelf_so_DEPS) 26@@ -125,6 +125,9 @@ libelf.so: $(srcdir)/libelf.map $(libelf_so_LIBS) $(libelf_so_DEPS)
27 @$(textrel_check) 27 libeu_objects = $(shell cat ../lib/libeu.manifest)
28 $(AM_V_at)ln -fs $@ $@.$(VERSION) 28 libelf_a_LIBADD = $(addprefix ../lib/,$(libeu_objects))
29 29
30+libeu_objects = $(shell $(AR) t ../lib/libeu.a) 30+libeu_objects = $(shell $(AR) t ../lib/libeu.a)
31+libelf_a_LIBADD = $(addprefix ../lib/,$(libeu_objects)) 31+libelf_a_LIBADD = $(addprefix ../lib/,$(libeu_objects))
diff --git a/meta/recipes-devtools/elfutils/files/ptest.patch b/meta/recipes-devtools/elfutils/files/ptest.patch
index 1de82ef32b..6b83fa4662 100644
--- a/meta/recipes-devtools/elfutils/files/ptest.patch
+++ b/meta/recipes-devtools/elfutils/files/ptest.patch
@@ -21,11 +21,11 @@ Upstream-Status: Inappropriate [oe specific]
21 3 files changed, 3 insertions(+), 7 deletions(-) 21 3 files changed, 3 insertions(+), 7 deletions(-)
22 22
23diff --git a/configure.ac b/configure.ac 23diff --git a/configure.ac b/configure.ac
24index f191488..426a68f 100644 24index 0670e01..14f3e36 100644
25--- a/configure.ac 25--- a/configure.ac
26+++ b/configure.ac 26+++ b/configure.ac
27@@ -49,7 +49,7 @@ AC_COPYRIGHT([Copyright (C) 1996-2024 The elfutils developers.]) 27@@ -43,7 +43,7 @@ AC_COPYRIGHT([Copyright (C) 1996-2025 The elfutils developers.])
28 AC_PREREQ(2.63) dnl Minimum Autoconf version required. 28 AC_PREREQ(2.69) dnl Minimum Autoconf version required.
29 29
30 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. 30 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability.
31-AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) 31-AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests])
@@ -34,10 +34,10 @@ index f191488..426a68f 100644
34 34
35 AM_SILENT_RULES([yes]) 35 AM_SILENT_RULES([yes])
36diff --git a/tests/Makefile.am b/tests/Makefile.am 36diff --git a/tests/Makefile.am b/tests/Makefile.am
37index 865a604..eed9bd4 100644 37index 00ba754..6be7dd6 100644
38--- a/tests/Makefile.am 38--- a/tests/Makefile.am
39+++ b/tests/Makefile.am 39+++ b/tests/Makefile.am
40@@ -893,3 +893,5 @@ check: check-am coverage 40@@ -937,3 +937,5 @@ check: check-am coverage
41 coverage: 41 coverage:
42 -$(srcdir)/coverage.sh 42 -$(srcdir)/coverage.sh
43 endif 43 endif