OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)
New OpenELEC Krypton build #0224: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.4.2 #1 Wed Feb 24 21:11:55 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Feb 19 2016 19:53:38
Copyright (c) 2012 Broadcom
version 573126451d3fb80e6de5ffb7d1fa117d814417b8 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20160224211057-#0224-gbba8f84 [Build #0224]

# vcdbg log msg 2>&1 | grep DTOK
001783.920: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (bba8f842, changelog) and tip of XBMC master (6d95209d, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.4.y
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Includes latest bcm2835-driver master (565197e2, ahead +20)
  • Includes latest dcadec master (0e074384, ahead +139)
  • Includes latest kodi-platform master (92583ef9, ahead +2)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (2927ce04, ahead +9)
  • Includes latest p8-platform master (38343e0a)
  • Includes latest addons: peripheral.joystick (fc605f4b, +46), pvr.argustv (501f56b3, +21), pvr.demo (116a172a, +16), pvr.filmon (4beb05da, +23), pvr.hdhomerun (3f0dd8e6, +29), pvr.hts (0814da42, +55), pvr.iptvsimple (1dfc3547, +24), pvr.mediaportal.tvserver (4860e622, +48), pvr.mythtv (44df4430, +25), pvr.nextpvr (a4019fa7, +22), pvr.njoy (4f30f4af, +16), pvr.pctv (522f9603, +21), pvr.stalker (0402f465, +20), pvr.vbox (b0916449, +23), pvr.vdr.vnsi (2089549a, +21), pvr.vuplus (4cf6ad02, +19), pvr.wmc (9a83292f, +22)
  • Includes commits from service.openelec.settings/, ahead +1 (OpenELEC)
  • Include [env] e7cbe9cb: xf86-video-intel: explicitely disable TearFree and TripleBuffer
  • Include [env] ed774729: Intel: Implement Passthrough-Range
  • Include [env] 2f83a1cf: xf86-video-intel: bump to 8b8c9a36 (fixes segfault when refreshrate changing)
  • Include [env] 3a6268c9: VAAPI: Enable EGL
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] 858f6461: xf86-video-intel: bump to 371219c
  • Include [env] compare: ffmpeg: Additional Jarvis 2.8.x patches
  • Include [env] patch: config: Enable HCI over UARTs
  • Include [env] patch: Clean Kodi view cache on startup
  • Include [env] patch: Enable other binary addons
  • Include [env] patch: Fix AML patch 3.0.0 -> 3.1.0
  • Include [env] patch: Enable OpenELEC add-ons and repositories in manifest
  • Include [env] patch: Add experimental splash video
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] patch: kodi: peripheral.joystick binary addon
  • Include [env] PR:4500: kodi: update to 17.0
  • Include [env] PR:4537: [scripts] Add PKG_SOURCE_NAME for non-standard package tarballs
  • Include [env] PR:4661: stripping changes
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Include [pkg] patch: Enable game controllers in manifest
  • Include [pkg] PR:7030: CNetwork - implement IPv6
  • Include [pkg] PR:8254: FIX: Only handle 3D bitmap subs in TAB
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • Include [pkg] PR:8807: Controller input
  • Include [pkg] PR:8822: Implement ignore url options in CFileItemList
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:8922: [guiinfo] extend ranges for listitem properties
  • Include [pkg] PR:9110: [addons] fix 'system addons'
  • Include [pkg] PR:9112: [confluence] [PVR] small adjustments
  • Include [pkg] PR:9166: [database] dont attempt to drop automatically created indices when clearing analytics
  • Include [pkg] PR:9191: [GUI] Hide OSD close button
  • Revert [pkg] PR:9120: [win32] Update msys build system + move libdvd to depends (Reason: build breakage)
  • Revert [pkg] PR:9199: [win32] [win32] build-mingwlibs: remove parallelism for `make install`. (Reason: build breakage)
  • Revert [pkg] PR:9201: [win32] fix mirror location after 383c3dd71d0c71555b27a3e70724d8efbe914f6f (Reason: build breakage)
Build Highlights:
  1. Another Python compile fix
  2. Revert msys build changes while they cause OE build breakage
Build Details:
  1. OpenELEC:
    • Package updates (PR:4760, 2 commits, 2 files changed)
      • libinput: update to 1.2.0
      • xrandr: update to 1.5.0
    • removed what I don't understand and lowered delay (PR:4761, 1 commit, 2 files changed)
    • Resolve issue with Sony DualShock 4 controllers by backporting linux 4.5 patch (PR:4763, 1 commit, 1 file changed)
    • Update Amlogic kernel to 3.10-ca65e57 (3.10.97) (PR:4765, 2 commits, 2 files changed)
    • Python: fix cross compile to exclude host directories (PR:4767, 1 commit, 1 file changed)
    • xf86-video-nvidia: adjust udev rule to ignore non display devices (PR:4766, 1 commit, 2 files changed)
    • Fix wetek IR remote (PR:4769, 2 commits, 1 file changed)
    • wlan-firmware: update to wlan-firmware-0.0.31 (PR:4773, 1 commit, 1 file changed)
  2. XBMC:
    • [win32] Update msys build system + move libdvd to depends (PR:9120, 8 commits, 233 files changed)
    • [LoadVideoSettings] Don't leak credentials (PR:9186, 1 commit, 1 file changed)
    • Update MusicOSD controls alignment (PR:9189, 1 commit, 1 file changed)
    • [win32] build-mingwlibs: remove parallelism for `make install`. (PR:9199, 1 commit, 1 file changed)
    • [GUI] Replace thumb size with images res (PR:9175, 1 commit, 7 files changed)
    • [skin.confluence] Add 'cancel' button to keyboard (PR:8617, 1 commit, 1 file changed)
    • [VideoPlayer] d3d11va improvements. (PR:9198, 3 commits, 5 files changed)
    • [win32] fix mirror location after 383c3dd71d0c71555b27a3e70724d8efbe9… (PR:9201, 1 commit, 1 file changed)
  3. newclock5:
    • New commits in this build:
      • fixup: mmalrender: protect null access (752b2db4)
      • rbp: Fix up mouse coordinates in 3D modes (ecfbeeca)
  4. kernel 4.4.y:
    • New commits in this build:
      • clk: bcm2835: Add bindings for the auxiliary peripheral clock gates. (8c8a3ac5)
      • clk: bcm2835: Add a driver for the auxiliary peripheral clock gates. (50fbeb48)
      • Aux SPI 1&2 implementation (800c5601)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Reverted: [pkg] PR:9120: [win32] Update msys build system + move libdvd to depends (Reason: build breakage)
    • Reverted: [pkg] PR:9199: [win32] [win32] build-mingwlibs: remove parallelism for `make install`. (Reason: build breakage)
    • Reverted: [pkg] PR:9201: [win32] fix mirror location after 383c3dd71d0c71555b27a3e70724d8efbe914f6f (Reason: build breakage)
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 17.0) - by Milhouse - 2016-02-25, 00:17
RPI 3 no internet access on wifi - by b1m1 - 2016-03-09, 14:44
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)6