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

Code:
# uname -a
Linux rpi512 4.4.2 #1 Sun Feb 21 00:48:08 GMT 2016 armv6l GNU/Linux

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

# lsb_release
OpenELEC (community) - Version: devel-20160221004609-r22094-gd61e8ce

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (d61e8ce7, changelog) and tip of XBMC master (146e7155, 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, +16), pvr.demo (116a172a, +13), pvr.filmon (4beb05da, +18), pvr.hdhomerun (6d08102d, +19), pvr.hts (0814da42, +53), pvr.iptvsimple (1dfc3547, +17), pvr.mediaportal.tvserver (f146bc74, +39), pvr.mythtv (1b43b5f4, +17), pvr.nextpvr (a4019fa7, +16), pvr.njoy (4f30f4af, +12), pvr.pctv (522f9603, +16), pvr.stalker (0402f465, +15), 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: 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
Build Highlights:
  1. Use manifest to identify system add-ons and repositories
  2. New Addon schema: Addons22.db
  3. AE: fix re-mappng issue
Build Details:
  1. OpenELEC:
    • Add entropy generation (PR:4730, 3 commits, 7 files changed)
    • major rework (PR:4737, 1 commit, 3 files changed)
    • Package updates (PR:4735, 9 commits, 15 files changed)
      • nano: update to nano-2.5.2
      • libgcrypt: update to libgcrypt-1.6.5
      • wireless-regdb: update to wireless-regdb-2016.02.08
      • glibc: add libm.so to initramfs
      • plymouth-lite: fix linking with glibc-2.23, this fixes #4727 this fixes #4732
      • remove project 'Nvidia_Legacy', merged with project 'Generic'
      • projects/*/linux: add support for iptable_mangle, this fixes #4716
      • xf86-video-amdgpu: update to xf86-video-amdgpu-1.0.1
      • glibc: cleanup
    • scripts/mkimage: create disk image without sudo (PR:4701, 1 commit, 7 files changed)
    • Revert "major rework" (PR:4739, 1 commit, 3 files changed)
    • e2fsprogs: Don't parallel build (PR:4740, 1 commit, 1 file changed)
  2. XBMC:
    • CMake Readme Fixes (PR:9139, 2 commits, 1 file changed)
    • SinkPi: Correct setting of passthrough flag (PR:9163, 1 commit, 1 file changed)
    • mmal: increase decode buffering a little to help harder MVC files (PR:9159, 1 commit, 1 file changed)
    • mmal: Use correct pool destroy functions (PR:9158, 1 commit, 2 files changed)
    • mmal: Include mmal renderer logging in video category (PR:9161, 1 commit, 1 file changed)
    • [ios/packaging] - fixed wrong evaluation of $ARM64 (which is command true, false and can't be fed to test via []), fixes arm64 requirement during installation even while we are still building 32bit... (e4dd1f56)
  3. newclock5:
    • New commits in this build:
      • VideoPlayer: drop incorrect error message (158d1789)
      • AE: fix re-mappng issue (e487a1aa)
    • Commits no longer in build:
      • mmal: Include mmal renderer logging in video category (adcff19c)
      • mmal: increase decode buffering a little to help harder MVC files (125bb30d)
      • mmal: Use correct pool destroy functions (459a3949)
      • SinkPi: Correct setting of passthrough flag (c9f99e25)
      • mmal: move towards common class (ac05199a)
      • Revert "mmal: move towards common class" (047b4a70)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: Enable OpenELEC add-ons and repositories in manifest
    • Added: [pkg] patch: Enable game controllers in manifest
    • Added: [pkg] PR:9110: [addons] fix 'system addons'
    • Added: [pkg] PR:9166: [database] dont attempt to drop automatically created indices when clearing analytics
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-21, 04:21
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