Commit Graph

34509 Commits

Author SHA1 Message Date
CvH
fb8b81a16f librespot: adopt kodi LOGNOTICE changes 2020-09-13 18:38:35 +02:00
CvH
8de1f0967d bluetooth-audio: adopt Kodi LOGNOTICE changes 2020-09-13 18:38:35 +02:00
CvH
e64fd7ed0e kodi: updated RPi4 patch 2020-09-13 18:37:52 +02:00
CvH
d22db638ab retroplayer addons: update to latest Matrix versions 2020-09-13 13:17:58 +02:00
CvH
0416b7efdc kodi-binary-addons: update to latest versions 2020-09-13 12:36:56 +02:00
CvH
eceac1f3e7 kodi: update to 1cd618c 2020-09-13 12:32:26 +02:00
CvH
8266cc3b2a Merge pull request #4553 from HiassofT/le10-mkimage-chown
scripts/mkimage: drop chowning image to SUDO_USER
2020-09-13 10:36:59 +02:00
Matthias Reichl
578b34eb1b scripts/mkimage: drop chowning image to SUDO_USER
This is a leftover from ancient times when mkimage had to be
run via sudo.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-13 10:32:39 +02:00
CvH
c782141e95 Merge pull request #4500 from antonlacon/le10-aarch64-build
arch.aarch64: don't attempt to use the LSE cpu feature
2020-09-11 21:55:24 +02:00
CvH
e073ec7e11 Merge pull request #4550 from HiassofT/le10-kodi-appliance
kodi: don't enable webserver by default
2020-09-11 21:54:50 +02:00
CvH
23f6a38f97 Merge pull request #4548 from HiassofT/le10-kodi-deps
update kodi dependencies to latest master versions
2020-09-11 21:53:50 +02:00
CvH
d83e651a30 Merge pull request #4551 from chewitt/connman-wireguard-master
connman/wireguard package bumps
2020-09-11 21:52:11 +02:00
CvH
42e40c838f Merge pull request #4540 from HiassofT/le10-systemd-target
use a systemd generator for selecting the default target
2020-09-11 21:51:52 +02:00
CvH
b1f02de147 Merge pull request #4531 from HiassofT/le10-kernel-5.4.59+
linux (RPi): update to 5.4.59+
2020-09-11 21:50:58 +02:00
chewitt
7b0a6fcc41 wireguard-tools: bump to v1.0.20200827 2020-09-10 13:02:36 +00:00
chewitt
04f05c8dd0 wireguard-linux-compat: bump to v1.0.20200908 2020-09-10 13:02:12 +00:00
chewitt
ba3698140a connman: bump to latest 2020-09-10 13:02:03 +00:00
Matthias Reichl
c8c9b6aae8 kodi: don't enable webserver by default
Kodi defaults to require authentication when the webserver is
enabled and as no password is set this results in an annoying
error box on fresh installations.

As neither disabling authentication or pre-setting a well known
password are great options just stop enabling the webserver via
appliance.xml. Users can enable it and choose authentication options
if they like via settings.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-10 13:34:44 +02:00
Matthias Reichl
16e68ab07d Merge pull request #4546 from CvH/10.0/sky_remote
add support for SKY-Q remote
2020-09-08 10:39:37 +02:00
Matthias Reichl
d08600d07a libplist: update to 2.2.0
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-07 21:09:49 +02:00
Ian Leonard
148f1d563c arch.aarch64: don't attempt to use the LSE cpu feature
ARMv8.0-A cpus have an optional LSE feature. This is mandatory in
ARMv8.1-A. By default, gcc will attempt to build support for runtime
detection of the LSE feature on ARMv8.0-A. This causes build failures
when attempting to create a 64-bit userland.

Test packages for this failure include gdb and mesa. Errors manifest
as undefined references to "__aarch64_cas4_acq_rel" or
"__aarch64_swp4_acq_rel" at compile time.

Disable runtime detection to always use its fallback by adding
-mno-outline-atomics to cflags.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-09-07 17:44:43 +00:00
Matthias Reichl
0b8c9b756c linux (RPi): update to 5.4.61-2ce8c3a
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-07 13:35:32 +02:00
Matthias Reichl
d9a500719e kodi: add patch to support external libplist 2.2.0
see https://github.com/xbmc/xbmc/pull/18378

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-07 00:10:21 +02:00
Matthias Reichl
4bc79b38f1 giflib: update to 5.2.1
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-07 00:10:21 +02:00
Matthias Reichl
922ffd1a12 kodi: drop dependency on giflib
giflib support was dropped in kodi 17 (only texturepacker on
buildhost still needs giflib).

See https://github.com/xbmc/xbmc/pull/9055

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-07 00:10:21 +02:00