23732 Commits

Author SHA1 Message Date
Christian Hewitt
347de5f981 Merge pull request #686 from vpeter4/imx6-krypton
projects/imx6: small fixes for kodi master
7.90.005
2016-09-03 12:54:39 +04:00
Peter Vicman
cf404a610b projects/imx6: small fixes for kodi master 2016-09-03 10:45:19 +02:00
Christian Hewitt
d416dad6d1 Merge pull request #535 from MilhouseVH/init_protection
init: Add upgrade check to avoid incompatible upgrades [RFC,WIP]
2016-09-01 09:43:44 +04:00
MilhouseVH
dc41c0580c init: Add upgrade check to avoid incompatible upgrades [RFC,WIP] 2016-09-01 05:06:24 +01:00
Christian Hewitt
ec9cf0776a Merge pull request #683 from MilhouseVH/passthrough_fix_k17b1
kodi: Temporarily revert PR10247 for Kodi 17 beta1 due to OOM
2016-08-31 08:46:30 +04:00
MilhouseVH
c2ba185f76 kodi: Temporarily revert PR10247 for Kodi 17 beta1 due to OOM 2016-08-31 04:41:57 +01:00
MilhouseVH
1472d41144 Merge pull request #681 from chewitt/connman_dns
connman: fix DNS ordering
2016-08-30 22:28:35 +01:00
chewitt
d2b3d5b6b2 connman: fix DNS ordering 2016-08-30 20:45:45 +01:00
Christian Hewitt
6c34b945b5 Merge pull request #680 from escalade/rpm2cpio
busybox: enable rpm2cpio applet
2016-08-30 23:32:19 +04:00
escalade
49ea4cb412 busybox: enable rpm2cpio applet 2016-08-30 13:01:36 +00:00
Christian Hewitt
5c0cca5935 Merge pull request #677 from awiouy/ffmpegx
emby: update and rebuild ffmpegx
2016-08-30 09:47:17 +04:00
Christian Hewitt
8027dcfbf1 Merge pull request #673 from awiouy/wgp_mdb
webgrabplus: update mdb ini files
2016-08-30 09:46:08 +04:00
Christian Hewitt
681d2ae59d Merge pull request #679 from lrusak/cleanup
cleanup: clean build scripts to make more reproducible builds
2016-08-30 07:53:07 +04:00
Lukas Rusak
6cd2350411
cleanup: clean build scripts to make more reproducible builds 2016-08-29 14:55:00 -07:00
jc
86de12c4ce ffmpegx: force rebuild 2016-08-29 19:11:36 +02:00
jc
8b1a16f0b6 emby: update to 3.0.6300 2016-08-29 19:10:30 +02:00
Christian Hewitt
9a5bb062d4 Merge pull request #641 from MilhouseVH/kodi17b1
kodi: update to 17.0-beta1-81d5d26
2016-08-29 20:53:47 +04:00
jc
eb8987d8d8 webgrabplus: update mdb ini files 2016-08-29 18:50:15 +02:00
MilhouseVH
ff6dadfbef Merge pull request #672 from chewitt/fix_rtl8812au
rtl8812au: fix AP timeout value patch
2016-08-29 06:05:03 +01:00
Christian Hewitt
26d4bc1bf2 Merge pull request #674 from MilhouseVH/mkgim_distroconfig
mkimage: add fogotten distroconfig.txt after #389
2016-08-29 08:58:01 +04:00
Christian Hewitt
ccac3a836c Merge pull request #675 from MilhouseVH/add_gov_to_logfiles
logfiles: Add CPU governor details to 03_Hardware.log
2016-08-29 08:57:36 +04:00
MilhouseVH
692a1f979d logfiles: Add CPU governor details to 03_Hardware.log 2016-08-29 03:39:52 +01:00
MilhouseVH
ed70ff815f image: And tar files too... 2016-08-28 22:50:45 +01:00
MilhouseVH
2b5149c6c2 kodi: Add PR10345 to avoid kodi crashing when loading old inputstream addons 2016-08-28 22:24:13 +01:00
MilhouseVH
39021544c4 mkimage: add fogotten distroconfig.txt after #389 2016-08-28 22:07:53 +01:00
MilhouseVH
b7128c6b01 kodi.game: Remove extension point - not required 2016-08-28 21:15:03 +01:00
chewitt
f0442bf22f rtl8812au: fix AP timeout value patch 2016-08-28 10:40:13 +01:00
Christian Hewitt
7cef50da82 Merge pull request #657 from awiouy/x11grab
ffmpeg: add indev x11grab_xcb
2016-08-27 21:14:01 +04:00
Christian Hewitt
3361f14907 Merge pull request #667 from MilhouseVH/linux472_revgov
Revert "Generic/RPi2: Switch to schedutil CPUFreq governor"
2016-08-27 15:18:12 +04:00
Christian Hewitt
b6803fabfc Merge pull request #666 from Kwiboo/hub-bt
WeTek_Hub: enable built-in bluetooth
2016-08-27 15:13:47 +04:00
MilhouseVH
e6253731a8 Revert "Generic/RPi2: Switch to schedutil CPUFreq governor"
This reverts commit 910a3f1b904b26c535e1826f0987268b3e128336.
2016-08-27 12:02:21 +01:00
Jonas Karlman
e80447b2b1 WeTek_Hub: enable built-in bluetooth 2016-08-27 11:38:04 +02:00
Christian Hewitt
8323f4fc2a Merge pull request #665 from kszaq/wh_4k_output_fix
projects/WeTek_Hub: render GUI at 1080p for 4K output
2016-08-27 11:06:02 +04:00
kszaq
7f2ece289c projects/WeTek_Hub: render GUI at 1080p for 4K output
Issues with previous set of patches:
- at some 4K output resolutions GUI was rendered at 1080p and covered only 1/4 of screen due to not changed iWidth and iHeight parameters
- rendering GUI at 4K while playing high-bitrate 4K video caused stuttering

Changes introduced in this patch:
- rewrite platform_init to be aware of 4K resolutions passed by uboot in "hdmimode" parameter
- always set virtual framebuffer resolution to 1920x2160 (like Kodi does)
- remove Kodi patch to render GUI at 4K
- add Kodi patch (https://github.com/xbmc/xbmc/pull/10332) to upscale GUI when screen resolution is 4K
2016-08-27 08:49:16 +02:00
Christian Hewitt
ed07827ee0 Merge pull request #660 from awiouy/scw-avahi
spotify-connect-web: add avahi login
2016-08-27 08:46:49 +04:00
Christian Hewitt
bb5ad8514f Merge pull request #663 from MilhouseVH/fix_fakeroot
image: fakeroot chokes on image names with meta chars
2016-08-27 08:44:39 +04:00
Christian Hewitt
2c24b01cc6 Merge pull request #664 from kszaq/wh_disable_android_drivers
projects/WeTek_Hub: disable Android drivers
2016-08-27 08:29:54 +04:00
MilhouseVH
f1a40edfc2 Odroid_C2: update oversun Kodi changes from mapfau 2016-08-26 20:50:02 +01:00
MilhouseVH
e5165d8108 kodi: fix peripheral.joystick 2016-08-26 20:46:30 +01:00
MilhouseVH
46ceb4a3f6 image: fakeroot chokes on image names with meta chars 2016-08-26 20:24:29 +01:00
kszaq
5f720e4f41 projects/WeTek_Hub: disable Android drivers
Disabling Low Memory Killer enables standard kernel memory management = Kodi isn't killed after cache gets full.

Reference: 3dd584f4bf
2016-08-26 20:59:34 +02:00
MilhouseVH
a0e3207846 init: mount per-client boot/disk if available & configured (#621) 2016-08-26 20:14:35 +04:00
0x4D616E75
b4277bf0de linux: update Odroid_C2 kernel to 365fa20 and tweak config
linux: update hardkernel version to 365fa20linux: update hardkernel version to 365fa20
2016-08-26 19:53:19 +04:00
mapfau
c108863cde Odroid_C2: 64_bit_omx_pts 2016-08-26 19:47:55 +04:00
jc
8710321b21 spotify-connect-web: add avahi login 2016-08-25 23:31:58 +02:00
jc
fdd523bab3 ffmpeg: add indev x11grab_xcb 2016-08-25 20:10:09 +02:00
Christian Hewitt
20e8843a91 Merge pull request #653 from MilhouseVH/linux472
linux: update to linux-4.7.2
2016-08-25 20:52:28 +04:00
Christian Hewitt
6b558ec4bf Merge pull request #652 from CvH/tvh_cleanup
tvheadend42: add debugging fix
2016-08-25 18:38:09 +04:00
Christian Hewitt
925e29c870 Merge pull request #656 from kszaq/wh_40mhz_wifi
packages/linux-drivers/brcmap6xxx-aml: enable 40MHz channels for 2.4G
2016-08-25 18:33:21 +04:00
Christian Hewitt
389504983c Merge pull request #637 from Kwiboo/c2-updates
Odroid_C2: CEC/IR wake-up and boot-logo.bmp.gz support
2016-08-25 18:31:57 +04:00