v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)
New LibreELEC.tv Krypton build #0520: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.6.0 #1 Fri May 20 21:34:39 BST 2016 armv6l GNU/Linux

# vcgencmd version
May 20 2016 19:05:21
Copyright (c) 2012 Broadcom
version faf071dd4885c5ac1a89483d35a5326e7f69495f (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160520213240-#0520-ge533f15 [Build #0520]

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

# Kernel device tree status: Enabled

Based on tip of LibreELEC.tv master (e533f151, changelog) and tip of XBMC master (578e9d50, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.6.y
  • Includes latest bcm2835-driver master (ac0c0bff, ahead +9)
  • Includes latest kodi-platform master (c8188d82, ahead +4)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (00d9ba15, ahead +19)
  • Includes latest p8-platform master (041a8c6c, ahead +1)
  • Includes latest addons: adsp.basic (2ae604e5, +8), adsp.biquad.filters (29bfe9d8, +3), adsp.freesurround (34f50406, +7), asplib (da66f517), inputstream.mpd (3ac19c39, +11), inputstream.smoothstream (32275717, +2), peripheral.joystick (83371862, +30), pvr.argustv (5f48dcec, +4), pvr.demo (0fa9e1d0, +4), pvr.dvblink (a92f1264, +5), pvr.dvbviewer (3d0bea9a, +4), pvr.filmon (8743511d, +4), pvr.hdhomerun (b5ce9309, +4), pvr.hts (acd1a6ac, +5), pvr.iptvsimple (7a5a43f8, +4), pvr.mediaportal.tvserver (172a273c, +4), pvr.mythtv (4ff1552f, +4), pvr.nextpvr (150698b7, +4), pvr.njoy (b5d65655, +4), pvr.pctv (feed5990, +4), pvr.stalker (dc112316, +6), pvr.vbox (c6594819, +4), pvr.vdr.vnsi (5498a8c1, +7), pvr.vuplus (ea3b33f6, +4), pvr.wmc (77af8daf, +4)
  • Exclude [env] kodi-999.10-aarch64-support.patch: Merged upstream
  • Include [env] e7cbe9cb: xf86-video-intel: Explicitely disable TearFree and TripleBuffer
  • Include [env] ed774729: Intel: Implement Passthrough-Range
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] patch: xf86-video-intel: bump to 3fafabe
  • Include [env] patch: Fix SIGTERM patch after PR9748
  • Include [env] patch: Fix cmake after PR9750
  • Include [env] patch: Add extra headers needed by 3D BD MVC
  • Include [env] patch: Disable -werror as libnfs won't build 32-bit without it
  • Include [env] patch: Enable custom framebuffer resolution
  • Include [env] patch: Bump libbluray - include MVC support
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.*, os.* and peripheral.*
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] patch: Enable other binary addons
  • Include [env] PR:353: plymouth-lite: add bilinear interpolation patch
  • Include [env] PR:366: mysql: update to 5.7.12
  • Include [env] PR:371: dtc: add package
  • Include [env] PR:374: eventlircd update to new upstream
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Include [pkg] patch: [skin.estuary] Hide watched items on home (kodi-theme-Estuary)
  • Include [pkg] patch: drm/i915: Extend Fake HDMI live status to Valley View (linux)
  • Include [pkg] patch: drm/i915/psr: Try to program link training times correctly (HSW fix) (linux)
  • Include [pkg] patch: Revert "drm/i915: Exit cherryview_irq_handler() after one pass" (BSW fix) (linux)
  • Include [pkg] patch: CSC: Remove average logic when saving NV12 surface on IVB+ (VAAPI fix) (libva-intel-driver)
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • 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:9803: [PeripheralCecAdapter] fix playback stopping on screensaver deactivated
  • Include [pkg] PR:9847: [PVR] Feature: Make instant recording behavior configurable
Build Highlights:
  1. NOTE: DVD playback remains temporarily disabled
  2. New firmware.
    popcornmix Wrote:Note: there is an sdram related change. We've removed the "pvt" operation that disables sdram twice a second with a new calibration. This was already being done when using sdram overclock or audio_pwm_mode=2.

    Our tests suggest that it's better never to do this, as whenever you get a different value from the expected one, memtester is more likely to fail.

    So shouldn't be a problem, but any with change like this, it's worth keeping an eye out for any regressions.
  3. Add dtparam and dtc userland binaries
  4. Bump MySQL client library from 5.1.73 to 5.7.12
  5. Bump eventlircd
  6. PR:9847: [PVR] Feature: Make instant recording behavior configurable
Build Details:
  1. Firmware (May 20):
    • firmware: sdram: Remove disable_pvt option and always do the nopvt calibration
    • firmware: bootcode.bin: Set PVT explicitly with config.txt option
    • firmware: dtoverlay: Use fewer shell commands, tidy up
    • firmware: imx219_cypto: use 0 size sub-addresses and remove I2C_FLAGS_READ_REQUIRES_STOP. See: link
    • extra: Update for support of Pi zero v2
  2. LibreELEC.tv:
    • packages/unofficial: remove git submodule (PR:375, 1 commit, 2 files changed)
    • noobs: single quotes break json (PR:369, 2 commits, 4 files changed)
    • scripts/image: make the images as well when running make noobs (PR:311, 1 commit, 1 file changed)
  3. XBMC:
    • [cmake/ios] Packaging (PR:9806, 5 commits, 17 files changed)
    • [aml] add gui settings to enable/disable sd material hw decoding (PR:9834, 1 commit, 5 files changed)
    • [PVR] Fix 'Stop recording' from inside PVR channel window. (PR:9839, 1 commit, 3 files changed)
    • Music artist tag processing improvements (PR:9812, 1 commit, 5 files changed)
    • [GUI] add orientation support to slider controls (PR:9704, 3 commits, 10 files changed)
  4. inputstream.mpd:
  5. peripheral.joystick:
    • [cmake] Rename find_package(kodi) to Kodi (PR:40, 2 commits, 2 files changed)
    • Fix build on Android, RBPi and Linux (PR:41, 1 commit, 5 files changed)
  6. pvr.hts:
    • Fix instant timers. (PR:226, 1 commit, 3 files changed)
  7. newclock5:
    • New commits in this build:
      • fixup! stereoscopics: Switch to using block_lr for mvc to match makemkv (37c40c80)
  8. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:366: mysql: update to 5.7.12
    • Added: [env] PR:371: dtc: add package
    • Added: [env] PR:374: eventlircd update to new upstream
    • Added: [pkg] patch: drm/i915: Extend Fake HDMI live status to Valley View (linux)
    • Added: [pkg] PR:9847: [PVR] Feature: Make instant recording behavior configurable
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: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - by Milhouse - 2016-05-20, 23:17
RPi2: no DV-codec? - by bubi - 2016-07-10, 10:30
DV-video not working - by bubi - 2016-07-15, 19:48
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)19