Commit Graph

1501 Commits

Author SHA1 Message Date
Rudi Heitbaum
8d3d41c1e5 nano: update to 6.3 2022-04-30 07:32:56 +00:00
CvH
8022091e09 Merge pull request #6398 from heitbaum/dtc
dtc: update to 1.6.1
2022-04-22 17:02:17 +02:00
Rudi Heitbaum
12a6d152a1 qemu: update to 7.0.0
release notes:
- https://www.qemu.org/2022/04/19/qemu-7-0-0/
2022-04-20 13:20:18 +00:00
Rudi Heitbaum
f590c4942a dtc: update to 1.6.1
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2022-04-16 10:49:47 +00:00
CvH
e313ad688f Merge pull request #6386 from jernejsk/arm64-toolchain
[LE11] Switch from pre-built to self-build aarch64 gcc
2022-04-15 10:46:25 +02:00
Rudi Heitbaum
186b712395 mtools: update to 4.0.39 2022-04-15 06:47:36 +00:00
Jernej Skrabec
771d19715b config: switch aarch64 toolchain 2022-04-14 19:52:37 +02:00
Jernej Skrabec
d825fbc838 crust: switch toolchain 2022-04-13 23:09:24 +02:00
CvH
8ae048a16d Merge pull request #6328 from heitbaum/uboot2204
u-boot and u-boot-tools: update to 2022.04
2022-04-09 17:28:58 +02:00
Rudi Heitbaum
138514a000 u-boot: update to 2022.04 2022-04-04 23:26:43 +00:00
Rudi Heitbaum
ef119cd35c u-boot-tools: update to 2022.04 2022-04-04 23:26:35 +00:00
Matthias Reichl
7205759c89 RPi: update to firmware ea4c803
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-01 20:38:27 +02:00
CvH
3d8e9a94ef Merge pull request #6331 from heitbaum/devs
devtool package updates
2022-03-28 12:07:31 +02:00
Rudi Heitbaum
705589253d mtools: update to 4.0.38 2022-03-27 11:27:32 +00:00
heitbaum
8df6921ddb nano: update to 6.2 2022-03-27 11:26:29 +00:00
CvH
97ce049329 Merge pull request #6289 from heitbaum/grub-target
grub: fix builds on non x86_64 build hosts by using TARGET_ for build
2022-03-20 14:40:43 +01:00
Matthias Reichl
0847e35ccf rpi-eeprom: update to dd0e086
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
b0f57684d9 RPi: update to firmware 7cb1aa0
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
d12af65871 rpi-eeprom: update to e866f25
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
f1b23285e0 RPi: update to firmware 231daec
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
8016a5ec4a rpi-eeprom: update to 42de218
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
cd0d93a446 rpi-eeprom: update to 348f7a5
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
2ae70ad542 RPi: update to firmware 48606ad
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
heitbaum
3ec4ccdf11 grub: fix builds on non x86_64 build hosts by using TARGET_ for build
With these changes configure_target no longer complains about no-prefix
on cross compiling. On an aarch64 build host the target_ compile fails
when the build host gcc is used with the -m32 option. On an x86_64 build
host, the host gcc compiles grub (-m32 and assembly) successfully.

before:

checking for i386-pc-linux-gcc... no
checking for i386-pc-linux-egcs... no
checking for i386-pc-linux-cc... no
checking for gcc... gcc
configure: WARNING: using cross tools not prefixed with host triplet
checking for i386-pc-linux-objcopy... no
checking for objcopy... objcopy
checking for i386-pc-linux-strip... no
checking for strip... strip
checking for i386-pc-linux-nm... no
checking for nm... nm
checking for i386-pc-linux-ranlib... no
checking for ranlib... ranlib
checking which extra warnings work...
checking if compiling with clang... yes
checking for options to compile assembly... configure: error: could not compile assembly

after:

checking for i386-pc-linux-gcc...  /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc
checking for i386-pc-linux-objcopy...  /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-objcopy
checking for i386-pc-linux-strip...  /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-strip
checking for i386-pc-linux-nm...  /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-nm
checking for i386-pc-linux-ranlib...  /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-ranlib
2022-03-19 09:56:03 +00:00
CvH
3ac6036902 Merge pull request #5091 from heitbaum/grub2
grub: use host:grub-mkimage to run grub - fix glibc host and target mismatched
2022-03-19 10:22:36 +01:00