Charles Hardin
794b9e9932
package/freescale-imx/imx-seco: add the imx8dxl b0 revsision ahab image
...
Update the selection of the ahab container images for the imx8dxl
asics. The initial support assumed these were imx8 but this is
actually the imx8x architecture as well. This was fixed when run on
the first tests against the imx8dxl SoCs.
Files from upstream:
mx8dxla0-ahab-container.img
mx8dxla1-ahab-container.img
mx8dxlb0-ahab-container.img
The B0 revision should be considered the latest
Signed-off-by: Charles Hardin <ckhardin@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 21:23:35 +02:00
Charles Hardin
70ff5377f2
package/freescale-imx/firmware-imx: ensure the linux firmware is installed first
...
There was some imx SDMA firmware in the base linux-firmware package at
one time, but the firmware-imx is updated with the latest versions
from NXP releases.
This just ensures a dependency is set so that the firmware-imx package
will always come later in case an overlap occurs again.
Signed-off-by: Charles Hardin <ckhardin@gmail.com >
Reviewed-by: Gary Bisson <bisson.gary@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 20:49:23 +02:00
Bernd Kuhls
af85e45afc
package/libdisplay-info: new package
...
Needed for upcoming Kodi version 21.0-Omega.
Depends on the previous patch to fix build error on Coldfire.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 20:36:51 +02:00
Bernd Kuhls
e70fefa3b8
package/pkg-meson.mk: disable staticpic on Coldfire
...
Fixes build error in the upcoming libdisplay-info package:
"Tried to convert PC relative branch to absolute jump" as described
here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971#c11
Since this issue not only occurs with this package, see
https://git.busybox.net/buildroot/commit/?id=2a48a6ee9d6b81c804182ff0ad6e0f7c850f6839
we add the configure option to pkg-meson.mk.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 20:36:04 +02:00
Bernd Kuhls
36c29522ae
package/gkrellm: link with -latomic if needed
...
Fixes:
http://autobuild.buildroot.net/results/5df/5dffba341cfe5e4d41b3c88e58d92b0747318c07/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 20:30:59 +02:00
Bernd Kuhls
1a4e7da7e7
package/kodi-pvr-zattoo: bump version to 20.3.10-Nexus
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 20:04:12 +02:00
Julien Olivain
3435d52bab
support/testing/tests/package/test_dos2unix.py: new runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:48:13 +02:00
Bernd Kuhls
2b6ea18e47
DEVELOPERS: remove Bernd Kuhls from various packages
...
Remove packages which are no longer runtime-tested here.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:46:34 +02:00
Bernd Kuhls
7d271346e5
DEVELOPERS: add Bernd Kuhls to various packages
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:46:19 +02:00
Bernd Kuhls
506f018b3a
package/libasplib: remove package
...
Added in 2015 to be used by Kodi ADSP addons these efforts have stopped:
https://forum.kodi.tv/showthread.php?tid=252871&pid=3053658#pid3053658
so this package is no longer needed.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:44:57 +02:00
Bernd Kuhls
4c1b141c29
package/kodi: bump version to 20.2-Nexus
...
Removed patch which is included in this release.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:43:08 +02:00
Marcus Folkesson
c7d1e92b1c
package/libcamera-apps: bump to version 1.2.0
...
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:42:34 +02:00
Thomas Petazzoni
ea7caf9c47
.checkpackageignore: update after patch removals
...
Several recent commits removed patches without updating
.checkpatchignore, let's fix that.
Fixes:
.checkpackageignore:882: ignored file package/linuxptp/0001-missing.h-drop-clock_nanosleep-replacement.patch is missing
.checkpackageignore:883: ignored file package/linuxptp/0002-makefile-use-conditional-assignment-for-KBUILD_OUTPUT.patch is missing
.checkpackageignore:949: ignored file package/mariadb/0002-include-ssl_compat.h-fix-build-with-libressl-3.5.0.patch is missing
.checkpackageignore:1357: ignored file package/rtl8192eu/0002-Fix-conflicting-get_ra-on-PowerPC.patch is missing
.checkpackageignore:1685: ignored file package/zlib-ng/0001-Use-static-keyword-for-vec_sumsu-to-prevent-undefine.patch is missing
.checkpackageignore:1686: ignored file package/zlib-ng/0002-CMakeLists.txt-fix-version-in-zlib.pc-when-building-.patch is missing
.checkpackageignore:1687: ignored file package/zlib-ng/0003-zlib-ng-check-that-sys-auxv.h-exists-at-configure-time.patch is missing
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:41:41 +02:00
Bernd Kuhls
568dd29c2f
package/alsa-lib: Fix symver build error on non-ELF platforms
...
Fixes:
http://autobuild.buildroot.net/results/1e9/1e965d83d75615f35308440c5db044314a349357/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:39:51 +02:00
Bernd Kuhls
b5cae6ed99
package/bluez5_utils: fix cross build
...
Fix build error introduced by bumping bluez5_utils to 5.68 with buildroot
commit 7cac499ec4 due to upstream commit
https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/configure.ac?id=1106b28be85ac9586d1758839226e163e9030ee2
Fixes:
http://autobuild.buildroot.net/results/564/564952e0f9c7f69ef266d7df455ca033fb52d9f7/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:33:54 +02:00
Ignacy Gawędzki
ff2c69a900
package/iproute2: add optional dependency on libbpf
...
Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:30:39 +02:00
Giulio Benetti
f12f54998a
package/rtl8192eu: bump to version 2023-06-23 on branch 5.11.2.1
...
Drop local patch that has been upstreamed.
It now supports building with Linux version > 6.1
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:29:28 +02:00
friedtj@free.fr
9206caf13e
package/linuxptp: bump version to 4.0
...
The current linuxptp is missing multiple options added lately as described at
https://www.mail-archive.com/linuxptp-devel@lists.sourceforge.net/msg04908.html
and the upgrade to 4.0 removes the need for applying patches already included in
the current release. Tested functional on a Raspberry Pi Compute Module 4
(raspberrypicm4io_64_defconfig).
Signed-off-by: Jean-Michel Friedt <friedtj@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:47:56 +02:00
Bernd Kuhls
025ce96406
package/emlog: fix build on Linux 6.4
...
Fixes:
http://autobuild.buildroot.net/results/f6c/f6c52f58c3c016cee59d2dfe513c449d96dc3b09/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:39:20 +02:00
Bernd Kuhls
88a2e0c473
{linux, linux-headers}: bump 5.15.x / 6.{1, 3, 4}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:36:41 +02:00
Bernd Kuhls
0df456ea6e
package/zlib-ng: bump version to 2.1.3
...
Removed all patches because they are included in this release.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:14:23 +02:00
Bernd Kuhls
353c06849b
package/dahdi-linux: fix build with kernel < 6.3
...
Buildroot commit 840b552746 added a patch
from upstream bug tracker which fixes build with kernel >= 6.3 but broke
the build with earlier kernels.
This patch adds additional code for compatibility with kernel < 6.3.
Fixes:
http://autobuild.buildroot.net/results/c8c/c8c51153d3a61842d57a2a4be3dc75ec9964e41c/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:13:38 +02:00
Heiko Thiery
68e4436077
package/rauc: bump to version 1.10
...
This release version inludes several enhancements and bugfixes.
https://github.com/rauc/rauc/releases/tag/v1.10
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:13:06 +02:00
André Zwing
c19594a10f
package/libkrb5: bump to 1.21
...
The hash of the NOTICE file has changed due to:
- Update in copyright year
- Addition of a BSD-2-Clause license, so no change from that perspective
Signed-off-by: André Zwing <nerv@dawncrow.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:12:00 +02:00
Bernd Kuhls
6ca47ce9bd
package/hwloc: bump version to 2.9.2
...
Removed md5 hash.
Changelog: https://github.com/open-mpi/hwloc/blob/v2.9/NEWS
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:11:36 +02:00
Bernd Kuhls
c143e7ed41
package/xmrig: bump version to 6.20.0
...
Changelog: https://github.com/xmrig/xmrig/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:10:42 +02:00
André Zwing
e97efdeef9
package/wine: bump to version 8.0.1
...
Signed-off-by: André Zwing <nerv@dawncrow.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:10:15 +02:00
Bernd Kuhls
6e0f16e2b0
package/perl-uri: bump version to 5.19
...
Removed md5 hash.
Switch to new maintainer repo as indicated by metacpan.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:07:31 +02:00
Bernd Kuhls
ccdeeb03c3
package/perl-net-http: bump version to 6.23
...
Removed md5 hash.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:07:30 +02:00
Bernd Kuhls
38efcd3262
package/perl-net-dns: bump version to 1.39
...
Removed md5 hash.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:07:29 +02:00
Bernd Kuhls
737dc62732
package/perl-mail-dkim: bump version to 1.20230630
...
Removed md5 hash.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:07:27 +02:00
Bernd Kuhls
8caa83002e
package/perl-http-daemon: bump version to 6.16
...
Removed md5 hash.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:07:26 +02:00
Bernd Kuhls
40370b8692
package/perl-html-parser: bump version to 3.81
...
Removed md5 hash.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:07:25 +02:00
Danny Wood
88c7359f65
package/mariadb: update to version 10.11.4
...
Remove 0002-include-ssl_compat.h-fix-build-with-libressl-3.5.0.patch as it
is now upstream. Update README.md hash for minor formatting changes.
Release notes: https://mariadb.com/kb/en/mariadb-10-11-4-release-notes/
Changelog: https://mariadb.com/kb/en/mariadb-10-11-4-changelog/
Signed-off-by: Danny Wood <danny@rotronics.co.uk >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-09 19:53:44 +02:00
Bernd Kuhls
683b3e93eb
package/valgrind: bump version to 3.21.0
...
Added sha1 hash provided by upstream, removed md5 hash.
Release notes: https://valgrind.org/docs/manual/dist.news.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-09 18:45:22 +02:00
Bernd Kuhls
80304d9911
package/mesa3d-demos: bump version to 9.0.0
...
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2023-March/000711.html
Rebased patch, switched tarball to xz.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-09 18:40:06 +02:00
Bernd Kuhls
c1a7079a23
package/mesa3d-demos: needs C++
...
Reference:
https://gitlab.freedesktop.org/mesa/demos/-/blob/main/meson.build#L21
Fixes:
http://autobuild.buildroot.net/results/90e/90e98fa0f37462cadea0fcbff9feabad5554587d/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-09 18:39:41 +02:00
Bernd Kuhls
76059865ad
package/dahdi-linux: fix build on Linux 6.4
...
Fixes:
http://autobuild.buildroot.net/results/8b1/8b140b7f4d2f2b3080cab90906c3cebea0e510c5/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-09 18:31:50 +02:00
Bernd Kuhls
af5ccec266
utils/genrandconfig: disable cramfs images
...
Fixes build error:
warning: estimate of required size (upper bound) is 1374MB, but
maximum image size is 272MB, we might die prematurely
mkcramfs: filesystem too big
Fixes:
http://autobuild.buildroot.net/results/d47/d47f9b462707dffe1b6665f143701303b04e2adc/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-09 18:30:10 +02:00
Bernd Kuhls
a749a93b7d
package/fwts: bump version to 23.07.00
...
Release notes:
https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes
Updated license hash due to copyright year bump and formatting changes:
https://git.launchpad.net/fwts/commit/debian/copyright?id=64d2ea181d887d877104cd08defbd3427015070a
https://git.launchpad.net/fwts/commit/debian/copyright?id=88edd4da5885e182a339c57c4d70768f6fab695b
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-09 18:28:46 +02:00
Bernd Kuhls
4a239f14ef
package/fwts: fix build with BR2_OPTIMIZE_0
...
Fixes:
http://autobuild.buildroot.net/results/fab/fabd031d38cb618cdb11b4a86cd853b0da61695b/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-09 18:28:36 +02:00
Bernd Kuhls
c3cee366cb
package/musl: bump version to 1.2.4
...
Removed patch which is included in this release.
Switched _SITE according to http://www.musl-libc.org/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-09 18:27:06 +02:00
Bernd Kuhls
3ca3304276
package/php: bump version to 8.2.8
...
Changelog: https://www.php.net/ChangeLog-8.php#8.2.8
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-08 17:42:02 +02:00
Bernd Kuhls
40c7d10b2b
package/dfu-programmer: link with -latomic if needed
...
Fixes:
http://autobuild.buildroot.net/results/e2b/e2b813fdcbb3862366609affe88551c3036b21b8/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-08 17:41:52 +02:00
Bernd Kuhls
a7e4f557f5
package/busybox: bump version to 1.36.1
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-06 14:02:01 +02:00
Peter Korsgaard
6021f3678b
board/raspberrypi: handle dtb overlays for all variants
...
Most rpi defconfigs use dtb overlays, but not rpi0 / rpi2 - Making it harder
to use overlays on those boards as the genimage files have to be tweaked.
To fix this, create the rpi-firmware/overlays directory in the post-build
script if needed and unconditionally include it in the genimage files so
rpi0/rpi2 works consistently with the other variants.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-06 13:56:49 +02:00
Bernd Kuhls
006badd9b6
package/samba4: bump version to 4.18.4
...
Release notes:
https://www.samba.org/samba/history/samba-4.18.4.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-06 13:55:16 +02:00
Bernd Kuhls
adfdeb1f82
package/samba4: bump version to 4.18.3
...
Release notes: https://www.samba.org/samba/history/samba-4.18.3.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-06 13:54:46 +02:00
Bernd Kuhls
a932fbed9c
package/libssh2: fix build with mbedtls
...
Fixes:
http://autobuild.buildroot.net/results/3f2/3f295deaee31266f394035924ec0192edcca4b1e/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-06 10:31:27 +02:00
Bernd Kuhls
f059c876f7
package/intel-mediadriver: bump version to 23.2.4
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-06 10:30:14 +02:00