RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - SkywalkerPD - 2018-09-27
That was something I saw to, the strange thing is, that I can connect to it by FTP and SSH, so the network is up. Still no gui though. On my second and third LibreELEC devices I can connect to MySQL without any problems. Will check the SD card for errors.
Strange thing is that I see the Kodi logo and after that it just turns black... Is there a way to boot it into the default skin?
DMESG output
https://paste.ubuntu.com/p/HkQMvmzHhP/
Time and date seem to be complete wrong as well...
Keeps telling me it is 22-06-2018
Ow and the paste commands fail also:
LibreELEC:~ # journalctl -a | paste
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>417 - Expectation Failed</title>
</head>
<body>
<h1>417 - Expectation Failed</h1>
</body>
</html>
LibreELEC:~ #
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - sam0th - 2018-09-27
(2018-09-27, 02:08)smp1 Wrote: Are you sure that you used my file from a dropbox link? I just re-checked it, it is definitely kernel 4.9.80.
Code: LibreELEC:~ # uname -a
Linux LibreELEC 4.9.80 #1 SMP Wed Sep 26 22:40:28 MSK 2018 armv7l GNU/Linux
So i am on kernel 4.9 with your build, but same behavior of the card... no signal..how do you install your tar file? as update from 8.9005 or how? cant get dvbs to work...
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Malocher - 2018-09-27
build #0925/0926
When I stop a movie / break I do not see the file name in the upper left corner. That was already the case in very early bulids and was then fixed
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-09-27
(2018-09-27, 15:33)Malocher Wrote: build #0925/0926
When I stop a movie / break I do not see the file name in the upper left corner. That was already the case in very early bulids and was then fixed
Yes, broken (again) in #0916. Presumably it is:
(2018-09-16, 23:22)Milhouse Wrote: Build Details:
- XBMC:
- [guiinfo] Fix Listitem.DBType not working for music videos. (PR:14439, 1 commit, 3 files changed)
Ping @ksooo.
#0915:
#0916:
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-09-27
(2018-09-27, 11:13)SkywalkerPD Wrote: Time and date seem to be complete wrong as well...
Keeps telling me it is 22-06-2018
Ow and the paste commands fail also:
LibreELEC:~ # journalctl -a | paste
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>417 - Expectation Failed</title>
</head>
<body>
<h1>417 - Expectation Failed</h1>
</body>
</html>
LibreELEC:~ #
Yes, your access to the internet is not working, so the RPi isn't able to obtain the current date/time (systemd defaults to the date it was released, which for systemd-239 is 22 Jun 2018). All your problems seem to be network related. Are you using a wired or wifi connection? I would suggest trying a different SD card and starting with a clean installation. It's entirely possible your SD card has died and is no longer saving configuration settings.
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2018-09-27
(2018-09-27, 15:20)sam0th Wrote: (2018-09-27, 02:08)smp1 Wrote: Are you sure that you used my file from a dropbox link? I just re-checked it, it is definitely kernel 4.9.80.
Code: LibreELEC:~ # uname -a
Linux LibreELEC 4.9.80 #1 SMP Wed Sep 26 22:40:28 MSK 2018 armv7l GNU/Linux
So i am on kernel 4.9 with your build, but same behavior of the card... no signal..how do you install your tar file? as update from 8.9005 or how? cant get dvbs to work... Put it in storage/.update folder and reboot.
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - gearprofi - 2018-09-27
Hello! First of all, I wanted to thank milhouse for his great work here!
One thing I've been waiting for a long time and am surprised that no one has written that yet ...
I use my Rasb 3 directly on the TV. When I start TV and HDMI channel is on the Rasb3, my remote does not work, I have to first switch HDMI to another source, and then back. I'm sure that was not the case with OpenElec. Can it be helped?
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Screech - 2018-09-27
(2018-09-27, 20:36)gearprofi Wrote: Hello! First of all, I wanted to thank milhouse for his great work here!
One thing I've been waiting for a long time and am surprised that no one has written that yet ...
I use my Rasb 3 directly on the TV. When I start TV and HDMI channel is on the Rasb3, my remote does not work, I have to first switch HDMI to another source, and then back. I'm sure that was not the case with OpenElec. Can it be helped? My remote/ir-receiver worked only sporadically. Try #0926. Have to test more but it seems to work again for me with last build.
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - ksooo - 2018-09-27
(2018-09-27, 16:17)Milhouse Wrote: (2018-09-27, 15:33)Malocher Wrote: build #0925/0926
When I stop a movie / break I do not see the file name in the upper left corner. That was already the case in very early bulids and was then fixed
Yes, broken (again) in #0916. Presumably it is:
(2018-09-16, 23:22)Milhouse Wrote: Build Details:
- XBMC:
- [guiinfo] Fix Listitem.DBType not working for music videos. (PR:14439, 1 commit, 3 files changed)
Ping @ksooo.
#0915:
#0916:
Should be fixed with https://github.com/xbmc/xbmc/pull/14486
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - sam0th - 2018-09-28
@smp1
yes, i was not sure about some config files maybe of older tvheadend install.. i had to set use old status checked to get any channels. its working, thanks, but i get not all channels, about 500 of 2000. i think some older modules would be even better, this behavior changed too with newer kernels.
i am looking for good channels conf to solve this..
thank you!
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-09-28
New LibreELEC.tv Leia build #0927: RPi / RPi2
(Supercedes previous build)
SHA256 Checksum: 97ca5c7b8b7a659b39f7a9fa2378f72d4fb8b4e5ec982a6705c2bceee530d732 (RPi)
SHA256 Checksum: 2e61a7ec99cb79b9b0f4165e1f44ad3efc7a174d2f0133e106bd767ebdf77fc7 (RPi2)
text: # uname -a
Linux rpi512 4.18.10 #1 Fri Sep 28 04:53:57 BST 2018 armv6l GNU/Linux
# vcgencmd version
Sep 21 2018 15:48:28
Copyright © 2012 Broadcom
version 07f57128b8491ffdefcdfd13f7b4961b3006d9a9 (clean) (release)
# lsb_release
LibreELEC (Milhouse): devel-20180928045243-#0927-g1bed946 [Build #0927]
# Kodi version
(18.0-BETA3 Git:9414f10). Platform: Linux ARM 32-bit
Based on tip of LibreELEC.tv master (1bed946, changelog) and tip of XBMC master (9414f10, changelog) with the following modifications:- Includes newclock5 patches
- Includes latest bcm2835-driver master (e80b826, ahead +2)
- Includes latest kodi-platform master (e8574b8)
- Includes latest libcec master (8adc786)
- Includes latest libnfs master (9454d9f, ahead +9)
- Includes latest p8-platform master (a822e19)
- Includes latest addons: inputstream.adaptive (8d49b9d, +2), inputstream.rtmp (0cc2da1), peripheral.joystick (cb5df7c, +3), peripheral.xarcade (91567dd), pvr.argustv (c57a5c4), pvr.demo (481f2fa), pvr.dvblink (72ef8a0), pvr.dvbviewer (dd9c518, +13), pvr.filmon (93ae10d), pvr.hdhomerun (7a607c9), pvr.hts (07171b6, +2), pvr.iptvsimple (e8effad), pvr.mediaportal.tvserver (b17d5ad), pvr.mythtv (22aa23b), pvr.nextpvr (441edde), pvr.njoy (204d95b), pvr.octonet (1e44819), pvr.pctv (9d95bab), pvr.stalker (2eb66d1), pvr.teleboy (0f3ccfd), pvr.vbox (40ca81f), pvr.vdr.vnsi (bb4fb30), pvr.vuplus (4ba3bf1, +18), pvr.wmc (0aea001, +4), pvr.zattoo (8de69a1), vfs.libarchive (f93a5f3), vfs.sftp (e69acc9)
- Include [env] compare (perma): kodi-next
- Include [env] compare (perma): TESTING: increase timeout to ensure OS is able to create core dump/crash log
- Include [env] patch: kodi: use upstream repo for Milhouse RPi builds
- Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
- Include [env] patch: kodi: remove annoying, excessively repetitive addon logging
- Include [env] patch: rev hack for kodi
- Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
- Include [env] patch: Bump included addon versions to prevent online updates
- Include [env] patch: Add experimental splash video for RPi
- Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, peripheral.joystick/xarcade, other)
- Include [env] PR:2908 (perma): linux (Generic): update to linux-4.18.10
- Include [env] PR:2913 (perma): linux (RPi): update to linux-4.18.10
- Include [env] PR:2916 (perma): ffmpegx and tvh
- Include [env] PR:2985 (perma): llvm: update to 7.0.0
- Include [env] PR:2986 (perma): cmake: update to cmake-3.12.2
- Include [env] PR:2987 (perma): nano: update to nano-3.0
- Include [env] PR:2990 (perma): mesa: update to mesa-18.2.1
- Include [env] PR:2992 (perma): scripts/image: use 256kb blocksize for squashfs images
- Include [env] PR:2993 (perma): Improve fs-resize, fix delay and simplify
- Include [env] PR:2994 (perma): samba-config.service: fix destroying .cache structure
- Include [env] PR:2999 (perma): Kernel support for recent Dell notebook Alps trackpads
- Include [env] PR:3002 (perma): texturecache.py/bcmstat: new packages
- Include [pkg] PR:104 (perma): We only want bits 0:25 for revision codes (service.libreelec.settings)
- Include [pkg] PR:14341 (perma): input: libinput: add setting to allow changing keymap layout
- Include [pkg] PR:14486 (perma): [guiinfo] Fix VideoPlayer.Title and MusicPlayer.Title
Build Highlights:
- [guiinfo] Fix VideoPlayer.Title and MusicPlayer.Title
- Include missing BT_HCIUART options dropped after 4.14.y
Build Details:
- XBMC:
- [PVR] Store epg database on exit + epg code cleanup (PR:14473, 5 commits, 12 files changed)
- Fix silently failing to launch game when emulators are disabled (PR:14480, 1 commit, 1 file changed)
- [Android] Use VSYNC time from Choreographer (PR:14484, 1 commit, 1 file changed)
- pvr.hts:
- Add support for fanart images for recordings via dvrEntryAdd message. (PR:377, 1 commit, 4 files changed)
- Additional commits/pull requests/changes not yet merged upstream:
- Updated: [env] PR:2913 (perma): linux (RPi): update to linux-4.18.10
- Added: [env] PR:3002 (perma): texturecache.py/bcmstat: new packages
- Added: [pkg] PR:14486 (perma): [guiinfo] Fix VideoPlayer.Title and MusicPlayer.Title
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-09-29
New LibreELEC.tv Leia build #0928: RPi / RPi2
(Supercedes previous build)
SHA256 Checksum: 2ec072e3d0a519c34208c63ebcd59fe517de0ac707ec1eaaebc7b6d1eb510bec (RPi)
SHA256 Checksum: 88bbe961f44478a2c744bca7e45e13ac17daade555e990f9ae392da4e6cf6c5b (RPi2)
text: # uname -a
Linux rpi512 4.18.10 #1 Fri Sep 28 21:04:42 BST 2018 armv6l GNU/Linux
# vcgencmd version
Sep 21 2018 15:48:28
Copyright © 2012 Broadcom
version 07f57128b8491ffdefcdfd13f7b4961b3006d9a9 (clean) (release)
# lsb_release
LibreELEC (Milhouse): devel-20180928210257-#0928-g207a9a8 [Build #0928]
# Kodi version
(18.0-BETA3 Git:58fb6ae). Platform: Linux ARM 32-bit
Based on tip of LibreELEC.tv master (207a9a8, changelog) and tip of XBMC master (58fb6ae, changelog) with the following modifications:- Includes newclock5 patches
- Includes latest bcm2835-driver master (e80b826, ahead +2)
- Includes latest kodi-platform master (e8574b8)
- Includes latest libcec master (8adc786)
- Includes latest libnfs master (9454d9f, ahead +9)
- Includes latest p8-platform master (a822e19)
- Includes latest addons: inputstream.adaptive (8d49b9d, +2), inputstream.rtmp (0cc2da1), peripheral.joystick (cb5df7c, +3), peripheral.xarcade (91567dd), pvr.argustv (c57a5c4), pvr.demo (481f2fa), pvr.dvblink (f172410, +1), pvr.dvbviewer (34c9641, +14), pvr.filmon (93ae10d), pvr.hdhomerun (7a607c9), pvr.hts (234ff65, +3), pvr.iptvsimple (e8effad), pvr.mediaportal.tvserver (bbde1a2, +1), pvr.mythtv (22aa23b), pvr.nextpvr (441edde), pvr.njoy (204d95b), pvr.octonet (1e44819), pvr.pctv (9d95bab), pvr.stalker (2eb66d1), pvr.teleboy (0f3ccfd), pvr.vbox (a3910df, +1), pvr.vdr.vnsi (bb4fb30), pvr.vuplus (997c3ad, +19), pvr.wmc (0aea001, +4), pvr.zattoo (8de69a1), vfs.libarchive (f93a5f3), vfs.sftp (e69acc9)
- Include [env] compare (perma): kodi-next
- Include [env] compare (perma): TESTING: increase timeout to ensure OS is able to create core dump/crash log
- Include [env] patch: kodi: use upstream repo for Milhouse RPi builds
- Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
- Include [env] patch: kodi: remove annoying, excessively repetitive addon logging
- Include [env] patch: rev hack for kodi
- Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
- Include [env] patch: Bump included addon versions to prevent online updates
- Include [env] patch: Add experimental splash video for RPi
- Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, peripheral.joystick/xarcade, other)
- Include [env] PR:2916 (perma): ffmpegx and tvh
- Include [env] PR:2992 (perma): scripts/image: use 256kb blocksize for squashfs images
- Include [env] PR:2993 (perma): Improve fs-resize, fix delay and simplify
- Include [env] PR:2994 (perma): samba-config.service: fix destroying .cache structure
- Include [env] PR:2999 (perma): Kernel support for recent Dell notebook Alps trackpads
- Include [pkg] PR:104 (perma): We only want bits 0:25 for revision codes (service.libreelec.settings)
- Include [pkg] PR:14341 (perma): input: libinput: add setting to allow changing keymap layout
Build Highlights:
- Minors
Build Details:
- LibreELEC.tv:
- linux (Generic): update to linux-4.18.10 (PR:2908, 10 commits, 4 files changed)
- linux (RPi): update to 4.18.10 (PR:2913, 19 commits, 13 files changed)
- mesa: update to mesa-18.2.1 (PR:2990, 1 commit, 1 file changed)
- Khadas VIM: enable VIM IR remote in addition to default remotes (PR:2984, 1 commit, 2 files changed)
- nano: update to nano-3.0 (PR:2987, 1 commit, 1 file changed)
- llvm: update to 7.0.0 (PR:2985, 1 commit, 1 file changed)
- cmake: update to cmake-3.12.2 (PR:2986, 1 commit, 1 file changed)
- texturecache.py/bcmstat: new packages (PR:3002, 2 commits, 4 files changed)
- XBMC:
- [guiinfo] Fix VideoPlayer.Title and MusicPlayer.Title (PR:14486, 1 commit, 2 files changed)
- Add missing SNES controller profile (PR:14481, 1 commit, 7 files changed)
- Fix game getting stuck in rewind/fast-forward (PR:14474, 2 commits, 5 files changed)
- [cmake] install game.controller.snes (PR:14490, 1 commit, 1 file changed)
- [skins] visualisation control needs an id (PR:14491, 1 commit, 2 files changed)
- [lang][skin.estuary] updated language files from Transifex (58fb6ae)
- pvr.dvblink:
- [lang] updated language files from Transifex (f172410)
- pvr.dvbviewer:
- [lang] updated language files from Transifex (34c9641)
- pvr.hts:
- [lang] updated language files from Transifex (234ff65)
- pvr.mediaportal.tvserver:
- [lang] updated language files from Transifex (bbde1a2)
- pvr.vbox:
- [lang] updated language files from Transifex (a3910df)
- pvr.vuplus:
- [lang] automatic syntax corrections for the en_GB language file (997c3ad)
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - fcb1893 - 2018-09-29
May I ask which AirMouse should already be supported with this the latest release? My mouse isn't working it's flickering around and pressed buttons aren't recognized by Kodi at all.
thanks
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-09-29
New LibreELEC.tv Leia build #0929: RPi / RPi2
(Supercedes previous build)
SHA256 Checksum: cd2c11501360aa8b24cf9caa2269ded6808da56102fac7ee06bea670dd31e7b0 (RPi)
SHA256 Checksum: fa9cdb34a689019242ee6c8720b73d2752842c1b8888005807e9f1eb17bc51fe (RPi2)
text: # uname -a
Linux rpi512 4.18.10 #1 Sat Sep 29 21:07:13 BST 2018 armv6l GNU/Linux
# vcgencmd version
Sep 21 2018 15:48:28
Copyright © 2012 Broadcom
version 07f57128b8491ffdefcdfd13f7b4961b3006d9a9 (clean) (release)
# lsb_release
LibreELEC (Milhouse): devel-20180929210554-#0929-g3a63f8a [Build #0929]
# Kodi version
(18.0-BETA3 Git:1b4f69c). Platform: Linux ARM 32-bit
Based on tip of LibreELEC.tv master (3a63f8a, changelog) and tip of XBMC master (1b4f69c, changelog) with the following modifications:- Includes newclock5 patches
- Includes latest bcm2835-driver master (e80b826, ahead +2)
- Includes latest kodi-platform master (e8574b8)
- Includes latest libcec master (8adc786)
- Includes latest libnfs master (9454d9f, ahead +9)
- Includes latest p8-platform master (a822e19)
- Includes latest addons: inputstream.adaptive (8d49b9d, +2), inputstream.rtmp (0cc2da1), peripheral.joystick (383fe07, +4), peripheral.xarcade (91567dd), pvr.argustv (c57a5c4), pvr.demo (481f2fa), pvr.dvblink (f172410, +1), pvr.dvbviewer (34c9641, +14), pvr.filmon (93ae10d), pvr.hdhomerun (7a607c9), pvr.hts (234ff65, +3), pvr.iptvsimple (e8effad), pvr.mediaportal.tvserver (bbde1a2, +1), pvr.mythtv (22aa23b), pvr.nextpvr (441edde), pvr.njoy (204d95b), pvr.octonet (1e44819), pvr.pctv (9d95bab), pvr.stalker (2eb66d1), pvr.teleboy (0f3ccfd), pvr.vbox (a3910df, +1), pvr.vdr.vnsi (bb4fb30), pvr.vuplus (997c3ad, +19), pvr.wmc (0aea001, +4), pvr.zattoo (8de69a1), vfs.libarchive (f93a5f3), vfs.sftp (e69acc9)
- Include [env] compare (perma): kodi-next
- Include [env] compare (perma): TESTING: increase timeout to ensure OS is able to create core dump/crash log
- Include [env] patch: kodi: use upstream repo for Milhouse RPi builds
- Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
- Include [env] patch: kodi: remove annoying, excessively repetitive addon logging
- Include [env] patch: rev hack for kodi
- Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
- Include [env] patch: Bump included addon versions to prevent online updates
- Include [env] patch: Add experimental splash video for RPi
- Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, peripheral.joystick/xarcade, other)
- Include [env] PR:2916 (perma): ffmpegx and tvh
- Include [env] PR:2992 (perma): scripts/image: use 256kb blocksize for squashfs images
- Include [env] PR:2993 (perma): Improve fs-resize, fix delay and simplify
- Include [env] PR:2994 (perma): samba-config.service: fix destroying .cache structure
- Include [env] PR:2999 (perma): Kernel support for recent Dell notebook Alps trackpads
- Include [env] PR:3003 (perma): scripts: image: show BUILDER_NAME in System Information and LE settings
- Include [env] PR:3006 (perma): linux (Generic/RPi): update to linux-4.18.11
- Include [pkg] PR:14341 (perma): input: libinput: add setting to allow changing keymap layout
Build Highlights:
- Minors
Build Details:
- LibreELEC.tv:
- LibreELEC-settings: update to LibreELEC-settings-e93c231 (PR:3005, 1 commit, 1 file changed)
- XBMC:
- [python] bump for leia (PR:14493, 1 commit, 2 files changed)
- [docs] Add initializer list whitespace convention in Code Guidelines (PR:14492, 1 commit, 2 files changed)
- peripheral.joystick:
- [android] Add buttonmap for back button in Android TV Remote Control (again) (PR:153, 1 commit, 1 file changed)
- newclock5:
- New commits in this build:
- Tell ffmpeg to compile with raspberry pi support thus making the patches available (d46ff3d4)
- Commits no longer in build:
- Revert "[bluray] Directly store the current BLURAY_CLIP_INFO pointer instead of it's id." (9adfc949)
- Additional commits/pull requests/changes not yet merged upstream:
- Added: [env] PR:3003 (perma): scripts: image: show BUILDER_NAME in System Information and LE settings
- Added: [env] PR:3006 (perma): linux (Generic/RPi): update to linux-4.18.11
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-10-01
New LibreELEC.tv Leia build #0930: RPi / RPi2
(Supercedes previous build)
SHA256 Checksum: a1e2b8f87d8c47b2be66a81712ea6e6ce0f2fcc2553999940f7099096751a7ed (RPi)
SHA256 Checksum: 447a0c9ff9ade87825763d2a5d72729aced2e9dec9c860e8c00290919def5c09 (RPi2)
text: # uname -a
Linux rpi512 4.18.10 #1 Sun Sep 30 21:05:01 BST 2018 armv6l GNU/Linux
# vcgencmd version
Sep 21 2018 15:48:28
Copyright © 2012 Broadcom
version 07f57128b8491ffdefcdfd13f7b4961b3006d9a9 (clean) (release)
# lsb_release
LibreELEC (Milhouse): devel-20180930210347-#0930-g3a63f8a [Build #0930]
# Kodi version
(18.0-BETA3 Git:f1ed14f). Platform: Linux ARM 32-bit
Based on tip of LibreELEC.tv master (3a63f8a, changelog) and tip of XBMC master (f1ed14f, changelog) with the following modifications:- Includes newclock5 patches
- Includes latest bcm2835-driver master (e80b826, ahead +2)
- Includes latest kodi-platform master (e8574b8)
- Includes latest libcec master (8adc786)
- Includes latest libnfs master (9454d9f, ahead +9)
- Includes latest p8-platform master (a822e19)
- Includes latest addons: inputstream.adaptive (8d49b9d, +2), inputstream.rtmp (0cc2da1), peripheral.joystick (383fe07, +4), peripheral.xarcade (91567dd), pvr.argustv (c57a5c4), pvr.demo (481f2fa), pvr.dvblink (f172410, +1), pvr.dvbviewer (34c9641, +14), pvr.filmon (93ae10d), pvr.hdhomerun (7a607c9), pvr.hts (234ff65, +3), pvr.iptvsimple (e8effad), pvr.mediaportal.tvserver (bbde1a2, +1), pvr.mythtv (22aa23b), pvr.nextpvr (441edde), pvr.njoy (204d95b), pvr.octonet (1e44819), pvr.pctv (9d95bab), pvr.stalker (2eb66d1), pvr.teleboy (0f3ccfd), pvr.vbox (a3910df, +1), pvr.vdr.vnsi (bb4fb30), pvr.vuplus (997c3ad, +19), pvr.wmc (0aea001, +4), pvr.zattoo (8de69a1), vfs.libarchive (f93a5f3), vfs.sftp (e69acc9)
- Include [env] compare (perma): kodi-next
- Include [env] compare (perma): TESTING: increase timeout to ensure OS is able to create core dump/crash log
- Include [env] patch: kodi: use upstream repo for Milhouse RPi builds
- Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
- Include [env] patch: kodi: remove annoying, excessively repetitive addon logging
- Include [env] patch: rev hack for kodi
- Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
- Include [env] patch: Bump included addon versions to prevent online updates
- Include [env] patch: Add experimental splash video for RPi
- Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, peripheral.joystick/xarcade, other)
- Include [env] PR:2916 (perma): ffmpegx and tvh
- Include [env] PR:2992 (perma): scripts/image: use 256kb blocksize for squashfs images
- Include [env] PR:2993 (perma): Improve fs-resize, fix delay and simplify
- Include [env] PR:2994 (perma): samba-config.service: fix destroying .cache structure
- Include [env] PR:2999 (perma): Kernel support for recent Dell notebook Alps trackpads
- Include [env] PR:3003 (perma): scripts: image: show BUILDER_NAME in System Information and LE settings
- Include [env] PR:3006 (perma): linux (Generic/RPi): update to linux-4.18.11
- Include [pkg] PR:14341 (perma): input: libinput: add setting to allow changing keymap layout
Build Highlights:
- Minors
Build Details:
- XBMC:
- gbm/windowing: fix compile when using older EGL headers + assert mess (PR:14294, 1 commit, 1 file changed)
- Update default and SNES controller images (PR:14495, 1 commit, 6 files changed)
|