Commit Graph

39639 Commits

Author SHA1 Message Date
Rudi Heitbaum
9c2fe42833 kmod: update to 30
ann:
- https://lwn.net/Articles/899526/
2022-07-02 12:04:45 +00:00
Rudi Heitbaum
4876900b32 sqlite: update to 3.39.0
release log:
- https://www.sqlite.org/releaselog/3_39_0.html
2022-07-02 12:04:45 +00:00
Rudi Heitbaum
b33576f8a7 nghttp2: update to 1.48.0
release notes:
- https://github.com/nghttp2/nghttp2/releases
2022-07-02 12:04:45 +00:00
Christian Hewitt
d7986207a8 Merge pull request #6667 from heitbaum/addons
fix addons build (openssl:host)
2022-07-02 08:50:30 +04:00
Rudi Heitbaum
8b2874dde7 cargo: depend on openssl:host 2022-07-02 03:30:06 +00:00
Rudi Heitbaum
c5480418c1 mariadb: depend on openssl:host 2022-07-02 03:29:43 +00:00
CvH
6e3afa3836 Merge pull request #6664 from HiassofT/le11-kernel-5.15.48
linux (RPi): update to 5.15.50-4ee9d0f
2022-07-01 19:29:56 +02:00
Matthias Reichl
3260beeac6 linux (RPi): update to 5.15.50-4ee9d0f
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-07-01 18:04:05 +02:00
Matthias Reichl
43972108ec linux (RPi): enable RANDOM_TRUST_BOOTLOADER and -CPU
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-07-01 18:04:04 +02:00
Matthias Reichl
e8a5ae61a0 linux (RPi): enable pstore and ramoops
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-07-01 18:04:04 +02:00
Matthias Reichl
3b8c255ef1 linux (RPi): config options for 5.15.49-f4c7d81
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-07-01 18:04:04 +02:00
Matthias Reichl
d76fbec462 linux (RPi): update to 5.15.49-f4c7d81
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-07-01 18:04:04 +02:00
Matthias Reichl
c6ac389301 RPi4: remove rpivid-v4l2 dtoverlay from distroconfig.txt
This is enabled by default in latest kernel, the dtoverlay is no
longer needed.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-07-01 18:04:04 +02:00
Matthias Reichl
eeb2981be7 RPi: update to firmware 329af8a
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-07-01 18:04:04 +02:00
Matthias Reichl
d95fcdca41 linux (RPi): config options for 5.15.48-b34bf32
Drop linux-010-pr5052.patch, this is now in rpi kernel tree

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-07-01 18:04:04 +02:00
Matthias Reichl
2c1fdb3834 linux (RPi): update to 5.15.48-b34bf32
Drop linux-010-pr5052.patch, this is now in rpi kernel tree

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-07-01 18:04:04 +02:00
CvH
9f8dd8a5ed Merge pull request #6660 from HiassofT/le11-uname-fix
Fix meson.conf generation and rust build
2022-07-01 17:30:17 +02:00
CvH
d45d7e9041 Merge pull request #6661 from heitbaum/intel
Intel updates
2022-07-01 11:55:46 +02:00
Rudi Heitbaum
cfed073404 libva-utils: update to 2.15.0
log:
https://github.com/intel/libva-utils/releases/tag/2.15.0
2022-07-01 09:20:19 +00:00
Rudi Heitbaum
b3141ac8fb libva: update to 2.15.0
log:
- https://github.com/intel/libva/releases/tag/2.15.0

includes upstreamed PR554
2022-07-01 09:20:19 +00:00
Rudi Heitbaum
f2bc9a50c2 media-driver: update to 22.4.4 2022-07-01 09:20:19 +00:00
CvH
10d897bd10 Merge pull request #6659 from heitbaum/mesa2213
mesa: update to 22.1.3
2022-06-30 20:30:58 +02:00
Matthias Reichl
bb7c110320 config/optimize: drop unused MACHINE_HARDWARE_CPU/PLATFORM variables
uname options -p and -i are non portable and return "unknown" on
Linux with GNU coreutils as there's no OS support for it.

Note: some distributions like Fedora or Ubunto patch coreutils so
that uname -p (more or less) returns the machine name (uname -m output).
But that should not be used and fails on distributions like Debian
that don't add that patch.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-06-30 16:35:04 +02:00
Matthias Reichl
27c6321afe rust: use MACHINE_HARDWARE_NAME instead of MACHINE_HARDWARE_CPU
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-06-30 16:35:04 +02:00
Matthias Reichl
210049e5cc config/functions: set build cpu in meson.conf to MACHINE_HARDWARE_NAME
This is also what meson does by default on Linux as Linux doesn't
support reporting CPU type.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-06-30 16:35:04 +02:00