Julien Olivain
bfa2dbc2d6
package/freeipmi: update _SITE to use BR2_GNU_MIRROR
...
The freeipmi package is distributed on the GNU project servers.
See [1] and [2]. Buildroot has the BR2_GNU_MIRROR configuration
which can be used for that purpose. See [3].
For consistency with all other GNU packages, this commit updates
the _SITE to use BR2_GNU_MIRROR.
[1] https://www.gnu.org/software/freeipmi/download.html
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 17:12:24 +01:00
Julien Olivain
b0a1b0bab1
package/octave: update _SITE to use BR2_GNU_MIRROR
...
The octave package is distributed on the GNU project servers. See [1]
and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can
be used for that purpose. See [3].
For consistency with all other GNU packages, this commit updates
the _SITE to use BR2_GNU_MIRROR.
[1] https://www.octave.org/download
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 17:12:21 +01:00
Julien Olivain
0f9da3934b
Config.in: switch GNU mirrors URL to https
...
As explained on [1], the primary GNU mirrors URL is https.
This commit updates BR2_GNU_MIRROR to switch to it.
[1] https://www.gnu.org/prep/ftp.html
Signed-off-by: Julien Olivain <ju.o@free.fr >
Reviewed-by: Vincent Jardin <vjardin@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 17:09:21 +01:00
Julien Olivain
c2f91e9046
support/testing/tests/package/test_fwts.py: switch to neoverse-n1 cpu
...
The SBSA Reference Platform was updated to use the neoverse-n1 cpu
(armv8.2a) in Qemu v8.1 [1].
Commit c58a2a968 "configs/qemu_aarch64_sbsa_defconfig: switch to
neoverse-n1 (armv8.2a)" [2] reflected this change in
qemu_aarch64_sbsa_defconfig.
This commit updates the test_fwts runtime test the same way.
This update is possible with the help of commits [3] and [4].
[1] 1877272bad
[2] c58a2a9687
[3] 0d4177598c
[4] 027ddcbff6
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 16:57:29 +01:00
Julien Olivain
36c7a5366a
support/testing/tests/boot/test_edk2.py: switch to neoverse-n1 cpu
...
The SBSA Reference Platform was updated to use the neoverse-n1 cpu
(armv8.2a) in Qemu v8.1 [1].
Commit c58a2a968 "configs/qemu_aarch64_sbsa_defconfig: switch to
neoverse-n1 (armv8.2a)" [2] reflected this change in
qemu_aarch64_sbsa_defconfig.
This commit updates the test_edk2 runtime test the same way.
This update is possible with the help of commits [3] and [4].
[1] 1877272bad
[2] c58a2a9687
[3] 0d4177598c
[4] fba62f2ab1
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 16:57:15 +01:00
Scott Fan
722cba476f
configs/cubieboard1: bump Linux version to 6.11.11
...
Signed-off-by: Scott Fan <fancp2007@gmail.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 16:46:43 +01:00
Scott Fan
dcb4d360ec
board/cubietech/cubieboard1: use lowercase keywords in extlinux.conf file
...
This commit also updates the label name, and the unnecessary "default"
entry is also removed.
Signed-off-by: Scott Fan <fancp2007@gmail.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 16:46:32 +01:00
Scott Fan
4f6a924fa8
configs/cubieboard2: switch to use extlinux.conf
...
Switch to extlinux instead of U-Boot boot script.
Remove obsolete entry from the .checkpackageignore file.
Drop custom boot script and genimage config.
Drop unnecessary generic and host configs.
Signed-off-by: Scott Fan <fancp2007@gmail.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 16:23:00 +01:00
Scott Fan
7cc2d8b183
configs/cubieboard2: bump Linux to 6.11.11 and U-Boot to 2024.10
...
The boot.vfat image size is not enough now. The new zImage file
is over 10M, so it is expanded to 16M.
This commit also adds the custom version package hashes, and
the corresponding ".checkpackageignore" entry is also removed.
Signed-off-by: Scott Fan <fancp2007@gmail.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 16:22:56 +01:00
Julien Olivain
51858c4a34
boot/grub2: update _SITE to use BR2_GNU_MIRROR
...
The grub2 package is distributed on the GNU project servers. See [1]
and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can
be used for that purpose. See [3].
For consistency with all other GNU packages, this commit updates
the _SITE to use BR2_GNU_MIRROR.
Note: Commit [4] introduced the grub2 package using BR2_GNU_MIRROR.
Commit [5] changed it to use "http://ftp.gnu.org/gnu/grub " without
providing a justification for that change.
[1] https://www.gnu.org/software/grub/grub-download.html
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
[4] c24fdb3680
[5] 5ffafd2353
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 15:03:20 +01:00
Julien Olivain
2956a39215
package/bc: update _SITE to use BR2_GNU_MIRROR
...
The bc package is distributed on the GNU project servers. See [1]
and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can
be used for that purpose. See [3]
For consistency with all other GNU packages, this commit updates
the _SITE to use BR2_GNU_MIRROR.
As a side note, the bc package was introduced long time ago using
BR2_GNU_MIRROR. See [4]. It was then updated to an alpha version
in [5]. When the alpha version was no longer needed, it was switched
to the main GNU download server in [6].
[1] https://www.gnu.org/software/bc/
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
[4] c95dcd4645
[5] 1faa7c344e
[6] ed7572cc7f
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 14:48:22 +01:00
Sergey Matyukevich
6f933e2381
package/linux-headers: drop 6.11.x option
...
The 6.11.x series is now EOL upstream, so drop the linux-headers
option and add legacy handling for it.
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-12-11 14:37:33 +01:00
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