MilhouseVH
6400a8cb7e
linux: avoid building host and target concurrently
2019-06-13 22:12:21 +01:00
MilhouseVH
7aabe781cb
buildsystem: addons install minor cleanup
2019-06-13 22:12:21 +01:00
Matthias Reichl
5cdbdf0303
linux: drop ati_remote.conf modprobe file
...
Disabling mouse support in the driver not only makes the mouse
feature of the remote non-functional but also results in a kernel
crash when a pressing a mouse button on the remote.
See https://forum.libreelec.tv/thread/17562-le-9-0-2-freeze-when-ati-remote-is-used/
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-13 22:12:21 +01:00
Jernej Skrabec
9d6a971612
uboot_helper: Fix Allwinner boards and add NanoPi M1
2019-06-13 22:12:21 +01:00
Jernej Skrabec
dc1d83925e
u-boot: Fail if config is wrongly configured
2019-06-13 22:12:21 +01:00
MilhouseVH
f8ec58745e
kernel-firmware: add mediatek mt7662 firmwares
2019-06-13 22:12:21 +01:00
MilhouseVH
85cb44de99
kernel-firmware: add project & device support; use config dir
2019-06-13 22:12:21 +01:00
MilhouseVH
c10e761b0d
kernel-firmware: update to kernel-firmware-20190514
2019-06-13 22:12:21 +01:00
MilhouseVH
6c8ab49eec
intel-ucode: update to intel-ucode-20190514, switch url, drop unnecessary depends
2019-06-13 22:12:21 +01:00
MilhouseVH
9e9e6befb3
kernel-firmware: update to kernel-firmware-92e17d0
2019-06-13 22:12:21 +01:00
MilhouseVH
f470d833b7
curl: update to curl-7.65.0
2019-06-13 22:12:21 +01:00
MilhouseVH
06f48133bb
mesa: update to mesa-19.0.5
2019-06-13 22:12:21 +01:00
kszaq
8ebda35e84
addons: drop references to legacy projects
2019-06-13 22:12:21 +01:00
kszaq
4fb34fc66a
u-boot-script: add package to compile env scripts for u-boot
...
Some targets require to have scripts for u-boot included in system image.
Provide a package to compile them.
2019-06-13 22:12:21 +01:00
Jernej Skrabec
26e3588d79
libdrm: Update package to 2.4.98
2019-06-13 22:12:21 +01:00
kszaq
e50834fd82
scripts/build: strip all executables in /usr
...
Some packages install outside /usr/*bin, e.g. /usr/lib/bluetooth
and executables remain unstripped. Try to strip everything
executable except .ko and .so which are handled in separate cases.
2019-06-13 22:12:20 +01:00
Jernej Skrabec
0b13c7b6fe
Allwinner: Fix HDMI monitor/TV detection and speed up boot
2019-06-13 22:12:20 +01:00
Jernej Skrabec
b96e205f14
u-boot: Allow to add project/device specific configuration
2019-06-13 22:12:20 +01:00
Jernej Skrabec
7ae3eb5b10
Allwinner: linux: Add HDMI 4K init fix
2019-06-13 22:12:20 +01:00
kszaq
9e39ce6f1c
u-boot: explicitly enable decompression
...
u-boot defconfigs don't enable decompression routines
required if we want to use compressed kernel image.
Enable them to be able to compress kernel and run it.
2019-06-13 22:12:20 +01:00
kszaq
1122893a50
linux: restore original KERNEL_TARGET after creating uImage
2019-06-13 22:12:20 +01:00
kszaq
ffdd6878a3
linux: use PKG_UIMAGE_*ADDR for the used address
...
If a package is sources multiple times, the destination address
may be recalculated and overwritten a few times. Prevent this by
using PKG-prefixed variables for results.
Thanks to MilhouseVH for suggesting this.
2019-06-13 22:12:20 +01:00
kszaq
4ef5e73ae6
linux: abort building arm64 uImage if KERNEL_UIMAGE_LOADADDR or KERNEL_UIMAGE_ENTRYADDR is not set
...
If either of these values is not set, resulting uImage
will not load properly. Abort if these are not set.
2019-06-13 22:12:20 +01:00
kszaq
69f3db483e
linux: amend uimage load address for proper decompression
...
When kernel image is compressed, it is first loaded
to RAM at load address specified in command line,
then unpacks to loadaddr provided by uImage.
For decompressed image not to overwrite compressed
data, uncompressed image load address needs to be
shifted by compressed image size + 1 MiB alignment.
2019-06-13 22:12:20 +01:00
kszaq
2fb1df6623
ethmactool: new package for getting HW MAC address or generating from CPU SN
...
Ethernet MAC address should be passed by u-boot in device tree. In
many cases this address is not correct: ethmactool package allows
userspace to take care of it.
Currently these are possible sources of "real" MAC:
- Amlogic: cmdline, eFuse, CPU SN
- Rockchip: CPU SN
2019-06-13 22:12:20 +01:00
CvH
6202251a6c
oscam: update to 11518
2019-06-13 22:12:20 +01:00
CvH
caaf067615
tvmosaic: fix PKG_ARCH
2019-06-13 22:12:20 +01:00
MilhouseVH
18d9847829
config/functions: endianness in meson cross is always little
2019-06-13 22:12:20 +01:00
MilhouseVH
505ccecbc8
mesa: update to mesa-19.0.4
2019-06-13 22:12:20 +01:00
MilhouseVH
50fc3b5569
heimdal: update to heimdal-7.6.0
2019-06-13 22:12:20 +01:00
MilhouseVH
8f4bdc77cc
samba: update to samba-4.9.8
2019-06-13 22:12:20 +01:00
Ian Leonard
902f198d46
systemd: add depend on libidn2
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-06-13 22:12:20 +01:00
Ian Leonard
3d10ea2d16
tvheadend42: use system libidn2
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-06-13 22:12:20 +01:00
Ian Leonard
0f73329ce0
ffmpeg-tools: use system libidn2
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-06-13 22:12:20 +01:00
Ian Leonard
1fd115b699
lftp: add libidn2 as depend
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-06-13 22:12:20 +01:00
Ian Leonard
58fc3e7ea9
libidn2: update to 2.1.1a, disable doc, static libs and idn2 binary
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-06-13 22:12:20 +01:00
Ian Leonard
c0ed05c6f6
libc: add libidn2 as target depend
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-06-13 22:12:20 +01:00
Matthias Reichl
ca952e8937
config/functions: add C++ compiler and linker flags to meson.conf
...
Due to missing cpp_args and cpp_link_args in meson.conf ninja builds
of projects with C++ code were performed without CPU optimization
flags (-march, -mcpu, -mtune etc). Add these args so C++ code is
built with proper flags.
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-13 22:12:20 +01:00
MilhouseVH
08c06b05cf
tools/pkginfo: simple tool to dump a package.mk
2019-06-13 22:12:20 +01:00
MilhouseVH
284432cf4f
samba: update to samba-4.9.7
2019-06-13 22:12:20 +01:00
MilhouseVH
c502b14ce6
Merge pull request #3556 from HiassofT/le92-kernel-4.19
...
linux (RPi): switch to 4.19.50
2019-06-13 12:37:05 +01:00
Matthias Reichl
707655ced2
linux (RPi): switch to 4.19.50
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-12 23:07:58 +02:00
MilhouseVH
6ef9c69f38
Merge pull request #3486 from kszaq/host_mkimage
...
u-boot: support host mkimage
2019-05-03 14:25:15 +01:00
kszaq
3f23092e24
linux: if building uImage, build mkimage first
2019-05-03 15:14:56 +02:00
kszaq
934212b62f
u-boot-tools: new package
...
Provides mkimage for host.
2019-05-03 15:14:56 +02:00
Jernej Škrabec
d4325ccb20
Merge pull request #3485 from kszaq/initramfs_compression
...
Generic, RPi, Allwinner: disable initramfs compression, use lz4 for Allwinner
2019-05-03 14:54:53 +02:00
kszaq
066d6574f7
Allwinner: add lz4:host to kernel dependencies
...
It is required to compress kernel image and initramfs.
2019-05-03 14:51:38 +02:00
kszaq
4a5d8db8bd
Allwinner: use lz4 to compress kernel for arm
2019-05-03 00:21:06 +02:00
kszaq
bc1944bac6
Allwinner: don't use initramfs compression
...
Kernel image is already compressed with bzip2,
there is no point in having compressed initramfs
inside a compressed image.
Initramfs compression is discouraged:
https://github.com/torvalds/linux/blob/v5.0/usr/Kconfig#L137-L143
2019-05-03 00:20:02 +02:00
kszaq
07e99d2ceb
Allwinner: use lz4 to compress initramfs for aarch64
2019-05-03 00:17:52 +02:00