Commit Graph

33006 Commits

Author SHA1 Message Date
MilhouseVH
eefe087924 linux (RPi/RPi2/RPi4): update to linux-eb09b94 (5.4.1) 2020-01-03 07:51:54 +00:00
MilhouseVH
edbfae3fb9 linux (Generic/Allwinner): update to linux-5.4.1 2020-01-03 07:51:54 +00:00
Jernej Škrabec
587404e2e1 Merge pull request #4091 from codekipper/audiofix
Allwinner: Add frame inversion to correct audio channels
2020-01-02 19:33:45 +01:00
Marcus Cooper
62d75bddd6 Allwinner: Add frame inversion to correct audio channels
For some reason the mainline i2s driver inverts the frame clock
which in turn maps the audio channels incorrectly when not using
audio passthrough on multi-channel audio.

Adding frame-inversion to the device tree properties fixes the
issue but should be seen as a temporary fix whilst we investigate
the correct default setup of the i2s block.

Signed-off-by: Marcus Cooper <codekipper@gmail.com>
2020-01-02 19:10:47 +01:00
CvH
bb03dc409a Merge pull request #4090 from HiassofT/le10-slice-fix
slice-drivers: fix build on kernel 5.3+
2020-01-02 12:43:40 +01:00
Matthias Reichl
43058356cf slice-drivers: fix build on kernel 5.3+
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-01-02 11:55:05 +01:00
CvH
3ddd1d152a Merge pull request #4089 from Kwiboo/rk-mainline-firmware
Rockchip: use brcmfmac_sdio-firmware package
2020-01-01 20:58:01 +01:00
Jonas Karlman
508f17e3cf rfkill: remove package 2020-01-01 19:29:04 +00:00
Jonas Karlman
a95c0ee3df rockchip-firmware: remove package 2020-01-01 19:29:04 +00:00
Jonas Karlman
53d6660f25 Rockchip: add kernel-firmware-any.dat and use brcmfmac_sdio-firmware 2020-01-01 19:29:04 +00:00
Jonas Karlman
694b50b755 brcmfmac_sdio-firmware: update to 428ee70 2020-01-01 19:29:04 +00:00
Jernej Škrabec
5e98544da6 Merge pull request #4080 from MilhouseVH/le10_log_stats
config/multithread: dump build stats
2019-12-31 14:55:52 +01:00
MilhouseVH
e48447f305 config/multithread: dump stats after a build 2019-12-31 13:50:00 +00:00
MilhouseVH
6774e7731c tools/mtstats.py: refactor to give more detailed/accurate breakdowns 2019-12-31 13:49:53 +00:00
MilhouseVH
0b7185508c Merge pull request #4042 from dhewg/pull/build
various build cleanups & fixes
2019-12-31 13:19:42 +00:00
MilhouseVH
e08407ce82 proftpd: incorrect $BUILD usage 2019-12-31 11:26:49 +01:00
Andre Heider
50e872d770 kodi: use -DFFMPEG_PATH
There's no need to pass the path to the build folder, use the path to
the installation instead.

From kodi's FindFFMPEG.cmake:
WARNING: this option is for developers as it will _disable ffmpeg version
checks_! Consider using FFMPEG_PATH instead, which _does_ check library
versions

Before:
-- Found FFMPEG: <snip>/toolchain/armv8a-libreelec-linux-gnueabihf/sysroot/usr (found version "undef")

After:
-- Found FFMPEG: <snip>/toolchain/armv8a-libreelec-linux-gnueabihf/sysroot/usr/include (found version "4.0")
2019-12-31 11:26:49 +01:00
Andre Heider
14cf8f3842 tvheadend42: use the installed headers
libhdhomerun installs the required headers, there's no need to point to its
build directory.
2019-12-31 11:26:49 +01:00
Andre Heider
b86cffe84a libshairplay: use the installed headers
Avahi installs the required headers, there's no need to point to its
build directory.
2019-12-31 11:26:49 +01:00
Andre Heider
3af8801a01 dosfstools: stub configure_init()
There's no point in configuring if not building.
2019-12-31 11:26:49 +01:00
Andre Heider
8e4663912a build: move install dirs out of the build dir
Instead of cluttering $BUILD we now have
- $BUILD/build         sources and builds of packages
- $BUILD/install_pkg   installed packages
- $BUILD/install_init  installed packages for initramfs
2019-12-31 11:26:49 +01:00
Andre Heider
61af0490ef image: don't fish out kernel files out of its build dir
Install the files required by $SCRIPTS/image to a hidden directory. That
way, the files won't get copied to the system filesystem, but the script
can access them without requiring access to the build directory,
2019-12-31 11:26:49 +01:00
Andre Heider
af26416f08 cups: disable installing to sysroot 2019-12-31 11:26:49 +01:00
Andre Heider
db4f6abed7 net-snmp: disable installing to sysroot 2019-12-31 11:26:49 +01:00
Andre Heider
8b3b1d8cc8 ffmpegx: disable installing to sysroot
There's no need to use a hidden directory anymore.
2019-12-31 11:26:49 +01:00