[Buildroot] [PATCH 0/4] Make andes_ae350_45_defconfig more properly maintained
Leo Yu-Chi Liang
ycliang at andestech.com
Mon Oct 27 03:32:38 UTC 2025
There are some warning when building with andes_ae350_45_defconfig.
1. Tarball source should be a tag instead of branch
2. Lack of "Upstream" tag in the patch files
3. Post-build script does not pass Shellcheck
4. Missing hash files for some packages
Fix them by
1. Modify the source to a tag
2. Update u-boot and opensbi version to remove the patch files
3. Fix the post-build script
4. Add hash files for u-boot, opensbi, and kernel
Leo Yu-Chi Liang (4):
configs/andes_ae350_45_defconfig: Fix post-build.sh Shellcheck error
configs/andes_ae350_45_defconfig: Fix linux tarball source
configs/andes_ae350_45_defconfig: bump to opensbi v1.5
configs/andes_ae350_45_defconfig: bump to uboot v2024.10
.../patches/linux-headers/linux-headers.hash | 2 +
board/andes/ae350/patches/linux/linux.hash | 2 +
.../andes/ae350/patches/opensbi/opensbi.hash | 2 +
...-Support-DTS-of-ftsdc010-driver-for-.patch | 38 -----------------
...-tree-blob-address-at-8-byte-boundar.patch | 42 -------------------
board/andes/ae350/patches/uboot/uboot.hash | 2 +
board/andes/ae350/post-build.sh | 4 +-
configs/andes_ae350_45_defconfig | 12 +++---
8 files changed, 16 insertions(+), 88 deletions(-)
create mode 100644 board/andes/ae350/patches/linux-headers/linux-headers.hash
create mode 100644 board/andes/ae350/patches/linux/linux.hash
create mode 100644 board/andes/ae350/patches/opensbi/opensbi.hash
delete mode 100644 board/andes/ae350/patches/uboot/0001-mmc-ftsdc010_mci-Support-DTS-of-ftsdc010-driver-for-.patch
delete mode 100644 board/andes/ae350/patches/uboot/0002-spl-Align-device-tree-blob-address-at-8-byte-boundar.patch
create mode 100644 board/andes/ae350/patches/uboot/uboot.hash
--
2.34.1
More information about the buildroot
mailing list