OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)
#55
New OpenELEC Isengard build #0710: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.1.1 #1 Fri Jul 10 21:13:18 BST 2015 armv6l GNU/Linux

# vcgencmd version
Jul  8 2015 18:11:40
Copyright (c) 2012 Broadcom
version 9702675b541cff9f37d30decd45f5e21bf4d9a34 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150710211231-#0710-ga7bea58 [Build #0710]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (a7bea58d, changelog) and tip of XBMC master (f3ec74bb, changelog) with the following modifications: Build Highlights:
  1. Fix for recent skin settings change
  2. Include updated RTL8812AU/RTL8821AU driver - should improve 5GHz connectivity (see thread)
Build Details:
  1. XBMC:
    • [langinfo] Remove unused code (PR:7460, 1 commit, 1 file changed)
    • [pvr] bump pvr.vbox to v2.0.1 (PR:7442, 1 commit, 1 file changed)
    • [skinsettings][fix] Missing skinsetting tag is not an error and shouldn't be treated as o… (PR:7474, 1 commit, 1 file changed)
    • FIX: [droid] broken video calibration (PR:7475, 1 commit, 1 file changed)
  2. rtl8812AU_8821AU_linux/master (wuzzeb):
    • New commits in this build:
      • Merge pull request #2 from wuzzeb/master (e4773ef0)
      • Add Netgear A6100 Customer ID (575c99ff)
      • Merge pull request #3 from kpanic/netgear-a6100-customer-id (1a8dfaae)
      • Removed ^M from ioctl_cfg80211.c so now it compiles! (df335518)
      • Merge pull request #5 from v1kko/master (a30713db)
      • Fix compilation issue for undeclared function during debug mode (6dff839c)
      • Merge pull request #9 from Harshavardhana/master (fcc8da8c)
      • Added Vendor and Product ID for Edimax EW-7811UTC (2fd20ceb)
      • Merge pull request #15 from scrivy/master (a32fae16)
      • fix grsecurity issue: assignment of member ‘free_hal_data’ in read-only object (4465ca77)
      • Added new usb interface (Buffalo WI-U2-433DM) (20d8cc56)
      • Merge pull request #18 from dtamada/master (fa67cc90)
      • Added support for TP-Link Archer T4U AC1200 (8b8a75c9)
      • Merge pull request #21 from archshift/master (935057fa)
      • os_dep/linux/os_intfs.c: Do not set iftype to monitor when closing dev (3b100107)
      • os_dep/linux/ioctl_cfg80211.c: Set iftype to station when allocating wdev (d6d0ba72)
      • Add dkms configuration file (707c52d7)
      • Update usb_intf.c (265d1d28)
      • Removed extra cfg80211_rx_mgmt parameter for 3.19 kernel (41e70a32)
      • Added some support for devices. (5f0cbf9e)
      • Forgot to delete a line (4043e042)
      • Turned power save to off.. thought I did this (c588d714)
      • This seems to fix building when DBG = 1 (8c2a02dc)
      • Merge pull request #40 from bits3rpent/master (614ffdd8)
      • Merge pull request #36 from mpoly/patch-1 (c23d0ad0)
      • Merge pull request #31 from vicentllongo/dkms (8b0baf81)
      • Merge pull request #27 from andreas-hofmann/master (a4c6e0c2)
      • Merge pull request #17 from ITDefence/master (5cb3f782)
      • Ignore build files (9a00b2f7)
      • Add support for TP-Link Archer T4UH AC1200 thanks to @JudgeZarbi - fixes #35 (c87881c8)
      • Remove wrong usage of __no_const (2bf19d4f)
      • Support Linux 4.0.0, change enum NL82011 flags to match upstream changes - fixes #41 (d5fd80bd)
      • Typo BL->NL for 4.0.0 kernel (c33c3d4c)
      • exposed KVER make option to command line and added vagrant tests for Linux 4.0.1 to make check (c5a73124)
      • Merge pull request #45 from krichter722/vagrant_tests (2cadedc8)
      • changed simple -e bash test with md5sum validation of kernel .deb packages in vagrant compilation tests (5030184b)
      • added fetch.sh (0a1f7181)
      • Merge pull request #46 from krichter722/vagrant_tests_md5sum (446ac59e)
      • date-time warning suppression is not needed fixes #44 (12217798)
      • Fix cfg80211_rx_mgmt missing argument on 3.12.0 --> 3.19.0 kernels (6f6d2821)
      • Remove STATION_INFO_ASSOC_REQ_IES usage (ab1ec549)
      • Update for >= 4.0.0 (927b08e0)
      • Merge pull request #55 from hackdefendr/patch-1 (0d5fb760)
      • Fix compilation problems on 3.18 kernel fixes #52 (3914b777)
      • Cleanup makefile (4b53eb75)
      • Update README.md (77a5fb9b)
      • Merge pull request #56 from pgroenbech/patch-1 (bdb931b5)
      • Add Raspberry Pi system build option (aedcffa5)
      • Merge pull request #57 from rhadman/master (4dc31803)
      • Fix for Oops encountered using Edimax AC600 adapter. Logically this can occur on any system with any 5G interface using this driver. (acdb5afc)
      • Fix debug message if conditions. These were using if (BAND_ON_5G) type logic, but these values are values from an enum and need to be compared to something for (d06b500c)
      • Merge pull request #58 from rhadman/ac600-fix (b3759978)
      • Merge pull request #59 from rhadman/log-fix (54ceed74)
      • Update Makefile (7dab2796)
      • Update Makefile (41ce7f09)
      • EFUSE_MAX_MAP_LEN (e3485d17)
      • Make 2 messages info (ebdc61a8)
      • Merge pull request #62 from AndyPi/master (c0996edb)
      • Various (f951824a)
      • Update .gitignore (f1e0a177)
      • const u8 *mac (aa7a4b27)
      • Merge branch 'master' of https://github.com/AndyPi/rtl8812AU_8821AU_linux (b36411ad)
      • Merge pull request #65 from AndyPi/master (c0154d92)
      • array IndexBW40_Base too small, generates error at O2 optimisation (3330897e)
      • warning: array subscript is above array bounds. Cribbed from v4.3.7_11618.20141029 (ff36d4da)
      • naive changes to osdep/linux/ioctl_cfg80211.c:4561 mgmt_tx parameter changes in 3.14 cribbed from file:/rtl8811AU_linux_v4.3.7_11618.20141029 (8c6e9c7e)
      • change calibration runs back to 3 (to reduce time spent calibrating) , hard-coded array size as 10. Cause is probably gcc compiler bug (b3b77917)
      • Revert "change calibration runs back to 3 (to reduce time spent calibrating) , hard-coded array size as 10. Cause is probably gcc compiler bug" (800fe88f)
      • change calibration runs back to 3 (to reduce time spent calibrating) , hard-coded array size as 10. Cause is probably gcc compiler bug (4bbf2d89)
      • Merge pull request #66 from AndyPi/master (6280806f)
  3. kernel 4.1.y:
    • New commits in this build:
      • Added support for 2 mcp2515 CAN Bus IC (c66887bb)
  4. Additional commits/pull requests/changes not yet merged upstream:
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 16.0) - by Milhouse - 2015-07-10, 22:57
Bluetooth on #1003 - by cdvreede - 2015-10-13, 11:08
Re: RE: Bluetooth on #1003 - by Milhouse - 2015-10-13, 13:24
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)10