Stephan Raue
283b7db4d0
[xbmc-rebrand] libcec: rename all variables '$XBMC*' to '$KODI*'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-18 22:50:36 +02:00
Stephan Raue
ca4fd62ecf
[xbmc-rebrand] xbmc: rename all variables '$XBMC*' to '$KODI*'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-18 22:50:36 +02:00
Stephan Raue
e3469c82cc
xbmc: update to xbmc-14-31ce987
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-18 22:50:35 +02:00
untergrundbiber
edaa6886fe
xbmc-addon-xvdr: update to xbmc-addon-xvdr-2bf2563
...
Needed for api-version 5.3.0
2014-10-18 21:59:37 +02:00
Stephan Raue
1cbe5d0fd6
sqlite: update to sqlite-autoconf-3080700
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-18 12:13:23 +02:00
Stephan Raue
27ac4c12f9
libplist: update to libplist-1.12
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-18 12:12:55 +02:00
Stephan Raue
4556014c70
libxml2: update to libxml2-2.9.2
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-16 22:10:33 +02:00
Stephan Raue
1b186a7bb4
gettext: update to gettext-0.19.3
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-16 22:10:13 +02:00
Stephan Raue
8af8546b34
linux: remove patch from todo dir
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-16 22:09:41 +02:00
Matt DeVillier
f8e35880e3
IR-RC6 patch: updated for kernel 3.17.1
...
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com >
2014-10-16 15:03:45 -05:00
Stephan Raue
1ecff2b6b7
Revert "linux: clean up unused modprobe.d/ath9k.conf"
...
This reverts commit 89847cc83f .
2014-10-16 18:03:47 +02:00
Stephan Raue
99b4a9547f
libdrm: simplify package.mk
2014-10-16 18:00:09 +02:00
Stephan Raue
f42ad08af0
xbmc: remove patch which crashes xbmc on RPi
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-16 14:32:22 +02:00
Stephan Raue
4a82afe95b
linux: fix build if /lib/firmeware is not avaible before creating the symlink
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-16 14:32:22 +02:00
Stephan Raue
55f7da3dbc
linux: update to linux-3.17.1, update kernel config, update RPi support patch. TODO: rework some patches from packages/linux/patches/3.17.1/todo
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2014-10-16 14:32:22 +02:00
Stephan Raue
4b89a1f7cb
kmod: cleanup modprobe.d/
2014-10-16 14:32:22 +02:00
Stephan Raue
56ef0e3867
xbmc-pvr-addons: wmc: heh os/arch info
...
wmc, y u think you are so special?
2014-10-16 14:32:22 +02:00
Stephan Raue
ecb41770cd
kmod: clean up modprobe.d/
2014-10-16 14:32:22 +02:00
Stephan Raue
6b4d9ef088
alsa-lib: clean up modprobe.d/
2014-10-16 14:32:22 +02:00
Stephan Raue
2cb7cd6f2b
buildsys: add $PKG_DIR/modprobe.d/ support to scripts/install
2014-10-16 14:32:21 +02:00
Stephan Raue
89847cc83f
linux: clean up unused modprobe.d/ath9k.conf
2014-10-16 14:32:21 +02:00
Stephan Raue
d6459e5b79
connman: update to connman-1.26
2014-10-16 14:32:21 +02:00
Stephan Raue
187c1b2885
connman: fix systemdunitdir / systemdunitdir
2014-10-16 14:32:21 +02:00
Stephan Raue
beee14a138
libvdpau: remove unused patch
2014-10-16 14:32:21 +02:00
Stephan Raue
70bd675bb9
linux: enable firmware loading from /storage/.config/firmware/
...
from Documentation/firmware_class/README:
....
1), kernel(driver):
- calls request_firmware(&fw_entry, $FIRMWARE, device)
- kernel searchs the fimware image with name $FIRMWARE directly
in the below search path of root filesystem:
User customized search path by module parameter 'path'[1]
"/lib/firmware/updates/" UTS_RELEASE,
"/lib/firmware/updates",
"/lib/firmware/" UTS_RELEASE,
"/lib/firmware"
- If found, goto 7), else goto 2)
[1], the 'path' is a string parameter which length should be less
than 256, user should pass 'firmware_class.path=$CUSTOMIZED_PATH'
if firmware_class is built in kernel(the general situation)
....
can also be done via boot parameter but I preder symlinking
2014-10-16 14:32:21 +02:00