[Buildroot] [PATCH 2/4] configs/andes_ae350_45_defconfig: Fix linux tarball source
Leo Yu-Chi Liang
ycliang at andestech.com
Mon Oct 27 03:32:40 UTC 2025
Use tag instead of branch to download the linux source,
and add proper hash files.
Signed-off-by: Leo Yu-Chi Liang <ycliang at andestech.com>
---
board/andes/ae350/patches/linux-headers/linux-headers.hash | 2 ++
board/andes/ae350/patches/linux/linux.hash | 2 ++
configs/andes_ae350_45_defconfig | 2 +-
3 files changed, 5 insertions(+), 1 deletion(-)
create mode 100644 board/andes/ae350/patches/linux-headers/linux-headers.hash
create mode 100644 board/andes/ae350/patches/linux/linux.hash
diff --git a/board/andes/ae350/patches/linux-headers/linux-headers.hash b/board/andes/ae350/patches/linux-headers/linux-headers.hash
new file mode 100644
index 0000000000..1a6a136b71
--- /dev/null
+++ b/board/andes/ae350/patches/linux-headers/linux-headers.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 c71af3d2c86c0a0deca4f54b51d1c35217082b030052cc3513dc42e852652733 linux-v6.0.y-andes.tar.gz
diff --git a/board/andes/ae350/patches/linux/linux.hash b/board/andes/ae350/patches/linux/linux.hash
new file mode 100644
index 0000000000..1a6a136b71
--- /dev/null
+++ b/board/andes/ae350/patches/linux/linux.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 c71af3d2c86c0a0deca4f54b51d1c35217082b030052cc3513dc42e852652733 linux-v6.0.y-andes.tar.gz
diff --git a/configs/andes_ae350_45_defconfig b/configs/andes_ae350_45_defconfig
index 7b5a6f73c6..c02c4d7c61 100644
--- a/configs/andes_ae350_45_defconfig
+++ b/configs/andes_ae350_45_defconfig
@@ -9,7 +9,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/andes/ae350/genimage_sdcard.cfg"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,andestech,linux,v6.0.y_ae350-ax45mp)/linux-v6.0.y_ae350-ax45mp.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,andestech,linux,v6.0.y-andes)/linux-v6.0.y-andes.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="ae350_ax45mp"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="andes/ae350_ax45mp"
--
2.34.1
More information about the buildroot
mailing list