MilhouseVH
b1ace294eb
amremote: drop reference to non-existent package
2019-06-13 22:12:21 +01:00
MilhouseVH
1e505759d7
busybox: update to busybox-1.31.0
2019-06-13 22:12:21 +01:00
MilhouseVH
2082afff78
mesa: update to mesa-19.1.0
2019-06-13 22:12:21 +01:00
MilhouseVH
fb0007845a
packages: mega bump
2019-06-13 22:12:21 +01:00
MilhouseVH
d7fc0eb6f0
procps-ng: free from busybox doesn't match top
2019-06-13 22:12:21 +01:00
Lukas Rusak
8bfb08e555
procps-ng: build and install libprocps.a
2019-06-13 22:12:21 +01:00
MilhouseVH
abc9d658a2
xf86-video-nvidia: update to xf86-video-nvidia-430.26
2019-06-13 22:12:21 +01:00
MilhouseVH
0e5401939e
config/functions: ln -sf is not always thread safe
2019-06-13 22:12:21 +01:00
MilhouseVH
6e69cd582f
heimdal: update to heimdal-7.7.0
2019-06-13 22:12:21 +01:00
MilhouseVH
54072e33c8
openssl: update to openssl-1.1.1c
2019-06-13 22:12:21 +01:00
MilhouseVH
08c38cb59a
LibreELEC-settings: update to LibreELEC-settings-f59dcc8
2019-06-13 22:12:21 +01:00
Ian Leonard
235fb0c12b
rpi: update.sh: drop code commented 5+ years
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-06-13 22:12:21 +01:00
Ian Leonard
8ac3106fb6
rpi: update.sh: drop leading spaces and misplaced comment
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-06-13 22:12:21 +01:00
Ian Leonard
5b5284cd6a
rpi: make update.sh and canupdate.sh part of project or device files
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-06-13 22:12:21 +01:00
MilhouseVH
08565fa0e3
xf86-video-nvidia: update to xf86-video-nvidia-430.14
2019-06-13 22:12:21 +01:00
MilhouseVH
0bd4793492
buildsystem: avoid process forks to init dashboard status file
...
A typical image build will update the dashboard 3500-4500 times. This change
avoids two process forks (cat, wc) per update, and the remaining $(< file) is
faster than $(cat file).
2019-06-13 22:12:21 +01:00
MilhouseVH
04b8036e32
buildsystem: replace $(cat file) with faster alternative
...
See: https://www.gnu.org/software/bash/manual/html_node/Command-Substitution.html
"
...
Bash performs the expansion by executing command in a subshell environment and replacing
the command substitution with the standard output of the command, with any trailing newlines
deleted. Embedded newlines are not deleted, but they may be removed during word splitting. The
command substitution $(cat file) can be replaced by the equivalent but faster $(< file).
"
Testing indicates var=$(< file) is twice as fast as var=$(cat file).
2019-06-13 22:12:21 +01:00
MilhouseVH
0eb36d786b
buildsystem: add pre_configure() function that is not target specific
2019-06-13 22:12:21 +01:00
MilhouseVH
195c206669
distro-tool: handle garbage in error response
2019-06-13 22:12:21 +01:00
MilhouseVH
fbf0c54b71
screensaver.greynetic: needs glm
2019-06-13 22:12:21 +01:00
MilhouseVH
9a24528e3f
udpxy: broken since gcc-8.0
2019-06-13 22:12:21 +01:00
MilhouseVH
775df5da16
audiodecoder.usf: don't build for RPi1, broken in #3503
2019-06-13 22:12:21 +01:00
MilhouseVH
7604df2686
fontconfig: needs util-linux for uuid support
2019-06-13 22:12:21 +01:00
MilhouseVH
17ab4518fd
firmware-imx: unpack into unique unpack folder not $BUILD
2019-06-13 22:12:21 +01:00
MilhouseVH
bb9f7fa623
media_tree/media_tree_cc: use post_unpack()
2019-06-13 22:12:21 +01:00
MilhouseVH
c3e674ed7d
dotnet-runtime: redundant custom unpack()
2019-06-13 22:12:21 +01:00
MilhouseVH
5f777dcbe8
buildsystem: don't allow unpack folder to become visible until tagged
2019-06-13 22:12:21 +01:00
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