31640 Commits

Author SHA1 Message Date
Christian Hewitt
426ff4cb1f
Merge pull request #3673 from MilhouseVH/le92_systemd_rdrand_fix
systemd: eat up RDRAND values seen on AMD cpus [backport]
2019-07-11 06:24:22 +01:00
MilhouseVH
8fc217337c buildsystem: include BUILD_SUFFIX in dashboard 2019-07-11 00:37:12 +01:00
MilhouseVH
82f70d28c9 buildsystem: no need to source package for PKG_NAME 2019-07-11 00:37:12 +01:00
MilhouseVH
eaf81e7277 buildsystem: fix and relocate comment 2019-07-11 00:37:12 +01:00
MilhouseVH
fc97f456dc buildsystem: HACK: fix current status after initramfs
initramfs is currently built from within linux:target which is a problem
yet to be solved as it should be built as separately scheduled processes
just like everything else.

As we build initramfs from within linux:target, once initramfs is
finished it emits an "UNLOCK" event which is the last event for the
linux:target package until it too finishes, perhaps 5 or 10 minutes later.
During this 5-10 minute period the dashboard gives the impression that
initramfs is "stuck" in an UNLOCKed state when in fact processing continues
within linux:target, which is now the "ACTIVE" package for the process slot.

Until the initramfs scheduling problem is resolved, emit an extra "ACTIVE"
event upon returning to linux:target correcting the dashboard (and also
tools/mtstats.py elapsed time accumulation).
2019-07-11 00:37:12 +01:00
MilhouseVH
8380877cf5 buildsystem: support 6 digit process ids 2019-07-11 00:36:22 +01:00
MilhouseVH
ff8c463b31 buildsystem: bootstrapping parallel must not use locks 2019-07-11 00:36:22 +01:00
MilhouseVH
7d84fbe6fa buildsystem: add GETPKG history event 2019-07-11 00:36:22 +01:00
MilhouseVH
cff7ea1ab8 scripts/unpack: always download missing tarballs - fixes PKG_DEPENDS_UNPACK 2019-07-11 00:36:22 +01:00
MilhouseVH
e0dc24ea42 scripts/unpack: ensure PKG_BUILD is unpack dir for all unpack functions
The unpack folder will be a temporary (isolated) unpack folder for
pre_unpack() and unpack(), but by the time of post_unpack() the folder will
have been moved into the main ${BUILD} "public" folder.

This change ensures that PKG_BUILD always references the correct folder at all times.
2019-07-11 00:36:22 +01:00
MilhouseVH
79b31b45fd package inheritance: cleanup redundant files 2019-07-11 00:36:22 +01:00
MilhouseVH
341aa35c3c buildsystem: perform unpack when custom function provided 2019-07-11 00:36:22 +01:00
MilhouseVH
02601a2500 crazycat & dvb-latest: fix misconfiguration 2019-07-11 00:36:22 +01:00
MilhouseVH
adbe82298a scripts/unpack: avoid sub-process during custom unpack() 2019-07-11 00:36:22 +01:00
MilhouseVH
365faa110f buildsystem: support absolute paths in PKG_PATCH_DIRS 2019-07-11 00:36:22 +01:00
MilhouseVH
f1614bbac7 xf86-video-nvidia: update to xf86-video-nvidia-430.34 2019-07-11 00:32:01 +01:00
MilhouseVH
e89045361a mesa: update to mesa-19.1.2 2019-07-11 00:31:51 +01:00
MilhouseVH
ff813fca35 libva: update to libva-2.5.0 2019-07-11 00:30:56 +01:00
MilhouseVH
3e1563cb68 init: clean up splash image selection 2019-07-11 00:28:19 +01:00
MilhouseVH
b50aa11e7d libdrm: update to libdrm-2.4.99 2019-07-10 22:40:52 +01:00
awiouy
05a8e96592 dotnet-runtime: update to 2.2.6 2019-07-10 23:33:31 +02:00
awiouy
2caa3e3b8b lttng-ust: update to 2.10.4 2019-07-10 23:33:31 +02:00
awiouy
ff815836c5 userspace-rcu: update to 0.11.1 2019-07-10 23:33:31 +02:00
awiouy
39a81f5182 krb5: update to 1.17-final 2019-07-10 23:33:31 +02:00
awiouy
e826e18033 syncthing: update to 1.2.0 2019-07-10 23:33:31 +02:00
awiouy
a6bc84ddd3 tvmosaic: remove addon 2019-07-10 23:33:31 +02:00
Matthias Reichl
f04ec17bed
Merge pull request #3658 from MilhouseVH/le92_fix_symlink_fixups
buildsystem: fix symbolic link fixups [backport]
2019-07-10 21:42:59 +02:00
awiouy
357615473e emby4: update to 4.1.1.0 2019-07-10 21:31:55 +02:00
awiouy
96d92948a7 imagemagick: update to 7.0.8-53 2019-07-10 21:31:09 +02:00
Matthias Reichl
28b122f38b hyperion: check for RPi project instead of KODIPLAYER_DRIVER
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-10 11:55:00 +02:00
MilhouseVH
1e68ced1fb RPi: update to firmware 025759b 2019-07-09 20:18:16 +02:00
MilhouseVH
8dbe022c96 systemd: eat up RDRAND values seen on AMD cpus 2019-07-09 18:45:42 +01:00
MilhouseVH
c2a626cdb6 RPi: update to firmware 549140c 2019-07-09 10:14:09 +02:00
MilhouseVH
266954d8b0
Merge pull request #3665 from CvH/9.2/back_libx11
[backport] libX11: update to 1.6.8 and crosscompile fixes
2019-07-07 21:19:02 +01:00
CvH
94aa4aebf6 libX11: update to 1.6.8 2019-07-07 14:22:23 +02:00
CvH
6536414a46 libX11: fix cross-compiling 2019-07-07 14:22:08 +02:00
MilhouseVH
a4a45cb3ba
Merge pull request #3662 from sky42src/le92_5116
[le92] linux (Generic): update to linux-5.1.16
2019-07-07 01:23:17 +01:00
sky42
8c216956fd linux (Generic): update to linux-5.1.16
5.1.10 changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.1.10
5.1.11 changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.1.11
5.1.12 changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.1.12
5.1.13 changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.1.13
5.1.14 changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.1.14
5.1.15 changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.1.15
5.1.16 changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.1.16
2019-07-06 10:41:35 +00:00
MilhouseVH
2b95120495 buildsystem: fix /usr targets 2019-07-05 23:00:15 +01:00
MilhouseVH
e44dd201a7 serdisplib: modify SYSROOT_PREFIX only during install 2019-07-05 23:00:15 +01:00
MilhouseVH
69e818ad25 bcm2835-driver: modify SYSROOT_PREFIX only during install 2019-07-05 23:00:15 +01:00
MilhouseVH
bf06da5c6b buildsystem: don't dereference LINK_NAME when fixing up sym links 2019-07-05 23:00:15 +01:00
MilhouseVH
973b437725
Merge pull request #3642 from HiassofT/le92-lirc
[le92] lirc: fix missing irman driver, include Debian patches
2019-07-05 22:56:01 +01:00
MilhouseVH
5fd83ea792
Merge pull request #3618 from HiassofT/le92-kodi-vendor-rpi4
kodi: switch RPi4 to use vendor tree
2019-07-05 22:52:20 +01:00
MilhouseVH
78e9965676
Merge pull request #3619 from HiassofT/le92-ffmpeg-patch-restructure
[le92] ffmpeg: restructure patches into feature sets
2019-07-05 22:50:53 +01:00
Matthias Reichl
8aad391e89 linux (RPi): update to 4.19.57-8ea4810
DT overlays and I2C fixes

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-05 23:40:42 +02:00
Matthias Reichl
fd1a20ede9 bcm2835-driver: update to eaf7268
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-05 23:03:04 +02:00
Matthias Reichl
5ae38dba9d bcm2835-bootloader: update to eaf7268
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-05 23:03:01 +02:00
Matthias Reichl
1fb4d27773 linux (RPi): update to 4.19.57-6e787b8
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-04 21:57:23 +02:00
Matthias Reichl
84e70210df ffmpeg: update RPi4 HEVC patch
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-04 11:21:30 +02:00