Commit Graph

25755 Commits

Author SHA1 Message Date
Christian Hewitt
b4b49ee674 Merge pull request #1339 from wrxtasy/C2-PWM
odroid-c2: linux add meson_pwm support
2017-02-26 18:47:39 +04:00
Christian Hewitt
0024b0378b Merge pull request #1353 from DaVukovic/master
Changed links inside README.md to 'https://...' if possible
2017-02-26 18:38:47 +04:00
Christian Hewitt
eac8bb2a44 Merge pull request #1355 from MilhouseVH/xorg_server_fix
xorg-server: clean package when nvidia drivers are bumped
2017-02-26 18:37:25 +04:00
Christian Hewitt
e504d83ad8 Merge pull request #1370 from kszaq/addon_stripping
Addon stripping improvements
2017-02-26 18:35:21 +04:00
Christian Hewitt
d371a0d792 Merge pull request #1377 from lrusak/can-suspend
amlogic: remove kodi patch and instead disable suspend via systemd
2017-02-26 18:30:33 +04:00
Christian Hewitt
a9277bf34e Merge pull request #1392 from MilhouseVH/python_concurrent_fix
Python: use -j1 for makeinstall_host
2017-02-26 17:58:43 +04:00
MilhouseVH
e000e8650c Python: use -j1 for makeinstall_host 2017-02-26 09:13:48 +00:00
CvH
0d24524c19 Merge pull request #1388 from vpeter4/imx6-kodi-master
imx6: update kodi patch for kodi 18
2017-02-23 17:03:20 +01:00
Peter Vicman
8ef639c9c9 imx6: update kodi patch for kodi 18 2017-02-23 15:38:20 +01:00
Lukas Rusak
65a87cb6f8 Merge pull request #1365 from MilhouseVH/absolute_paths_v2
build system: switch to absolute paths
2017-02-22 20:39:10 -08:00
CvH
1ba79be4bc Merge pull request #1385 from vpeter4/imx6-kodi-master
imx6: update kodi patch (stop/resume streams on OnLostDisplay/OnReset…
2017-02-23 00:39:33 +01:00
Peter Vicman
e5530d84f9 imx6: update kodi patch (stop/resume streams on OnLostDisplay/OnResetDisplay)
fixes alsa errors (after boot there is no sound for almost 2 minutes)

16:27:16.182 T:1929376672 ERROR: CAESinkALSA - snd_pcm_writei(-5) Input/output error - trying to recover
16:27:16.182 T:1929376672 ERROR: CAESinkALSA::HandleError(snd_pcm_writei(1)) - snd_pcm_writei returned -5 (Input/output error)
2017-02-22 17:45:26 +01:00
Christian Hewitt
a1d6251dd3 Merge pull request #1380 from wrxtasy/wetek-PWM
WeTek_Hub/WeTek_Play_2: disable meson PWM support
2017-02-20 11:35:03 +04:00
Jamie Coldhill
41e6b396a5 WeTek_Hub/WeTek_Play_2: disable meson PWM support 2017-02-20 15:28:48 +08:00
Lukas Rusak
4dd6f3a66b amlogic/aarch64: remove kodi patch and instead disable suspend via systemd 2017-02-19 17:55:49 -08:00
Christian Hewitt
e0466839d8 Merge pull request #1373 from codesnake/wetek_core_cpu_governor
projects/WeTek_Core: Switch to ondemand CPU scaling governor
2017-02-19 20:48:23 +04:00
Christian Hewitt
39387ab5a1 Merge pull request #1372 from codesnake/update_wetekdvb
Update WeTek proprietary DVB modules to wetekdvb-20170116
2017-02-19 20:47:41 +04:00
Alex Deryskyba
1c88fc3932 projects/WeTek_Core: Switch to ondemand CPU scaling governor
The interactive CPU scaling governor for some reason causes a significant slowdown after some time of inactivity.
WeTek Core becomes very sluggish and almost unusable until a reboot.

Switching to ondemand governor seems fixes the issue.
2017-02-19 14:31:39 +01:00
Alex Deryskyba
a3a1ec9df5 packages/linux-drivers/wetekdvb: Update WeTek proprietary DVB modules to wetekdvb-20170116 2017-02-19 12:33:28 +01:00
MilhouseVH
6f6e49e306 Merge pull request #1327 from Kwiboo/master-lirc-repeat
input: change input repeat config
2017-02-18 23:30:43 +00:00
kszaq
aa1edddea0 scripts/create_addon: always setup toolchain when creating addon
If addon wants to strip binaries we need to have STRIP set up.
Without running 'build' setup_toolchain is not called and stripping fails.
Make sure we also setup paths before creating package.
2017-02-18 23:28:28 +01:00
kszaq
55bafe4c72 config/functions: do not print strip errors
We cannot strip scipts but we also don't want to see errors regarding this.
2017-02-18 23:28:18 +01:00
kszaq
dd50ef2191 scripts/create_addon: strip all addons
This makes sure that all executables in addon install dir are stripped. We can now
drop debug_strip in addons' package.mk.
2017-02-18 23:25:39 +01:00
Jonas Karlman
7ecd677bee kodi: process more lirc repeat events 2017-02-18 22:57:43 +01:00
Jonas Karlman
e299f01134 v4l-utils: add 70-input-repeat.rules
This moves the repeat delay config from 98-eventlircd.rules,
changes the repeat period from 33ms to 80ms for lircd-uinput
and changes the repeat delay from 1s to 500ms for all input devices.
2017-02-18 22:57:26 +01:00