kszaq
3123a3fdf6
projects/WeTek_Play: drop 2 commits not needed for Kodi 17
...
1. Stuttering fix patch no longer applies, drop the patch.
2. WP is not capable of displaying 4k, drop the patch.
2016-04-28 11:48:43 +02:00
kszaq
e700732e37
projects/WeTek_Core: Fix build with Kodi 17
...
1. dvdplayer changed to VideoPlayer, fix path in "Fix compiler badness" patch.
2. After https://github.com/xbmc/xbmc/pull/9050 it is not needed to modify SetNativeResolution to get 4k.
2016-04-28 11:48:43 +02:00
Lukas Rusak
bd9ded6f9d
RPi/RPi2: update linux support patches for 4.6-rc5
2016-04-27 22:31:34 -07:00
Lukas Rusak
012fd9bca0
linux: update kernel configs for 4.6-rc5
2016-04-27 22:31:33 -07:00
Gerald Dachs
277b175edc
amlogic CEC adapter moved to project dirs
2016-04-26 18:30:38 +02:00
Lukas Rusak
f7d6452faf
Merge pull request #220 from vpeter4/imx6-cec-patch
...
libcec: update imx6 patch to work with p8-platform
2016-04-25 23:52:44 -07:00
Peter Vicman
c8aabe7cc1
libcec: update imx6 patch to work with p8-platform
...
also rebased to remove patching warnings
moved to project patches folder
2016-04-26 08:46:48 +02:00
Gerald Dachs
0fdb15ba78
WeTek_Core/WeTek_Play: fix new cec driver patch
2016-04-25 11:35:21 -07:00
Matthias Reichl
36bb7f47a4
projects/RPi*/linux: enable BoomBerry DAC and Digi modules
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2016-04-24 10:55:09 +02:00
MilhouseVH
54c8c685f6
RPi/RPi2: update linux support patches for linux 4.4.7
2016-04-21 20:12:46 +01:00
cvh
dedaeeaa13
kodi/imx6: remove patch for Kodi Jarvis
...
- switch back to "plain" Krypton
- using kernel 4.4 is in question
2016-04-21 14:55:46 +02:00
MilhouseVH
703e4a06b6
Merge pull request #77 from MilhouseVH/ffmpeg3
...
ffmpeg: Update to ffmpeg 3.0.1 and Kodi upstream
2016-04-18 15:25:11 +01:00
Lukas Rusak
27e79cd60b
kodi: update to 17.0-alpha1-8191052
2016-04-18 00:51:02 -07:00
Peter Vicman
5b518dabd2
projects/imx6/linux: change file permission
2016-04-16 13:47:29 +02:00
Peter Vicman
284690c97f
imx6: Update kodi patches
2016-04-15 10:45:20 +02:00
Peter Vicman
0aa8d89baa
projects/imx6/linux: disable kernel module signing
...
no need to build host tool extract-cert which uses ssl
2016-04-15 10:25:37 +02:00
Christian Hewitt
92bea496d1
Merge pull request #158 from vpeter4/imx6-linux
...
Thanks :)
2016-04-14 20:24:53 +04:00
Christian Hewitt
34231dc295
Merge pull request #157 from vpeter4/imx6-linux-config
...
Thanks :)
2016-04-14 18:48:30 +04:00
Peter Vicman
eedd116a59
projects/imx6/linux: don't build RTL8192CU driver
...
already using external
2016-04-14 16:38:28 +02:00
Peter Vicman
5536122588
imx6: update linux with missing commits
2016-04-14 16:36:08 +02:00
Peter Vicman
a8bbd345fa
kodi/imx6: move project specific patches to project folder
2016-04-14 15:31:19 +02:00
MilhouseVH
2fc89f0047
RPi/RPi2: update linux support patches for linux 4.4.7
2016-04-13 18:33:52 +01:00
Peter Vicman
3638889215
projects/imx6: don't build u-boot for udoo system
...
for this one another u-boot package is used
2016-04-12 15:57:55 +02:00
Lukas Rusak
4069754edd
Merge pull request #137 from kszaq/wetek-userdata-wipe
...
projects/WeTek_*: Move userdata wipe to factory_update_param script
2016-04-11 23:43:19 -07:00
Lukas Rusak
67c3a0699e
linux.x86_64.conf: build in CONFIG_VIRTIO_BLK
2016-04-11 10:08:31 -07:00
kszaq
ec69e4be13
projects/WeTek_*: Move userdata wipe to factory_update_param script
...
This allows updating LibreELEC via recovery without wiping userdata
while keeping toothpick method work when a clean flash is needed.
2016-04-11 11:31:41 +02:00
MilhouseVH
e273957f8d
Merge pull request #31 from lrusak/rpi-linux-instructions
...
RPi/RPi2: add linux kernel patch creation instructions
2016-04-07 23:26:52 +01:00
Lukas Rusak
a3145af5b7
RPi/RPi2: add linux kernel patch creation instructions
2016-04-07 15:17:13 -07:00
Lukas Rusak
2de5d88686
Merge pull request #122 from vpeter4/imx6-options
...
projects/imx6: build all additional drivers for kernel 4.4
2016-04-07 13:51:40 -07:00
Lukas Rusak
4bae6e3713
linux.x86_64.conf: update CONFIG_EXTRA_FIRMWARE for new firmware
2016-04-07 13:01:43 -07:00
Peter Vicman
34bb753716
projects/imx6: build all additional drivers for kernel 4.4
2016-04-07 18:21:30 +02:00
Christian Hewitt
4f45a89613
Merge pull request #101 from lrusak/upstream-changes
...
Thanks :)
2016-04-05 21:49:29 +04:00
Lukas Rusak
ce7e57ef24
WeTek_Core/WeTek_Play: set video state to disabled on boot
...
right after boot, if a hardware decoded video is not yet played, asking
/dev/amvideocap0 for a frame results in -EAGAIN after a short delay.
hyperion is doing AMSTREAM_IOC_GET_VIDEO_DISABLE ioctl on /dev/amvideo
to check if video is playing. if initial state is not set, hyperion gets
confused, resulting in leds lagging until a hw decoded video is started.
this allows hyperion's regular framegrabber and amlgrabber to co-exist nicely
2016-04-04 13:36:04 -07:00
Stephan Raue
026700ac19
projects/RPi*/linux: enable CONFIG_LEDS_TRIGGER_TRANSIENT and CONFIG_LEDS_TRIGGER_CAMERA
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-04-04 12:51:28 -07:00
Stephan Raue
24c91f771a
projects/RPi*/linux: enable CONFIG_BACKLIGHT_LCD_SUPPORT, CONFIG_BACKLIGHT_CLASS_DEVICE, CONFIG_BACKLIGHT_RPI, CONFIG_BACKLIGHT_GPIO, CONFIG_LEDS_TRIGGER_BACKLIGHT, CONFIG_LEDS_TRIGGER_CPU, CONFIG_LEDS_TRIGGER_GPIO
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-04-04 12:51:28 -07:00
Lukas Rusak
29cb158294
Merge pull request #96 from vpeter4/pci-param
...
projects/imx6/linux: disable PCI MSI interrupts for kernel 4.4
2016-04-04 10:00:25 -07:00
Lukas Rusak
e82de4f20e
Merge pull request #97 from vpeter4/u-boot-faster
...
projects/imx6/patches/u-boot: set delay of 1 second to speed up the boot
2016-04-04 09:59:46 -07:00
Lukas Rusak
ae40bd1997
Merge pull request #88 from kszaq/updatelibcec
...
LibCEC patches update
2016-04-04 09:59:21 -07:00
Peter Vicman
8e172df546
projects/imx6/patches/u-boot: set delay of 1 second to speed up the boot
2016-04-04 18:49:15 +02:00
Peter Vicman
9c80d265b3
projects/imx6/linux: disable PCI MSI interrupts
2016-04-04 18:37:35 +02:00
Christian Hewitt
c4cfbd6b97
Merge pull request #81 from vpeter4/imx6-linux-4.4
...
Thanks :)
2016-04-04 00:23:00 +04:00
Christian Hewitt
c78a506195
Merge pull request #80 from vpeter4/imx6-u-boot
...
Thanks :)
2016-04-04 00:22:28 +04:00
Christian Hewitt
fcfa9889e5
Merge pull request #85 from MilhouseVH/enablecursor
...
Thanks :)
2016-04-04 00:20:00 +04:00
Peter Vicman
d36162946b
imx6: add second kernel 4.4 from xbian
...
kernel is picked with argument LINUX_VERSION=4.4-xbian when building image
PROJECT=imx6 ARCH=arm LINUX_VERSION=4.4-xbian make image
2016-04-03 22:19:44 +02:00
Christian Hewitt
967ffb4ad7
Merge pull request #84 from MilhouseVH/revertrpiconsole
...
Thanks :)
2016-04-04 00:18:44 +04:00
Christian Hewitt
29b2b3ac60
Merge pull request #78 from MilhouseVH/RBP_20160401_141959
...
Thanks :)
2016-04-04 00:17:24 +04:00
Gerald Dachs
4344e2a16b
libcec: repaired detection of logical address; prevent that amlogic adapter hangs on close
2016-04-03 14:38:03 +02:00
MilhouseVH
99d4f9b360
RPi: Stop enabling serial console in devel images
2016-04-02 18:38:49 +01:00
MilhouseVH
0da3ceaee5
console: enable cursor for textmode and RPi serial consoles
2016-04-02 18:36:17 +01:00
Peter Vicman
5d2278afdc
projects/imx6: enable cursor in serial console service
...
hidden with PR #44
2016-04-02 17:49:51 +02:00