Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

u-boot: update to 2024.10 #1530

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions build/u-boot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@

PROG=u-boot
PKG=ooce/util/u-boot
VER=2024.07
VER=2024.10
SUMMARY="Das U-Boot"
DESC="$SUMMARY: Universal Bootloader"

# does not yet build with gcc 14
((GCCVER > 13)) && set_gccver 13

set_arch 64

MAKE_TARGET="sandbox_defconfig tools"
Expand All @@ -36,6 +33,7 @@ set_args() {

MAKE_ARGS_WS="
V=1
NO_PYTHON=1
HOSTCC=\"$CC\"
HOSTCFLAGS=\"$CFLAGS ${CFLAGS[$arch]} -I$PREFIX/include\"
HOSTLDLIBS=\"
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
| ooce/util/rargs | 0.3.0 | https://github.com/lotabout/rargs/releases | [omniosorg](https://github.com/omniosorg)
| ooce/util/rlwrap | 0.46.1 | https://github.com/hanslub42/rlwrap/releases | [r7st](https://github.com/r7st)
| ooce/util/stress-ng | 0.17.08 | https://github.com/ColinIanKing/stress-ng/tags | [omniosorg](https://github.com/omniosorg)
| ooce/util/u-boot | 2024.07 | https://ftp.denx.de/pub/u-boot/ https://github.com/u-boot/u-boot | [omniosorg](https://github.com/omniosorg)
| ooce/util/u-boot | 2024.10 | https://ftp.denx.de/pub/u-boot/ https://github.com/u-boot/u-boot | [omniosorg](https://github.com/omniosorg)
| ooce/util/uefivars | 1.0.1 | https://github.com/citrus-it/uefivars/releases | [omniosorg](https://github.com/omniosorg)
| ooce/util/xjobs | 20200726 | https://www.maier-komor.de/xjobs.html | [omniosorg](https://github.com/omniosorg)
| ooce/util/zadm | github-latest | https://github.com/omniosorg/zadm/releases/ | [omniosorg](https://github.com/omniosorg)
Expand Down
Loading