169 Commits

Author SHA1 Message Date
MilhouseVH
631bb96111 Merge pull request #751 from lrusak/seo-picks
init: pre-create /dev/console
2016-09-20 19:28:44 +01:00
Alex Deryskyba
f8f514b402 Cleanup advanced settings in WeTek projects (#755)
projects/WeTek_*: Cleanup settings in default advancedsettings.xml that have been removed in Kodi Krypton

* projects/WeTek_Hub: Cleanup settings in default advancedsettings.xml that have been removed in Kodi Krypton

* projects/WeTek_Hub: Remove readbufferfactor from advancedsettings.xml, because readbufferfactor is anyway 4.0 by default

* projects/WeTek_Hub: Remove loglevel of 2 from advancedsettings.xml, we don't need debug logging by default

* projects/WeTek_Core: Cleanup settings in default advancedsettings.xml that have been removed in Kodi Krypton
2016-09-20 11:21:32 -07:00
Stefan Saraev
14700621ef
init: pre-create /dev/console 2016-09-19 11:59:46 -07:00
Alex Deryskyba
1aee9a5dcc projects/WeTek_Play: Use interactive CPU scaling governor by default 2016-09-16 02:41:19 +02:00
Alex Deryskyba
af6c0605fc projects/WeTek_Play: Update kernel config according to the recent kernel updates 2016-09-13 17:54:53 +02:00
Lukas Rusak
e2dd1e7bd1
buildsys: move build options to distrobutions/*/options 2016-09-09 09:17:02 -07:00
Alex Deryskyba
650c1bfe7e projects/WeTek_Play: Use Amlogic kernel 3.10 for the project 2016-08-09 11:08:02 +02:00
Alex Deryskyba
4c8b564252 projects/WeTek_Play: Update Kodi patches 2016-08-03 18:14:51 +02:00
Immanuel Klinkenberg
e24fcc898a Licence updated, due to the last revision from the files 2016-07-18 23:35:37 +02:00
Immanuel Klinkenberg
ded8905f74 Sets the resolution more precisely at boot 2016-07-15 00:06:52 +02:00
mcaptur
5c88085369 WeTek/Kernel: Fix kernel options to make use of https://github.com/xbmc/xbmc/pull/9896 (#518)
* Update linux.arm.conf

* Update linux.arm.conf
2016-07-05 10:33:52 -07:00
MilhouseVH
600b0b572b kodi: Drop obsolete (and default) read[buffer]factor setting after PR9681 2016-05-05 15:36:46 +01:00
Lukas Rusak
fe476c960f kodi: update to 17.0-alpha2-4e90409 2016-05-05 02:24:14 -07:00
Lukas Rusak
7205f0e5f5 opengl-meson: add gxbb support 2016-05-05 01:23:04 -07:00
Lukas Rusak
2b0dc8b22e opengl-meson: create unified package for amlogic projects 2016-04-29 11:26:29 -07:00
Christian Hewitt
10e2688d23 Merge pull request #256 from kszaq/fix-wetek-core-kodi-17
projects/WeTek*: Fix build with Kodi 17
2016-04-29 08:50:57 +04:00
Christian Hewitt
fdeaceb16a Merge pull request #230 from lrusak/cec-fix
WeTek_Core/WeTek_Play: fix new cec driver patch
2016-04-29 08:47:22 +04:00
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
Gerald Dachs
277b175edc amlogic CEC adapter moved to project dirs 2016-04-26 18:30:38 +02:00
Gerald Dachs
0fdb15ba78 WeTek_Core/WeTek_Play: fix new cec driver patch 2016-04-25 11:35:21 -07:00
Lukas Rusak
27e79cd60b kodi: update to 17.0-alpha1-8191052 2016-04-18 00:51:02 -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
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
Gerald Dachs
4344e2a16b libcec: repaired detection of logical address; prevent that amlogic adapter hangs on close 2016-04-03 14:38:03 +02:00
chewitt
b3dd60c34a rebrand: remove wetek/oe splash 2016-03-28 18:53:36 +04:00
Lukas Rusak
40af353132 rebrand: LibreELEC 2016-03-12 01:41:55 +01:00
Gerald Dachs
365e61f819 redesigned initialization
- code of delayed init now part of open call
- interrupt handling moved into open/release
- removed some debug lines
2016-03-04 23:56:40 +01:00
Lukas Rusak
362ed24bd2 linux: use KERNEL_TARGET as make target 2016-03-01 21:30:29 +01:00
Gerald Dachs
97f26e9354 partly rollback for LG compatibility 2016-02-29 22:00:54 +01:00
Alex Deryskyba
8776f0387a projects/WeTek_Play: Include all default additional drivers into the project 2016-02-28 14:57:41 +02:00
Gerald Dachs
8678f43f55 amlogic_cec: bug fixes and clean ups 2016-02-27 19:30:56 +01:00
Gerald Dachs
b6a91acc5d removed what I don't understand and lowered delay 2016-02-23 22:22:13 +01:00
Gerald Dachs
23a48cff83 make debug logging optional 2016-02-21 18:55:01 +01:00
Gerald Dachs
a75c01b37e amlogic cec: major rework 2016-02-21 14:03:01 +01:00
Stephan Raue
7ef1087cd0 Revert "major rework" 2016-02-21 00:38:37 +01:00
Stephan Raue
832bbb4584 Merge pull request #4735 from OpenELEC/package-updates
Package updates
2016-02-20 23:47:32 +01:00
Gerald Dachs
2ae806f3bd major rework 2016-02-20 22:44:33 +01:00
Stephan Raue
cbc03cb8f9 projects/*/linux: add support for iptable_mangle, this fixes #4716
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-02-20 15:02:15 +01:00
Gerald Dachs
31e3283a1f New amlogic cec driver
kernel patches added
2016-02-17 21:27:19 +01:00
kefor
138bb1b361 Increase pre_allocated_buffer to fix buffering issues.
Also activate verbose procfs for better debugging and setting dynamic settings
2016-02-09 15:08:46 -05:00
Alex Deryskyba
d1a03e423e projects/WeTek_Play: Update bootloader 2016-01-15 21:47:52 +01:00
Alex Deryskyba
28555d8204 packages/linux-firmware: Split brcmfmac_sdio-firmware package into two separate packages for iMX and Amlogic based devices 2016-01-15 14:43:46 +01:00
Alex Deryskyba
79e5aec6c9 packages/linux: Update Amlogic kernel to 3.10-716f179 2016-01-08 15:16:00 +01:00
Stephan Raue
28f7c8aefa projects/WeTek_Play/patches/linux: update keymappings to fix some mappings on the WeTek remote (this breaks some on the OpenELEC remote, but we can live with that, we have enough buttons for the same mappings
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-05 06:59:05 +01:00
Lukas Rusak
d30f0d791d linux: set CONFIG_USB_IPHETH=m 2015-12-29 01:36:29 -08:00
Lukas Rusak
dcac05c020 Merge pull request #4490 from codesnake/update_wetek_patches
WeTek Play: Remove patches unnecessary after Kodi update
2015-12-15 08:28:03 -08:00
Alex Deryskyba
cd2cc6fe46 projects/WeTek_Play/patches/kodi: Remove patches unnecessary after Kodi update 2015-12-15 10:58:31 +01:00
Alex Deryskyba
d8d3fa83be packages/linux: Update Amlogic kernel to 3.10-0b9823d 2015-12-15 06:34:50 +01:00
Stephan Raue
67c2c76c21 projects/*/linux: sync kernel config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-02 23:24:59 +01:00
Stephan Raue
1818df9e08 projects/WeTek_Play/patches/linux: add patch to support gcc-5.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-02 22:11:34 +01:00