Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Make andes_ae350_45_defconfig more properly maintained
@ 2025-10-27  3:32 Leo Yu-Chi Liang via buildroot
  2025-10-27  3:32 ` [Buildroot] [PATCH 1/4] configs/andes_ae350_45_defconfig: Fix post-build.sh Shellcheck error Leo Yu-Chi Liang via buildroot
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Leo Yu-Chi Liang via buildroot @ 2025-10-27  3:32 UTC (permalink / raw)
  To: buildroot; +Cc: tim609, Leo Yu-Chi Liang

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

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-11-17 19:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27  3:32 [Buildroot] [PATCH 0/4] Make andes_ae350_45_defconfig more properly maintained Leo Yu-Chi Liang via buildroot
2025-10-27  3:32 ` [Buildroot] [PATCH 1/4] configs/andes_ae350_45_defconfig: Fix post-build.sh Shellcheck error Leo Yu-Chi Liang via buildroot
2025-10-29 13:56   ` Vincent Jardin via buildroot
2025-11-01 17:27   ` Julien Olivain via buildroot
2025-11-04  6:01     ` Leo Liang via buildroot
2025-11-17 19:59   ` Arnout Vandecappelle via buildroot
2025-10-27  3:32 ` [Buildroot] [PATCH 2/4] configs/andes_ae350_45_defconfig: Fix linux tarball source Leo Yu-Chi Liang via buildroot
2025-10-29 20:41   ` Julien Olivain via buildroot
2025-11-04  6:20     ` Leo Liang via buildroot
2025-10-27  3:32 ` [Buildroot] [PATCH 3/4] configs/andes_ae350_45_defconfig: bump to opensbi v1.5 Leo Yu-Chi Liang via buildroot
2025-10-29 13:54   ` Vincent Jardin via buildroot
2025-11-05 12:25     ` Leo Liang via buildroot
2025-10-27  3:32 ` [Buildroot] [PATCH 4/4] configs/andes_ae350_45_defconfig: bump to uboot v2024.10 Leo Yu-Chi Liang via buildroot
2025-10-29 14:00   ` Vincent Jardin via buildroot
2025-11-05 12:30     ` Leo Liang via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox