Sergey Matyukevich
535dbf2cef
linux: bump latest version to 6.12
...
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 14:35:16 +01:00
Sergey Matyukevich
8ad137d762
{toolchain, linux-headers}: add support for 6.12 headers
...
And add (and default to) 6.12 to linux-headers.
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 14:35:13 +01:00
Vincent Stehlé
5144d2d7ae
configs/aarch64_efi: bump Linux to 6.11.11
...
Bump Linux kernel version to 6.11.11 and update the hash accordingly.
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com >
Cc: Dick Olsson <hi@senzilla.io >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 14:27:19 +01:00
Bryce Johnson
f22d407637
boot/ti-k3-r5-loader: use BR2_PACKAGE_HOST_ARM_GNU_TOOLCHAIN_SUPPORTS
...
ti-k3-r5-loader can only be built on x86_64 or aarch64 hosts due
to ARM gnu toolchain dependency.
[Romain: improve commit log]
Signed-off-by: Bryce Johnson <bryce@redpinelabs.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 14:15:36 +01:00
Bryce Johnson
b948c25978
boot/arm-trusted-firmware: use BR2_PACKAGE_HOST_ARM_GNU_TOOLCHAIN_SUPPORTS
...
Allow to enable BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_ARM32_TOOLCHAIN
option on aarch64 hosts using HOST_ARM_GNU_TOOLCHAIN_SUPPORTS, in order
to build an ATF firmwares that require a pre-built bare metal toolchain
(rockpro64_defconfig).
[Romain: improve commit log]
Signed-off-by: Bryce Johnson <bryce@redpinelabs.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 14:13:11 +01:00
Bryce Johnson
65f268e21c
package/arm-gnu-toolchain: add BR2_PACKAGE_HOST_ARM_GNU_TOOLCHAIN_SUPPORTS
...
ARM gnu toolchain for bare metal arm32 target is only available for
x86_64 and aarch64 hosts. Introduce a new option to disable packages
using this toolchain on unsupported hosts.
[Romain: improve commit log]
Signed-off-by: Bryce Johnson <bryce@redpinelabs.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 14:10:33 +01:00
Christian Stewart
c12008448e
package/mmc-utils: fix hash mismatch for readme file
...
Commit b03dc5: package/mmc-utils: bump to 523d8f3cfb21
The README hash changed causing a build failure:
https://github.com/skiffos/SkiffOS/actions/runs/12266361526/job/34224344838#step:8:60617
Update the hash for the README.md file to fix the issue.
Reproduce: make mmc-utils-legal-info
Signed-off-by: Christian Stewart <christian@aperture.us >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-11 09:10:22 +01:00
Giulio Benetti
cf3dd3e365
package/swugenerator: bump to version 0.4
...
For release note, see:
https://github.com/sbabic/swugenerator/releases/tag/0.4
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
[Julien: add link to release note]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-10 22:46:08 +01:00
Giulio Benetti
82917f238e
package/swupdate: bump to version 2024.12
...
For release note, see:
https://github.com/sbabic/swupdate/releases/tag/2024.12
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
[Julien: add link to release note]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-10 22:41:07 +01:00
Neal Frager
5d800afa97
board/versal/post-build.sh: link to board/zynqmp/post-build.sh
...
The board/versal/post-build.sh and board/zynqmp/post-build.sh files are
identical. So this patch removes the board/versal/post-build.sh script and
replaces it with a link to the board/zynqmp/post-build.sh script.
Signed-off-by: Neal Frager <neal.frager@amd.com >
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-10 22:02:52 +01:00
Yegor Yefremov
a4b43fee63
package/giblib: remove package
...
giblib was introduced as a dependency of a feh package that
no longer depends on it. It was removed in commit:
68037c4d22
included in feh version 2.12.
Besides, it is no longer maintained and the download URL is no
longer accessible.
Fixes:
https://autobuild.buildroot.org/results/983f1d4c01f826877c4b372713bf271412973a42/
https://autobuild.buildroot.org/results/0a124034687d55bd8931fef8ef0f20bb56a631f1/
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
[Julien:
- remove .checkpackageignore entry
- remove package/Config.in entry
- add link to feh commit removing dependency
]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-10 21:48:10 +01:00
Michel Alex
6fcdb64599
package/libzenoh-pico: bump to version 1.0.4
...
https://github.com/eclipse-zenoh/zenoh-pico/releases/tag/1.0.4
Signed-off-by: Alex Michel <alex.michel@wiedemann-group.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:55:42 +01:00
Michel Alex
4ed7091845
package/libzenoh-c: bump to version 1.0.4
...
https://github.com/eclipse-zenoh/zenoh-c/releases/tag/1.0.4
Signed-off-by: Alex Michel <alex.michel@wiedemann-group.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:55:37 +01:00
Giulio Benetti
e405092b58
package/rtl8192eu: bump to 2024-12-03 version
...
This version allows to build with Linux 6.13.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:48:38 +01:00
Peter Korsgaard
21e5a9a96b
package/xen: fix 'available' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:35:00 +01:00
Peter Korsgaard
2e8cd8199c
package/xdriver_xf86-video-qxl: fix 'appropriate' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:57 +01:00
Peter Korsgaard
0c6b8c989f
package/wilc-firmware: fix 'acceptable' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:53 +01:00
Peter Korsgaard
900bf91d10
package/vim: fix 'highlighting' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:50 +01:00
Peter Korsgaard
34c6716887
package/vdr-plugin-vnsiserver: fix 'several' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:47 +01:00
Peter Korsgaard
9a46343df3
package/transmission: fix 'environment' and 'RECOMMENDED' typos
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:43 +01:00
Peter Korsgaard
aca49ab538
package/tpm2-tss: fix 'and' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:40 +01:00
Peter Korsgaard
ee93f20f96
package/ti-sgx-demos: fix 'available' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:36 +01:00
Peter Korsgaard
10c218ea78
package/tcf-agent: fix 'will not' and 'unmodified' typos
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:33 +01:00
Peter Korsgaard
a4b0ba45a2
package/python-pyqt5: fix 'paths' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:30 +01:00
Peter Korsgaard
84e61e7d70
package/python-asyncore: fix 'library' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Acked-by: Fiona Klute <fiona.klute@gmx.de >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:26 +01:00
Peter Korsgaard
abad994acd
package/python-pyasynchat: fix 'library' typo
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Acked-by: Fiona Klute <fiona.klute@gmx.de >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:23 +01:00
Peter Korsgaard
ba08a37af5
package/pkg-utils: fix 'necessary' and 'dictionary' typos
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:19 +01:00
Peter Korsgaard
bd1f401ecd
package/pkg-golang: fix 'unknown' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:16 +01:00
Peter Korsgaard
2b51fbdc6a
package/pkg-generic: fix 'globally' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:13 +01:00
Peter Korsgaard
86a5b45755
package/pkg-carco.mk: fix 'unknown' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:09 +01:00
Peter Korsgaard
e2f44b5060
package/php: fix 'deactivate' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:06 +01:00
Peter Korsgaard
d6586d37ba
package/pcm-tools: fix 'generating' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:34:03 +01:00
Peter Korsgaard
b253ae3054
package/openvpn: fix 'accommodate' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:33:59 +01:00
Peter Korsgaard
b2d2ea4300
package/open62541: fix 'resources' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:33:56 +01:00
Peter Korsgaard
f76956eac4
package/open2300: fix 'locally' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:33:52 +01:00
Peter Korsgaard
a268afeb65
package/dmraid: fix 'maintenance' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:33:49 +01:00
Peter Korsgaard
fa1a6177dd
package/autoconf: fix 'uncommitted' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:33:46 +01:00
Christian Stewart
ef27358963
package/go: bump to version 1.23.4
...
go1.23.4 (released 2024-12-03) includes fixes to the compiler, the runtime, the trace command, and the syscall package.
https://go.dev/doc/devel/release#go1.23.4
https://github.com/golang/go/issues?q=milestone%3AGo1.23.4+label%3ACherryPickApproved
Signed-off-by: Christian Stewart <christian@aperture.us >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-12-09 23:16:03 +01:00
Peter Korsgaard
a836ca88b4
docs/website: Update for 2024.02.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-08 22:24:54 +01:00
Peter Korsgaard
8807493d63
Update for 2024.02.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit d37527ba49 )
[Peter: drop Makefile/Vagrantfile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-08 22:01:35 +01:00
Peter Korsgaard
eb24a208f7
docs/website: Update for 2024.08.3
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-08 21:12:26 +01:00
Peter Korsgaard
b8111f0653
Update for 2024.08.3
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 563852c436 )
[Peter: drop Makefile/Vagrantfile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-08 21:07:07 +01:00
Peter Korsgaard
6d81e32256
Merge branch 'next'
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-08 14:04:59 +01:00
Peter Korsgaard
c19663f557
Kickoff 2025.02 cycle
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-08 14:00:16 +01:00
Peter Korsgaard
ef33e6bce6
docs/website/news.html: add 2024.11 announcement link
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-08 13:59:35 +01:00
Peter Korsgaard
8f9ce0c913
Update for 2024.11
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024.11
2024-12-08 11:18:01 +01:00
Julien Olivain
6561a5d773
support/testing: improve weston test reliability
...
The weston runtime test is unreliable, depending on the execution speed
of its runner. Example of failure is [1], and success is [2]. This
commit improves the test in several ways, to make it more robust to
execution speed variations:
- The command started in background (weston, weston-simple-egl) are
now started in a subshell. This suppresses the job control messages
when they are stopped. Those messages could interfere with the parsing
of the output;
- Wait time are moved outside the emulator;
- The kernel argument vt.global_cursor_default=0 is added, to make sure
cursors are globally disabled, since the test use vkms display CRCs;
- The memory of the emulator is increased to 512M. This test uses cpio
initramfs, and the filesystem size increased;
- The vkms driver emulates a "vsync" event, but can generate a warning
when the system is too slow. This warning is printed on the console by
the klogd daemon in its default configuration. This commit adds the
overlay file /etc/default/klogd to limit only kernel emergency
messages to be printed on the console. This change fixes the failure
seen in [1] ;
- Some sleep time values were adjusted to run on a "performant" idle
host. Those values are not suitable in all situations. In the
meantime a generic retry mechanism is added in the test infra, this
commit adds a retry logic inspired from the test_flutter runtime
test.
Fixes: [1]
[1] https://gitlab.com/buildroot.org/buildroot/-/jobs/8562483474
[2] https://gitlab.com/buildroot.org/buildroot/-/jobs/8435236652
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-07 23:22:15 +01:00
Bernd Kuhls
5f18745057
{linux, linux-headers}: bump 4.19.x / 6.11.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-07 15:37:14 +01:00
Peter Korsgaard
eedf9750ff
package/ibm-sw-tpm2: fix build with openssl 3.4.x
...
Fixes:
http://autobuild.buildroot.net/results/be6c679b821183b4385c74471e26d9ad7d3d8967
Similar to the patch we for openssl 3.3.x added by commit 75ec656c36
"package/ibm-sw-tpm2: fix build with openssl 3.3.x", add another patch to
bump the maximum supported openssl version to 3.4.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-07 15:36:55 +01:00
Peter Korsgaard
28c982b5f4
package/foot: change to git download to work around codeberg archive issue
...
Fixes:
http://autobuild.buildroot.net/results/1959614f6ad63878c390a23770a6778830d6c698/
The tarball downloaded from codeberg has changed. Interesting enough, it is
only the compression that has changed, the uncompressed data is still
identical:
mkdir s.b.o codeberg
wget -P codeberg https://codeberg.org/dnkl/foot/archive/1.16.2.tar.gz
wget -P s.b.o http://sources.buildroot.org/foot/1.16.2.tar.gz
sha256sum */*
0e02af376e5f4a96eeb90470b7ad2e79a1d660db2a7d1aa772be43c7db00e475 codeberg/1.16.2.tar.gz
8060ec28cbf6e2e3d408665330da4bc48fd094d4f1265d7c58dc75c767463c29 s.b.o/1.16.2.tar.gz
gunzip */*
sha256sum */*
7b9fad0611c75d6ba8f53d12ad1366d53c8697240031a5b27334d173b76560fe codeberg/1.16.2.tar
7b9fad0611c75d6ba8f53d12ad1366d53c8697240031a5b27334d173b76560fe s.b.o/1.16.2.tar
Looking at the autobuilder history, this seems to have changed in
January/February, E.G. on January 20th the file hash was correct:
http://autobuild.buildroot.net/results/d4b90a505a035d9bab400ed65f94571854f74f24/
But on February 14th it wasn't:
http://autobuild.buildroot.net/results/2ff85fe3fba2d36c7f0358f2ce43e703aef5f4f0/
This was unfortunately only noticed once we started doing builds without the
s.b.o fallback. To fix it, change to a git clone instead.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-07 10:50:45 +01:00