]> Git Repo - buildroot-mgba.git/commit
configs/pine64: bump U-Boot version to 2024.07
authorMattia Narducci <[email protected]>
Sun, 1 Sep 2024 16:42:58 +0000 (18:42 +0200)
committerThomas Petazzoni <[email protected]>
Tue, 3 Sep 2024 19:51:18 +0000 (21:51 +0200)
commitf0d9f976e5a9bce04d737f981c902615eb2083d3
tree1d9f54f7c57a890db7f6c82354b4749ad0c8a1f0
parent9ed8b8769534761b04445718acd3d3ec36c1bfdf
configs/pine64: bump U-Boot version to 2024.07

Update U-Boot to fix the following error when building with
python-setuptools >= 69, that is, since 6b62384e3d
("package/python-setuptools: bump to version 69.0.3"):

  packaging.version.InvalidVersion: Invalid version: 'u-boot-2019.01'
  make[5]: *** [scripts/dtc/pylibfdt/Makefile:27: scripts/dtc/pylibfdt/_libfdt.so] Error 1
  make[4]: *** [scripts/Makefile.build:434: scripts/dtc/pylibfdt] Error 2
  make[4]: *** Waiting for unfinished jobs....
  make[3]: *** [scripts/Makefile.build:434: scripts/dtc] Error 2
  make[2]: *** [Makefile:508: scripts] Error 2
  make[1]: *** [package/pkg-generic.mk:289: output/build/uboot-2019.01/.stamp_built] Error 2
  make: *** [Makefile:83: _all] Error 2

Use SPL and U-Boot FIT image combined into u-boot-sunxi-with-spl.bin.

Do not use the optional System Control Processor (SCP) firmware pointing
the SCP env variable to /dev/null.

Signed-off-by: Mattia Narducci <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
board/pine64/pine64/genimage.cfg
configs/pine64_defconfig
This page took 0.033694 seconds and 4 git commands to generate.