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
b29145aeab
config/functions: show_config: report upnp support
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
Stephan Raue
4435ddffe0
linux: remove old patches
...
revert-xhci-Set-scatter-gather-limit.patch:
we've got no response from upstream. if the issue fixed by this
patch is still there, I dont care
2014-10-16 14:32:21 +02:00
Stefan Saraev
63deab72f2
Merge pull request #3550 from Keuvie/patch-1
...
Update apt-get
2014-10-15 17:23:30 +03:00
Keuvie
a2cc09f564
Update apt-get
...
Line 25 and 26 got the word "local" at the end and start of it.
2014-10-15 16:17:45 +02:00
Stefan Saraev
3898246834
tvheadend: update to tvheadend-3.9.1847
...
closes #3549
2014-10-15 15:51:21 +03:00
Stephan Raue
6c33aa3fe9
libbluray: use official download location again, the server seems to work again
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 12:51:21 +02:00
Stephan Raue
ddeed4802d
libbluray: update to libbluray-0.6.2
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 02:30:36 +02:00
Stephan Raue
3aac1883d6
xbmc-pvr-addons: add patch to fix api version
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
54cb4ce00c
projects/RPi/patches/xbmc: update RPi support patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
ecddc9b9b3
xbmc: update to xbmc-14-4fbeb1b, update FM support patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
c0e74ae4b6
bcm2835-bootloader: update to bcm2835-bootloader-e4afeda
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
b74f9954e4
bcm2835-driver: update to bcm2835-driver-e4afeda
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
dd398414aa
Mesa: update to Mesa-10.3.1
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
240523fe76
xorg-server: use $OPENGL instead hardcoded 'Mesa' as GL provider, disable dependencies of 'libepoxy' and 'glu' and 'libglamor' support for non GL builds
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
c98854a689
boblightd: use $OPENGL instead hardcoded 'Mesa' as GL provider
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
eec7e711fc
xbmc: use $OPENGL instead hardcoded 'Mesa' as GL provider
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
3c2481d006
SDL: use $OPENGL instead hardcoded 'Mesa' as GL provider
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
e6b6733d2a
libepoxy: use $OPENGL instead hardcoded 'Mesa' as GL provider
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:43 +02:00
Stephan Raue
175498fd4e
glew: use $OPENGL instead hardcoded 'Mesa' as GL provider
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:09:31 +02:00
Stephan Raue
ea37d2351a
libXt: fix build if built for other platforms then x86
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:08:30 +02:00
Stephan Raue
a9bdb58493
syslinux: update to syslinux-6.03
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:08:29 +02:00
Stephan Raue
d994377abe
wpa_supplicant: update to wpa_supplicant-2.3
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:08:29 +02:00
Stefan Saraev
c82775effd
Merge pull request #3546 from Tolriq/master
...
Make default sources accessible from remotes
2014-10-14 14:43:56 +03:00
Tolriq
474475481c
Make default sources accessible from remotes
...
Since Gotham there's a limitation on access to sources. It's by default true when added from the GUI but not from Openelec install script.
Leading users to no easy way to give access unless removing the sources and adding it back again starting a slow full scrape after.
2014-10-14 12:07:31 +02:00
Stephan Raue
7c25d27cb0
linux: update to linux-3.16.5
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-10 11:22:28 +02:00
Stephan Raue
6794cac957
wireless-regdb: update to wireless-regdb-2014.10.07
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-10 11:00:14 +02:00
Stephan Raue
90a729457b
openssh: update to openssh-6.7p1
2014-10-10 10:50:48 +02:00
vpeter4
c2d314c30f
path: search for package folders only if they containg package.mk file
...
it's much more universal way as it was before
2014-10-10 09:02:55 +02:00
Stefan Saraev
dc51895fff
dvb-firmware: update to 0.0.46
2014-10-07 17:41:38 +03:00
Stefan Saraev
03f0590f90
tzdata: run tz-data.service early
...
... earlier as possible. and tmpfiles.service is a bitch!
TODO: carefuly (re)order all OE specific services for 5.0
2014-10-06 21:19:02 +03:00
Stephan Raue
1be502fc6b
projects/Cuboxi/patches/linux: add upstream patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-06 19:38:51 +02:00
Stephan Raue
0e190e580c
xbmc-pvr-addons: update to xbmc-pvr-addons-259d150
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-06 19:38:51 +02:00
Stefan Saraev
f0055dcccf
tzdata: move tz-data.service to basic.target
2014-10-06 20:17:30 +03:00
Stephan Raue
cd7cdf3591
linux: update to linux-3.16.4
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-06 02:01:36 +02:00
Stephan Raue
e5af7a5a74
xbmc: (temporary) remove upstream commit which breaks the RPi build
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-05 17:53:27 +02:00
Stephan Raue
f89d7f8d01
ffmpeg: install ffmpeg binary
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-05 16:12:48 +02:00
Stephan Raue
ba5862809a
xbmc: build agains shared ffmpeg
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-05 16:12:48 +02:00
Stephan Raue
f44134690b
ffmpeg: build as shared library
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-05 16:12:48 +02:00