kszaq
a87ec6817b
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-05-04 01:43:44 +02:00
kszaq
33e4a6a6df
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-05-04 01:43:11 +02:00
kszaq
42a4f1c69d
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-05-04 01:43:01 +02:00
MilhouseVH
bc04a40adb
Merge pull request #3026 from antonlacon/drop-le-to-oe
...
scripts/image: drop OPENELEC_ARCH
2019-05-04 00:36:40 +01:00
Ian Leonard
1fcc9d3247
image: drop OPENELEC_ARCH from /etc/os-release
...
Also swaps the necessary variable check in busybox/init to acoomodate OPENELEC_ARCH
may or may not exist, while LIBREELEC_ARCH will be assumed to exist.
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2019-05-03 23:11:24 +00: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
kszaq
ef346f244b
RPi: don't use initramfs compression
...
Kernel image is already compressed with gzip,
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-02 21:18:41 +02:00
kszaq
f4605de83a
Generic: 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-02 21:18:00 +02:00
MilhouseVH
6b93ae6ae0
Merge pull request #3480 from LibreELEC/nghttp2-wrong-gpl-10
...
nghttp2: fix wrong licence
2019-05-01 22:05:42 +01:00
CvH
e87a1102d6
nghttp2: fix wrong licence
2019-05-01 23:01:23 +02:00
MilhouseVH
b55f21adba
Merge pull request #3471 from 5schatten/nano-4.2
...
nano: updated to nano-4.2
2019-05-01 20:59:01 +01:00
MilhouseVH
cb1afd2aa7
Merge pull request #3448 from 5schatten/dav1d_022
...
dav1d: updated to 0.3.0 / cleaned up
2019-05-01 20:57:35 +01:00
Jernej Škrabec
1cff60366c
Merge pull request #3457 from MilhouseVH/le10_mesa-19.0.3
...
mesa: update to mesa-19.0.3
2019-05-01 21:52:45 +02:00
Jernej Škrabec
08d2d12903
Merge pull request #3452 from MilhouseVH/le10_graphics_dedupe
...
config/graphic+mesa: simplify dedupe by using space-delimited lists
2019-05-01 21:52:17 +02:00
CvH
283076c0ca
Merge pull request #3474 from MilhouseVH/le10_curl-7.64.1
...
curl: update to curl-7.64.1
2019-05-01 21:29:55 +02:00
MilhouseVH
196843945b
Merge pull request #3357 from islipfd19/nghttp2-M
...
Add nghttp2 support
2019-05-01 20:22:45 +01:00
CvH
e236936ba4
Merge pull request #3455 from MilhouseVH/le10_fix_pvr.vdr.vnsi
...
pvr.vdr.vnsi: use upstream kodi-pvr source, update to pvr.vdr.vnsi-3.6.3-Leia
2019-05-01 21:10:31 +02:00
CvH
8bf756370e
Merge pull request #3476 from MilhouseVH/le10_asteroids-glm
...
screensaver.asteroids: needs glm since 360a02fc2
2019-05-01 21:07:00 +02:00