Demetris Ierokipides
2bbd8bb8db
Partially Revert "Rpi kernel update ( #1298 )"
...
This reverts commit d2628f10d1
.
2021-05-17 19:43:08 +03:00
David Lawson
d2628f10d1
Rpi kernel update ( #1298 )
...
* rpi: update kernel to 5.10.36
* rpi: remove bcm2835-driver and just get everything from bcm2835-bootloader
2021-05-17 00:30:34 +03:00
David Lawson
e21ccc1dd1
Slice off slice ( #1274 )
2021-04-23 02:33:10 +03:00
Matthias Reichl
664907a263
kodi: update to 18.8-Leia
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-07-29 09:24:34 +02:00
Matthias Reichl
f02c758161
kodi: disable LCMS2
...
This prevents kodi from autodetecting the lcms2 lib which is not present
in the image.
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-02 00:23:41 +02:00
CvH
bd5fdddff9
kodi: update to 18.7.1-Leia
2020-06-01 13:44:47 +02:00
Matthias Reichl
fba0a0a555
kodi: update to 18.7-Leia
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-05-20 17:45:32 +02:00
Matthias Reichl
5baab17211
kodi: update to 18.6-Leia
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-03-01 15:11:46 +01:00
MilhouseVH
4a5f3a22c2
pastekodi: avoid cmp this is installed by system-tools [backport]
2020-01-07 01:04:58 +00:00
mglae
07734490f3
kodi: pastekodi: log cacert.pem if needed
2019-12-10 22:16:33 +01:00
mglae
dcd0bbac62
kodi: use system cacert.pem
2019-12-10 22:15:44 +01:00
Christian Hewitt
d97ed1c987
Merge pull request #3991 from HiassofT/le92-nfs-backports
...
[le92] NFS / netboot backports
2019-12-09 08:01:35 +08:00
Christian Hewitt
bfb998c0f7
Merge pull request #3996 from MilhouseVH/le92_kodi_ninja_again
...
kodi: build with ninja once again [backport]
2019-12-09 07:49:20 +08:00
Matthias Reichl
8af7ac11ad
kodi: update to 18.5-Leia
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-11-20 22:34:07 +01:00
MilhouseVH
084fcb1c44
kodi: remove /storage/.kodi/userdata from tmpfiles.d, rely on kodi-config
2019-11-17 20:32:05 +00:00
MilhouseVH
33449d042f
kodi-config: create userdata when it doesn't exist
2019-11-17 20:32:05 +00:00
MilhouseVH
c6abc6f9ae
kodi: build with ninja once again [backport]
2019-11-17 20:09:30 +00:00
Matthias Reichl
97e2c5204c
disable network online services when using kernel ip configuration
...
Also drop Requisite on connman.service as it's not really needed
(connman and network online services all have conditions on
!/dev/.kernel_ipconfig) and it causes a dependency failed message
as Requisites are evaluated before conditions.
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-11-16 17:31:43 +01:00
John Sullivan
582e5e4fc7
Make kodi-config return a zero exit status
...
(cherry picked from commit e12e8cb7c4
)
2019-11-15 17:06:44 +00:00
CvH
d86dcbd288
Merge pull request #3865 from MilhouseVH/le92_backports5
...
libreelec-9.2 backports
2019-10-14 21:13:55 +02:00
CvH
e005812677
Merge pull request #3878 from sky42src/le92-allow-black
...
kodi: backport PR16643 always allow black screen saver
2019-10-14 20:47:49 +02:00
CvH
477629bdb9
Merge pull request #3816 from HiassofT/le92-kodi-rpi4_2
...
kodi: update RPi4 to latest leia_pi4 version
2019-10-10 14:44:51 +02:00
MilhouseVH
5ecc7e3674
pastekodi: add option to allow output to stdout
2019-10-10 12:38:38 +01:00
MilhouseVH
a15eeec91b
kodi: fix pastekodi efi check
2019-10-10 12:38:38 +01:00
sky42
c35ea1ac6c
kodi: backport PR16643 always allow black screen saver
...
https://github.com/xbmc/xbmc/pull/16643
2019-09-27 17:52:06 +02:00
MilhouseVH
a06ddbdce1
kodi: add pastekodi script
2019-09-18 21:47:01 +01: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
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
e117405cec
kodi: update to 18.4-Leia
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-01 13:04:51 +02:00
MilhouseVH
0225a0342b
Merge pull request #3711 from HiassofT/le92-kodi-rpi4
...
Kodi (RPi4): update to latest leia_pi4 version
2019-08-29 23:36:35 +01:00
Matthias Reichl
434b5dcd20
kodi (RPi): add missing alsa+pulseaudio patch
...
Commit f1ef2f099c
missed to
add the "use-alsa-and-pulse-together" for kodi vendor raspberrypi.
Add it back so pulseaudio shows up in Kodi on RPi again.
See also https://forum.libreelec.tv/thread/13245-kodi-18-0-update-for-slice/?postID=123042#post123042
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-21 20:41:24 +02:00
Matthias Reichl
ee01247de3
kodi (RPi4): update to 18.3-Leia-b0e4133
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-19 10:27:58 +02:00
MilhouseVH
089293d1b1
kodi: building with ninja makes xbmc/1600 more likely - don't use ninja
2019-07-14 22:28:10 +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
Matthias Reichl
237ed098f2
kodi: add "use alsa and pulse together" patch for raspberrypi4 vendor
...
Our patch had to be rebased because the RPi4 leia_pi4 branch registers
PiSink in WinSystemGbm.cpp which lead to a conflict.
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-04 11:21:30 +02:00
Matthias Reichl
f1ef2f099c
kodi: move "use alsa and pulse together" patch to vendor patch dirs
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-04 11:21:30 +02:00
Matthias Reichl
285ff64f93
kodi: add kodi vendor raspberrypi4
...
This is tracking the leia_pi4 branch of https://github.com/popcornmix/xbmc
and allows us to drop the RPi4 kodi patches in LE.
Current version includes BT.2020 colour space fixes.
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-04 11:21:30 +02:00
Christian Hewitt
eb8a4720ae
Merge pull request #3624 from MilhouseVH/le92_revert_streamdetails_update
...
kodi: temp fix stream details are being lost once playback ends [backport]
2019-07-03 05:10:20 +01:00
chewitt
f8ebb2f97a
kodi: set @ADDON_VERSION@ in repo addon.xml
2019-07-02 22:00:05 +04:00
5schatten
bd95afbae4
kodi: temp fix stream details are being lost once playback ends https://github.com/xbmc/xbmc/issues/16322
2019-06-30 04:09:52 +01:00
Matthias Reichl
bdd90f6c23
kodi: always depend on bcm2835-driver when building for RPi
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-23 02:09:03 +02:00
Jonas Karlman
bd66701ec9
kodi (Rockchip): update to kodi-rockchip_18.3-Leia-v2
2019-06-22 17:26:10 +00:00
Matthias Reichl
dc44c45496
kodi: update to 18.3-Leia
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-19 23:54:17 +02:00
kszaq
0019bbb7db
kodi: drop libamcodec support
2019-06-19 19:06:43 +01:00
viulian
324c9b9e91
tinkerboard: disable 5s polling for CEC adapters (solve kwiboo's reviews)
2019-06-15 06:26:29 +01:00
mglae
e31325bb97
kodi: SIGTERM patch: do not delay shutdown
2019-04-22 21:00:57 +01:00
MilhouseVH
540ae8d571
kodi: fix SIGTERM patch after xbmc/15730 and xbmc/15776
2019-04-15 22:10:35 +01:00
MilhouseVH
9f9af0ac4d
kodi: fix SIGTERM patch after xbmc/15678
2019-04-15 22:10:35 +01:00
MilhouseVH
c15f50dafc
kodi (Generic/RPi/RockChip): update to kodi-18.2rc1-Leia
2019-04-15 22:10:35 +01:00
Christian Hewitt
48c24ea4a5
Merge pull request #3382 from kszaq/arm_mmap_threshold
...
kodi: set MALLOC_MMAP_THRESHOLD_=8192 for aarch64 kernels
2019-04-03 08:21:02 +04:00