25688 Commits

Author SHA1 Message Date
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
Jernej Skrabec
b96e205f14 u-boot: Allow to add project/device specific configuration 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
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
MilhouseVH
284432cf4f samba: update to samba-4.9.7 2019-06-13 22:12:20 +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
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
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
MilhouseVH
f185e2b809
Merge pull request #3460 from CvH/10.0/ttyd-addon
Web Terminal
2019-05-01 19:56:23 +01:00
CvH
8ad1a51484 ttyd: initial package 2019-05-01 20:53:33 +02:00
MilhouseVH
b122bf1f8c
Merge pull request #3461 from CvH/10.0/oscam
oscam: update to 11517
2019-05-01 19:44:34 +01:00
CvH
2b408b6eb6
Merge pull request #3473 from MilhouseVH/le10_fix_lcdd
lcdd: fix cross-compile breakage
2019-05-01 16:36:42 +02:00
MilhouseVH
341f546ea6 screensaver.asteroids,glm: remove OPENGL-only checks 2019-05-01 07:11:03 +01:00
MilhouseVH
7e2ddfc823 screensaver.asteroids: needs glm since 360a02fc2 2019-05-01 00:41:24 +01:00
MilhouseVH
6f2af43c4c
Merge pull request #3433 from antonlacon/libpng-1.6.x
libpng: update to 1.6.37, correct license typos
2019-04-30 21:23:13 +01:00
MilhouseVH
09325f7fae
Merge pull request #3428 from 5schatten/move_RPi_vendor_headers
[RPi] fix vendor header & lib includes / remove project specific include CFLAGS WIP
2019-04-30 21:22:44 +01:00
5schatten
6b843016ba dav1d: updated to 0.3.0 / cleaned up 2019-04-30 21:27:36 +02:00
MilhouseVH
cc5b6c8fb9 curl: update to curl-7.64.1 2019-04-30 20:03:04 +01:00
MilhouseVH
453fb57409 freetype: pkconfig needs to use sysroot as prefix
Can't set --prefix=$SYSROOT_PREFIX/usr as this creates sysroot-within-sysroot, so
patch it into freetype2.pc.

Once freetype2 is using the correct prefix we can drop the CFLAGS workaround from lcdd.
2019-04-30 16:55:49 +01:00
5schatten
4152325fa5 nano: updated to nano-4.2 2019-04-30 17:37:58 +02:00
MilhouseVH
5285c7805f lcdd: configure prefix to prevent using host includes 2019-04-29 22:57:20 +01:00