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

Code:
# uname -a
Linux rpi512 4.4.5 #1 Mon Mar 14 22:06:10 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Mar  9 2016 18:15:17
Copyright (c) 2012 Broadcom
version 3a754304b032a5298ee7889b179c667bbc75dec5 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20160314220202-#0314-g0026734 [Build #0314]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC.tv master (0026734b, changelog) and tip of XBMC master (f8afd188, 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 (8b4e5482, ahead +3)
  • Includes latest dcadec master (0e074384, ahead +139)
  • Includes latest kodi-platform master (92583ef9, ahead +2)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (eebe56ce, ahead +10)
  • Includes latest p8-platform master (38343e0a)
  • Includes latest addons: peripheral.joystick (af822765, +47), pvr.argustv (c05bf4ff, +23), pvr.demo (32ef5073, +19), pvr.filmon (188ef9ab, +25), pvr.hdhomerun (4f3a3949, +30), pvr.hts (1ec85548, +59), pvr.iptvsimple (d4fcb214, +25), pvr.mediaportal.tvserver (5815d770, +50), pvr.mythtv (b9dd8762, +29), pvr.nextpvr (d41be111, +25), pvr.njoy (af1d68ea, +17), pvr.pctv (f60f00a9, +23), pvr.stalker (91074ad3, +21), pvr.vbox (329fd13d, +25), pvr.vdr.vnsi (902a3cd1, +30), pvr.vuplus (135f1b03, +21), pvr.wmc (f0c62cfc, +30)
  • 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] 3a6268c9: VAAPI: Enable EGL
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] compare: ffmpeg: Additional Jarvis 2.8.x patches
  • Include [env] patch: Enable game controllers in manifest, add repository.kodi.game
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] patch: Clean Kodi view cache on startup
  • Include [env] patch: Add extra headers needed by 3D BD MVC
  • Include [env] patch: Add support for dynamic device tree overlays
  • Include [env] patch: Bump libbluray - include MVC support
  • Include [env] patch: Enable other binary addons
  • Include [env] patch: Reinstate version check service add-on - avoid black screens on x86?
  • Include [env] patch: Add experimental splash video
  • 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] PR:7030: CNetwork - implement IPv6
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • Include [pkg] PR:8723: Implement filecache retry logic
  • 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:9334: [chg] decrease volume steps to 20
  • Include [pkg] PR:9343: [xbmc] [gui] fix media source workarounds
  • Include [pkg] PR:9348: [xbmc] [PVR] Misc performance improvements for PVR windows
Build Highlights:
  1. NOTE: DVD playback remains temporarily disabled
  2. Switch to dynamic device tree overlays (link)
  3. New VideoDB schema v104
Build Details:
  1. OpenELEC.tv:
    • Package updates (PR:4840, 14 commits, 20 files changed)
      • tools/mkpkg: add script to get and repack RTL8812AU
      • RTL8812AU: update to RTL8812AU-9fc227c
      • openssh: update to openssh-7.2p2
      • libdvbcsa: update to libdvbcsa-f988715, add script to get and repack sources
      • projects/RPi*/linux: enable CONFIG_POWER_RESET, CONFIG_POWER_RESET_GPIO, CONFIG_POWER_RESET_GPIO_RESTART and CONFIG_POWER_RESET_RESTART, this should fix #4812
      • xf86-video-intel: update to xf86-video-intel-0204e55, add mkpkg script to get and repack sources
      • ncurses: update to ncurses-6.0
      • libdvbcsa: dont build with LTO support
      • dbus: update to dbus-1.10.8
      • xorg-server: update to xorg-server-1.18.2
      • videoproto: update to videoproto-2.3.3
      • llvm: update to llvm-3.8.0
      • cmake: update to cmake-3.5.0
    • expat: update to expat-2.1.1 (dc4107cb)
    • RTL8188EU: update to RTL8188EU-ced2b64, add script to get and pack sources (0026734b)
  2. XBMC:
    • [videoplayer] InputStreamMultiSource: Fix Control flow issues (DEADCODE). (PR:9349, 1 commit, 1 file changed)
    • Fix missing space in GetFilter SQL string (PR:9338, 1 commit, 1 file changed)
    • add library.inputstream to CMakeLists.txt (PR:9331, 2 commits, 2 files changed)
    • Set the duration on the tvshow object (PR:9212, 2 commits, 5 files changed)
    • [VideoPlayer] Avoid to re-create renderer if it supports current form… (PR:9354, 1 commit, 4 files changed)
    • inputstream: pass lib folder to addon (PR:9353, 3 commits, 5 files changed)
    • [gui] refactor string and integer comparison boolean conditions (PR:9345, 1 commit, 2 files changed)
    • make URIUtils::GetDirectory persistent while calling Inputstream::Op… (PR:9355, 1 commit, 1 file changed)
    • [PVR] Separate TV and radio recordings: Fallback: If addon does not s… (PR:9356, 1 commit, 1 file changed)
    • [cosmetic] Fix c/p errors for peripheral add-on callbacks (d803cb26)
  3. pvr.mythtv:
    • PVR API 5.1.0 (PR:59, 4 commits, 5 files changed)
  4. newclock5:
    • New commits in this build:
      • fixup! logging: Add microsecond timer to log messages (ecd82fa8)
      • cmake: Fix addon-bindings paths (b13ad878)
      • overlayrenderer: Avoid null access (01cdd579)
    • Commits no longer in build:
      • VideoPlayer: fix DemuxClient after work on stream ids (0590679a)
      • cmake: Add patches for ffmpeg (188ff0ee)
  5. kernel 4.4.y:
    • New commits in this build:
      • dts, kbuild: dtbs_install installs .dtbo files too (06f658e1)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: Add support for dynamic device tree overlays
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
RPI 3 no internet access on wifi - by b1m1 - 2016-03-09, 14:44
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 17.0) - by Milhouse - 2016-03-15, 01:14
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)6