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

Code:
# uname -a
Linux rpi512 4.4.1 #1 Wed Feb 17 00:32:52 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Feb 15 2016 23:42:10
Copyright (c) 2012 Broadcom
version 263c9ef2f99450604d945968d75c013abf1fc841 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20160217003159-#0216-ga9bb95e [Build #0216]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (a9bb95e0, changelog) and tip of XBMC master (c58fd4e5, 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 (fa931b46, ahead +18)
  • 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 (bceff5ad, +15), pvr.demo (116a172a, +13), pvr.filmon (2a25d081, +17), pvr.hdhomerun (020592bc, +17), pvr.hts (0814da42, +53), pvr.iptvsimple (5ee3a53d, +15), pvr.mediaportal.tvserver (f146bc74, +39), pvr.mythtv (1b43b5f4, +17), pvr.nextpvr (a4019fa7, +16), pvr.njoy (4f30f4af, +12), pvr.pctv (fd600ba4, +15), pvr.stalker (a74fc3e3, +14), pvr.vbox (b0916449, +21), pvr.vdr.vnsi (2089549a, +17), pvr.vuplus (4cf6ad02, +14), pvr.wmc (9a83292f, +17)
  • 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: Clean Kodi view cache on startup
  • Include [env] patch: Enable other binary addons
  • 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] 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:9112: [confluence] [PVR] small adjustments
Build Highlights:
  1. New firmware with sigma-delta audio driver
  2. PVR API 5.0.0 (pvr.vuplus restored to build; pvr.dvblink & pvr.dvbviewer dropped)
  3. mmal renderer logging in video category
Build Details:
  1. Firmware (Feb 15):
    • firmware: Annotate: Remove graph bottom line if only showing frame num. See: link
    • firmware: OpenMax IL: Add warning if OMX_SKIP64BIT is not defined
    • firmware: mmal: Remove unwanted loop increment from body of code. See: link
    • firmware: pwm_sdm: rewrite modulators in C rather than ASM
  2. XBMC:
    • [PVR] Recordings window: Fix recordings in nested folders not displayed (PR:9145, 3 commits, 2 files changed)
    • CGUIWindowAddonBrowser: return -1 instead of 0 from SelectAddonID() if no addons can be listed/selected (PR:9131, 1 commit, 2 files changed)
    • "Home Theatre" => "Home Theater" spelling change (PR:9143, 1 commit, 1 file changed)
    • [PVR] Addon API 5.0.0 (PR:8736, 19 commits, 39 files changed)
    • CAddonMgr: split FindAddons() into FindAddons() and FindAddonsAndNotify() (PR:9132, 1 commit, 4 files changed)
    • [peripherals] don't show the settings dialog if there are no settings available (PR:9130, 2 commits, 2 files changed)
    • [cmake] Fix crosscompiling for Raspberry Pi (PR:9126, 7 commits, 13 files changed)
    • [addons] CAddonMgr: add GetInstallableAddons() and use it in CGUIWindowAddonBrowser::SelectAddonID() (PR:9138, 1 commit, 3 files changed)
    • [addons] fix return value in CAddonMgr::FindAddons() (a63924be)
  3. pvr.argustv:
    • Implement PVR API 4.2.0 and 5.0.0 (PR:46, 6 commits, 5 files changed)
  4. pvr.demo:
    • Implement PVR API 5.0.0 (PR:31, 5 commits, 3 files changed)
  5. pvr.filmon:
    • Implement PVR API 4.2.0 and 5.0.0 (PR:41, 6 commits, 4 files changed)
    • Fix brace after 1b860c9 (PR:42, 1 commit, 1 file changed)
    • fix build breaker (PR:43, 1 commit, 2 files changed)
  6. pvr.hdhomerun:
    • Implement PVR API 5.0.0 (PR:14, 4 commits, 3 files changed)
  7. pvr.hts:
    • Implement PVR API 5.0.0 (PR:195, 8 commits, 11 files changed)
  8. pvr.iptvsimple:
    • Implement PVR API 5.0.0 (PR:62, 4 commits, 3 files changed)
  9. pvr.mediaportal.tvserver:
    • Implement PVR API 4.2.0 and 5.0.0 (PR:37, 5 commits, 5 files changed)
    • Fix build after #37 which introduced a second IsRealTimeStream() function (f146bc74)
  10. pvr.mythtv:
    • Implement PVR API 5.0.0 (PR:57, 5 commits, 5 files changed)
  11. pvr.nextpvr:
    • Implement PVR API 5.0.0 (PR:39, 5 commits, 6 files changed)
  12. pvr.njoy:
    • Implement PVR API 4.2.0 and 5.0.0 (PR:26, 5 commits, 3 files changed)
  13. pvr.pctv:
    • Implement PVR API 4.2.0 and 5.0.0 (PR:33, 6 commits, 5 files changed)
  14. pvr.stalker:
    • Implement PVR API 5.0.0 (PR:47, 4 commits, 3 files changed)
  15. pvr.vbox:
    • Implement PVR API 5.0.0 (PR:121, 5 commits, 4 files changed)
    • fix build breaker (PR:122, 1 commit, 1 file changed)
  16. pvr.vdr.vnsi:
    • Implement PVR API 5.0.0 (PR:57, 5 commits, 4 files changed)
  17. pvr.vuplus:
    • Implement PVR API 4.2.0 and 5.0.0 (PR:39, 6 commits, 5 files changed)
  18. pvr.wmc:
    • Implement PVR API 5.0.0 (PR:36, 6 commits, 6 files changed)
    • Populate new Recording::ChannelUid field added in API 5.0.0 (PR:37, 1 commit, 4 files changed)
  19. newclock5:
    • New commits in this build:
      • mmal: Include mmal renderer logging in video category (e3cd6b4d)
      • temp: Add lock around mmal and omx calls to avoid stalled audio issue (12771db3)
      • Revert "temp: Add lock around mmal and omx calls to avoid stalled audio issue" (ff3835a6)
      • temp: mmal: increase decode buffering a little to help harder MVC files (b7f89717)
    • Commits no longer in build:
      • Fix Raspberry-Pi build (e49a39c4)
      • Don't default CPU to host processor if toolchain file is given (382a4a1a)
      • Make MMAL mandatory for Raspberry-Pi (a64b9f4a)
      • Add documentation for Raspberry Pi (9dd2d248)
      • Add toolchain file checks (8e8b23cd)
      • Update README.raspberrypi for Raspberry Pi 2 (37345e8a)
      • Build cpluff with verbose compile output (96cb310b)
  20. kernel 4.4.y:
    • New commits in this build:
      • Revert "Add blk_pos parameter to mmc multi_io_quirk callback" (6a9169ba)
      • Updated smsc95xx driver to check for a valid MAC address in eeprom before using smsc95xx.macaddr parameter passed on command line. (ff3ae8d5)
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-17, 03:44
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