31993 Commits

Author SHA1 Message Date
MilhouseVH
97c2967826
Merge pull request #3805 from HiassofT/le92-systemd-fix-fs-corruption
[le92] fix filesystem corruption on reboot/shutdown
2019-09-18 17:18:44 +01:00
MilhouseVH
a6459fe37e
Merge pull request #3838 from HiassofT/le92-init-toram
[le92] init: make copying SYSTEM to RAM opt-in
2019-09-18 17:16:33 +01:00
MilhouseVH
12495fad3f
Merge pull request #3836 from HiassofT/le92-kodi-shutdown
[le92] kodi: give kodi enough time to properly shut down
2019-09-18 17:16:01 +01:00
MilhouseVH
17827c1c71 xf86-video-nvidia: update to xf86-video-nvidia-430.50 2019-09-18 16:37:20 +01:00
5schatten
226cc4234c
Merge pull request #3824 from MilhouseVH/le92_mesa-19.1.6
mesa: update to mesa-19.1.6 [backport]
2019-09-18 17:32:57 +02:00
MilhouseVH
e807b9ca54 rpi-eeprom: update to rpi-eeprom-1923a55 2019-09-18 11:05:14 +01:00
MilhouseVH
e5236c3910 RPi: update to firmware f8e0510 2019-09-17 23:19:04 +02:00
MilhouseVH
138374b949 RPi: update to firmware 7f607df 2019-09-17 19:19:34 +02:00
Matthias Reichl
1c091618e8 linux (RPi): update to 4.19.73-2b1731f
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-17 14:15:03 +02:00
Matthias Reichl
5f778a505a init: make copying SYSTEM to RAM opt-in
Copying SYSTEM to RAM eats up precious memory that'd be better used
for kernel filesystem cache and other things and can takes quite some
time on slower storage devices like SD cards.

Instead of having two options to define a minimum RAM size (below
which SYSTEM won't be copied) and the "noram" option (which disables
copying completely) reverse the logic and use a single "toram" option
which users can set on kernel command line if they want SYSTEM copied
to RAM.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-16 21:35:22 +02:00
Matthias Reichl
7cfe729d29 kodi: give kodi enough time to properly shut down
The current stop timeout of 5 seconds is way too low and
leads to systemd frequently killing kodi while it's still
shutting down. This is really bad since it can potentially
lead to corrupted files or databases and should be avoided
at all costs.

eg plain kodi 18.4 setup with only pvr.hts installed takes
about 6 seconds to stop on RPi4.

Increase the stop timeout to 30 seconds to allow proper shutdown
on slower systems.

While that is still a lot lower than the 90 seconds
systemd default it should both be enough for very slow systems
and also for us and users to notice kodi issues - in which case
those issues have to be investigated.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-16 14:34:32 +02:00
MilhouseVH
1c3da1e645 RPi: update to firmware a2778bf 2019-09-16 12:25:04 +02:00
CvH
536a2d0014
Merge pull request #3809 from HiassofT/le92-hyperion
[le92] hyperion: Update to version 2019-08-19
2019-09-15 18:58:53 +02:00
Matthias Reichl
dd198bf0b4 systemd: prevent unmounting flash via umount.target
add drop-in to set DefaultDependencies=no on /flash mount. This
removes the Conflicts=umount.target and /flash won't be unmounted
by systemd. systemd-shutdown will then later remount it ro and
try to unmount it.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-13 23:50:26 +02:00
Matthias Reichl
ec342bdd9b scripts/install: copy system.d files recursively
This allows installing drop-ins.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-13 23:50:26 +02:00
MilhouseVH
9ee80a21b7 mesa: update to mesa-19.1.6 2019-09-13 15:42:33 +01:00
Matthias Reichl
048a33c99c linux (RPi): config options for 4.19.71-bd3452c
Enable Hifiberry DAC+DSP soundcard driver

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-12 15:10:53 +02:00
Matthias Reichl
07f8b9418e linux (RPi): update to 4.19.71-bd3452c
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-12 15:09:51 +02:00
Matthias Reichl
c04a6f4759 ffmpeg: update RPi4 HEVC patch to 18.4-Leia-9e6b24c
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-12 13:34:02 +02:00
Matthias Reichl
74afcc236f kodi (RPi4): update to 18.4-Leia-9e6b24c
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-12 13:34:00 +02:00
Matthias Reichl
233b4ed056
Merge pull request #3812 from MilhouseVH/le92_libretro-mame-fix-sha
[le92] libretro-mame: fix PKG_SHA256
2019-09-11 18:34:36 +02:00
MilhouseVH
2129e29c22 [le92] libretro-mame: fix PKG_SHA256 2019-09-11 17:28:39 +01:00
Matthias Reichl
c042c433f6 hyperion: Update to version 2019-08-19
Fix resuming from paused in kodi 18

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-10 20:36:15 +02:00
MilhouseVH
2fd8ed32ce
Merge pull request #3801 from Kwiboo/rockchip-update-9.2
Rockchip: update rkmpp and sync linux config
2019-09-09 21:51:55 +01:00
MilhouseVH
d6367beef7 RPi: update to firmware 3bba190 2019-09-09 22:42:57 +02:00
Matthias Reichl
87e293535a systemd: drop patch that causes filesystem corruption on reboot/shutdown
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-09 10:45:05 +02:00
Jernej Škrabec
55bb46103b
Merge pull request #3795 from MilhouseVH/le92_samba-4.9.13
samba: update to samba-4.9.13 [backport]
2019-09-09 00:35:35 +02:00
MilhouseVH
6000b5c87b LibreELEC-settings: update to LibreELEC-settings-a8481d9 2019-09-08 20:23:02 +01:00
MilhouseVH
438198dcd6 init: cleanup flash; execute real script not wrapper 2019-09-08 20:22:52 +01:00
MilhouseVH
9e79363e78 rpi-eeprom: use wrapper to ensure /flash is writeable 2019-09-08 20:22:52 +01:00
MilhouseVH
505df7c788 LibreELEC-settings: update to LibreELEC-settings-edbb35f 2019-09-08 20:22:52 +01:00
MilhouseVH
72e19ccae8 init: add rpi-flash-firmware service 2019-09-08 20:22:52 +01:00
MilhouseVH
3e32f390db RPi4: enable rpi-eeprom 2019-09-08 20:22:52 +01:00
MilhouseVH
da11d70f7d rpi-eeprom: new package 2019-09-08 20:22:52 +01:00
MilhouseVH
c1cd2e5c73 flashrom: new package 2019-09-08 20:22:52 +01:00
MilhouseVH
6e05ca4a69 bcm2835-driver: /opt/vc/bin/vcmailbox (needed by rpi-eeprom-update) 2019-09-08 20:22:52 +01:00
MilhouseVH
bdeb0ccd4f binutils: build strings for target (needed by rpi-eeprom-update) 2019-09-08 20:22:52 +01:00
Jonas Karlman
44d46b4a23 Rockchip: sync linux config with master 2019-09-08 18:17:07 +00:00
Jonas Karlman
749b9b2068 ffmpeg: update rkmpp patches 2019-09-08 18:16:59 +00:00
Jonas Karlman
2a5b368872 rkmpp: update to 451ae59 2019-09-08 18:16:59 +00:00
CvH
276b989054
Merge pull request #3799 from HiassofT/le92-binary-addons2
[le92] binary addons: update to latest Leia versions
2019-09-07 20:10:11 +02:00
Matthias Reichl
329dbc22f2 binary addons: update to latest Leia versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-06 23:59:01 +02:00
MilhouseVH
18e6c50ee1 RPi: update to firmware e2e17cd 2019-09-06 19:04:24 +02:00
Matthias Reichl
ccfaa1ea32 linux (RPi): config options for 4.19.71
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-06 16:35:15 +02:00
Matthias Reichl
d2015cf60b linux (RPi): update to 4.19.71-4a6e8b2
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-06 16:15:25 +02:00
MilhouseVH
5c262a7c63 samba: update to samba-4.9.13 2019-09-04 16:50:40 +01:00
CvH
572c3ad9a2
Merge pull request #3788 from HiassofT/le92-game-addons
retroplayer addons: update to latest Leia versions
9.1.501
2019-09-02 23:05:37 +02:00
Matthias Reichl
728d0ee3ee game.libretro.melonds: set PKG_ARCH to none
Current version requires OpenGL which isn't supported in retroplayer.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-02 17:40:13 +02:00
Matthias Reichl
b615639ab1 libretro-desmume: fix build
ported from https://github.com/5schatten/LibreELEC-RR/tree/master-rr/packages/5schatten/emulation/libretro/desmume

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-02 17:38:40 +02:00
Matthias Reichl
23434e18ca libretro-nestopia: fix build
ported from https://github.com/5schatten/LibreELEC-RR/blob/master-rr/packages/5schatten/emulation/libretro/nestopia/package.mk

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-02 17:38:40 +02:00