Stephan Raue
fec555173c
kodi: add upstream patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-15 01:36:44 +01:00
Stephan Raue
135e76566a
kodi-pvr-addons: update to kodi-pvr-addons-9f63d1b
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-14 20:13:41 +01:00
Stephan Raue
6e42a18924
kodi: update to kodi-14-88f9fb0
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-14 20:13:15 +01:00
Stefan Saraev
e6ccd30789
arm-mem: update to arm-mem-2e6f275
...
.. this helps debugging crashes in memcpy
2014-12-14 20:12:20 +01:00
Stephan Raue
aa25d20637
kodi: add patch to disable unsupported powerfunctions for iMX6 builds
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-14 15:32:46 +01:00
Stephan Raue
f983e02b9a
projects/RPi/patches/kodi: use helix backport patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-14 15:31:44 +01:00
Stephan Raue
5abc30299f
projects/*/linux: build RTSX USB and PCIe cardreader drivers statically
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-14 15:31:03 +01:00
Stefan Saraev
baaa54b38a
tvheadend: never load userspace hdhr driver
...
tvheadend has native hdhr support
2014-12-13 22:34:57 +01:00
Stephan Raue
1ef63e8c28
libtool: dont break if help2man is missing with disabling help2man support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-13 14:44:07 +01:00
Stefan Saraev
3a9b1067fb
connman: update to connman-1.27
2014-12-13 14:18:05 +01:00
Stefan Saraev
d251c554f6
libtool: re-add patches
2014-12-13 14:15:44 +01:00
Stefan Saraev
963662fc53
scripts/createlog: more logs
2014-12-13 14:13:47 +01:00
Stefan Saraev
7f2866c5da
scripts/createlog: cosmetics. also include kodi.old.log
...
... and crashlog, in the future...
2014-12-13 14:13:31 +01:00
Stefan Saraev
912e3794db
init: warn on obvious KERNEL/SYSTEM mismatch
...
... because rpi / netboot users still cant get it
2014-12-11 23:53:02 +01:00
Linus W
dc27f1ad64
Build BCM2708 watchdog driver as module for RPi
2014-12-11 23:50:02 +01:00
Stephan Raue
ed161f9fd2
imon-mce: fix path to keymaps, bump addon version
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-11 22:08:26 +01:00
MilhouseVH
b4f044e4bd
Update create_sdcard so that it creates a 256MiB system partition
...
Drop unit cyl
2014-12-11 21:43:51 +01:00
Stefan Saraev
a12cb24851
kodi: make autostart service conditional
2014-12-11 21:28:00 +01:00
Stephan Raue
03444341f1
xorg-server: update to xorg-server-1.16.2.901
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-11 21:27:12 +01:00
Stephan Raue
d1880689d9
jasper: add upstream patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-11 21:26:39 +01:00
Stephan Raue
d47409ce1c
util-linux: add upstream patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-11 21:26:26 +01:00
Stephan Raue
10ef21d3f8
move patches to versioned dir
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-11 21:14:03 +01:00
fritsch
719a0e6fd5
Linux: Port fixes for gpu hang to 3.17
2014-12-11 21:13:41 +01:00
vpeter4
caaf6ff27d
kodi: setup default skin Default skin must be also set in settings.xml file. Not an issue for Confluence but for all others if set at build time.
2014-12-11 21:06:28 +01:00
Stephan Raue
4f050cc243
projects/imx6/options: dont setup firmwares twice, readd BT firmwares, this fixes non working BT on cubox-i & co.
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-10 18:35:13 +01:00
Stephan Raue
e7dedb6e6c
config/version: set version back to devel
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-10 18:32:09 +01:00
Stephan Raue
5278f57941
config/version: set version to 4.97.2
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
4.97.2
2014-12-09 23:36:24 +01:00
Stephan Raue
a4e3845b91
busybox: move keyutils dependency to package 'linux'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 23:00:30 +01:00
David Härdeman
2d9fc82796
Make sure keyutils gets included
...
Signed-off-by: David Härdeman <david@hardeman.nu>
2014-12-09 22:58:16 +01:00
David Härdeman
cf55b2e446
Add package keyutils
...
The kernel hardcodes the path to the key instantiation callback binary
as /sbin/request-key, meaning that providing keyutils as a separate
binary in an addon is impossible. It might be possible to use a
dangling symlink, but the three binaries built from this package
are all around 20 - 30KiB. Additionally, the request-key binary
is useful for more than one protocol.
keyutils is the "new" way of handling both DNS name resolution
(necessary for e.g. cifs dfs referrals) and security credentials, thus
replacing e.g. the rpc.idmap daemon.
Signed-off-by: David Härdeman <david@hardeman.nu>
2014-12-09 22:58:16 +01:00
Stefan Saraev
60be736d7c
kodi: revert upstream commit b6bec7a
...
this fixes a long standing bug with "reset pvr database" where
all pvr client addons are disabled and user must re-enable manualy
2014-12-09 22:50:09 +01:00
Stefan Saraev
da48eab9b6
scripts/mkimage: use 256MB system partition for all platforms
...
closes #3677
2014-12-09 21:46:20 +01:00
Stefan Saraev
305789f7f5
addons: introduce $PKG_ADDON_NAME.
...
use as addon name if set, otherwise $PKG_NAME is used, as before
2014-12-09 21:46:20 +01:00
Stefan Saraev
18d70a1a36
scripts/create_addon: condider addon's own addon.xml as templates
2014-12-09 21:46:20 +01:00
Stefan Saraev
f8519f839e
scripts/create_addon: drop PKG_ADDON_EXTENSIONS
...
special addons should be handled via addon templates in config/addon/
2014-12-09 21:46:20 +01:00
Stefan Saraev
3fcd79ce7c
scripts/create_addon: drop 'custom addon versions'
...
this only makes things more complicated.. all addons should follow
the $ADDON_VERSION.$PKG_REV versioning. including those with own
addon.xml
2014-12-09 21:46:20 +01:00
Stefan Saraev
685134ffef
scripts/create_addon: cosmetics. require icon.png and changelog.txt in PKG_DIR
2014-12-09 21:46:20 +01:00
Stefan Saraev
6c38a52a25
addons: allow building addons with type different than xbmc.python.script / xbmc.service
2014-12-09 21:46:20 +01:00
Stephan Raue
8382c54f31
bcm2835-bootloader: update to bcm2835-bootloader-5f1b910
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 21:35:54 +01:00
Stephan Raue
79d9ff1c67
bcm2835-driver: update to bcm2835-driver-5f1b910
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 21:35:34 +01:00
Stephan Raue
8a0a88c45c
projects/RPi/patches/linux: update RPi support patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 21:34:59 +01:00
Stephan Raue
84bd75d9bd
projects/RPi/patches/kodi: update RPi support patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 21:34:48 +01:00
Stephan Raue
40225b9ef9
sqlite: update to sqlite-autoconf-3080704
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 21:13:30 +01:00
Stephan Raue
521df499e1
kodi: add PR5805
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 20:58:07 +01:00
Stephan Raue
37728af595
kodi: update to kodi-14-f4576be
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 20:57:16 +01:00
Stephan Raue
6c353d3142
kodi-pvr-addons: update to kodi-pvr-addons-5eea147
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 20:23:22 +01:00
Stephan Raue
20d60164cd
wlan-firmware: update to wlan-firmware-0.0.27, this fixes #3677
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 20:04:12 +01:00
Stephan Raue
bb1082c2bb
add new package 'iwlwifi-firmware'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 20:03:35 +01:00
Stephan Raue
6640f3dc8d
linux: update to linux-3.17.6
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 20:02:33 +01:00
Stephan Raue
99496f656c
sqlite: update to sqlite-autoconf-3080703
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-08 20:36:06 +01:00