]> Git Repo - buildroot-mgba.git/commitdiff
configs/icnova-a20-adb4006: enable BR2_DOWNLOAD_FORCE_CHECK_HASHES
authorLudwig Kormann <[email protected]>
Wed, 16 Oct 2024 12:45:36 +0000 (14:45 +0200)
committerThomas Petazzoni <[email protected]>
Sat, 26 Oct 2024 18:56:09 +0000 (20:56 +0200)
Signed-off-by: Ludwig Kormann <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
.checkpackageignore
board/in-circuit/icnova-a20-adb4006/patches/linux-headers/linux-headers.hash [new symlink]
board/in-circuit/icnova-a20-adb4006/patches/linux/linux.hash [new file with mode: 0644]
board/in-circuit/icnova-a20-adb4006/patches/uboot/uboot.hash [new file with mode: 0644]
configs/icnova-a20-adb4006_defconfig

index 9e81400f89e4797f323252adc0bbe358f4b94913..4788f97694b3ef45e05faf73e78812ceb07cb01a 100644 (file)
@@ -153,7 +153,6 @@ configs/globalscale_espressobin_defconfig lib_defconfig.ForceCheckHash
 configs/grinn_chiliboard_defconfig lib_defconfig.ForceCheckHash
 configs/grinn_liteboard_defconfig lib_defconfig.ForceCheckHash
 configs/hifive_unleashed_defconfig lib_defconfig.ForceCheckHash
-configs/icnova-a20-adb4006_defconfig lib_defconfig.ForceCheckHash
 configs/imx23evk_defconfig lib_defconfig.ForceCheckHash
 configs/imx6-sabreauto_defconfig lib_defconfig.ForceCheckHash
 configs/imx6-sabresd_defconfig lib_defconfig.ForceCheckHash
diff --git a/board/in-circuit/icnova-a20-adb4006/patches/linux-headers/linux-headers.hash b/board/in-circuit/icnova-a20-adb4006/patches/linux-headers/linux-headers.hash
new file mode 120000 (symlink)
index 0000000..5808d92
--- /dev/null
@@ -0,0 +1 @@
+../linux/linux.hash
\ No newline at end of file
diff --git a/board/in-circuit/icnova-a20-adb4006/patches/linux/linux.hash b/board/in-circuit/icnova-a20-adb4006/patches/linux/linux.hash
new file mode 100644 (file)
index 0000000..98edd13
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  f74812f78e88992c416434cb107639e13a551dbaff36bb90d6346ab16ab71a95  linux-6.6.56.tar.xz
diff --git a/board/in-circuit/icnova-a20-adb4006/patches/uboot/uboot.hash b/board/in-circuit/icnova-a20-adb4006/patches/uboot/uboot.hash
new file mode 100644 (file)
index 0000000..904fa56
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0  u-boot-2024.10.tar.bz2
index 88b670a37c74518a2928198c4d1c72cd945bd016..01f4abe215809c04573308e6c72da56aff3543c1 100644 (file)
@@ -2,6 +2,8 @@ BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_NEON_VFPV4=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
+BR2_GLOBAL_PATCH_DIR="board/in-circuit/icnova-a20-adb4006/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_TARGET_GENERIC_HOSTNAME="ICnova A20 ADB4006"
 BR2_TARGET_GENERIC_ISSUE="Welcome to ICnova A20 ADB4006!"
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
This page took 0.041232 seconds and 4 git commands to generate.