Commit Graph

31419 Commits

Author SHA1 Message Date
chewitt
395db39fc1 project: add mali-bifrost package 2019-06-05 22:58:44 +02:00
chewitt
8bf5a18af5 project: add cputemp script 2019-06-05 22:58:44 +02:00
kszaq
709a60e423 project: add common bootloader files 2019-06-05 22:58:44 +02:00
Christian Hewitt
77b1d8f017 project: add amlogic-boot-fip package 2019-06-05 22:58:44 +02:00
Christian Hewitt
ab1c5e64be project: add alsa HDMI.conf 2019-06-05 22:58:44 +02:00
Christian Hewitt
c15f54a3f2 project: add Kodi appliance.xml defaults 2019-06-05 22:58:44 +02:00
Christian Hewitt
ea23f0a33d project: add mainline 'Amlogic' project 2019-06-05 22:58:44 +02:00
MilhouseVH
17cda55c9f Merge pull request #3523 from HiassofT/le10-initramfs-cleanup
cleanup initramfs build, drop support for kernel modules in initramfs
2019-06-05 15:46:53 +01:00
MilhouseVH
6739e26fd7 Merge pull request #3528 from HiassofT/le10-ati-remote
linux: drop ati_remote.conf modprobe file
2019-06-05 15:46:04 +01:00
Matthias Reichl
c7f2098c74 Merge pull request #3531 from MilhouseVH/le10_minor_cleanup
buildsystem: cleanup (addons) and fix (linux)
2019-06-05 09:41:44 +02:00
Jonas Karlman
5d2f206e5c Merge pull request #3541 from jernejsk/fix_uboot
Fix U-Boot compilation when board config is missing
2019-06-01 11:20:03 +02:00
Jernej Skrabec
48aa4089dc uboot_helper: Fix Allwinner boards and add NanoPi M1 2019-06-01 10:45:45 +02:00
Jernej Skrabec
81739f602f u-boot: Fail if config is wrongly configured 2019-06-01 10:44:19 +02:00
Jernej Škrabec
47ba37aa70 Merge pull request #3507 from MilhouseVH/linux5.1.1+
linux (RPi/Generic/Allwinner): update to linux-5.1.5
2019-05-31 22:49:23 +02:00
Matthias Reichl
f6370fe64f Merge pull request #3517 from MilhouseVH/le10_firmwares
kernel-firmware/intel-ucode: update to 20190514
2019-05-30 22:44:21 +02:00
kszaq
1f19b2b5e4 Merge pull request #3467 from Kwiboo/libmali-setup
libmali: add support for multiple so-files
2019-05-29 07:46:30 +02:00
MilhouseVH
aa7d22f05b 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-05-29 02:12:42 +01:00
MilhouseVH
cd0e70eb65 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-05-29 01:04:45 +01:00
Jonas Karlman
d6e1e346f9 libmali: update to 4cbf211
Adds support for multiple so-files
2019-05-28 21:27:52 +00:00
MilhouseVH
27f23f4de3 linux (RPi): config options for 5.1.5 (64BIT_TIME) 2019-05-28 17:09:10 +01:00
MilhouseVH
c04dcdbd94 linux (RPi): update to linux-4b621fd (5.1.5) 2019-05-28 16:52:51 +01:00
Jernej Škrabec
43871d0e2c Merge pull request #3530 from MilhouseVH/le10_mesa-19.0.5
mesa: update to mesa-19.0.5
2019-05-27 20:01:02 +02:00
Jernej Škrabec
3db0cc3470 Merge pull request #3532 from MilhouseVH/le10_curl-7.65.0
curl: update to curl-7.65.0
2019-05-27 20:00:32 +02:00
MilhouseVH
1d81d22225 buildsystem: add pre_configure() function that is not target specific 2019-05-26 19:17:08 +01:00
MilhouseVH
f1cc5ab23f Merge pull request #3414 from antonlacon/ffmpeg-gnutls
ffmpeg: shift to using gnutls
2019-05-25 21:04:11 +03:00