]> Git Repo - buildroot-mgba.git/commitdiff
configs/beaglebone_defconfig: add hashes for Linux/headers/U-Boot
authorDario Binacchi <[email protected]>
Sat, 20 Jul 2024 20:16:58 +0000 (22:16 +0200)
committerThomas Petazzoni <[email protected]>
Tue, 30 Jul 2024 21:44:11 +0000 (23:44 +0200)
The patch adds .hash files for Linux, Linux headers and U-Boot and then
enables BR2_DOWNLOAD_FORCE_CHECK_HASHES. With this, we can now drop the
defconfig from .checkpackageignore.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
.checkpackageignore
board/beagleboard/beaglebone/patches/linux-headers/linux-headers.hash [new symlink]
board/beagleboard/beaglebone/patches/linux/linux.hash [new file with mode: 0644]
board/beagleboard/beaglebone/patches/uboot/uboot.hash [new file with mode: 0644]
configs/beaglebone_defconfig

index b488a0590250b76e0208224703d760f1babd79d3..028b63b4d35758929e20561f516f99547baf5e89 100644 (file)
@@ -140,7 +140,6 @@ configs/bananapi_m2_berry_defconfig lib_defconfig.ForceCheckHash
 configs/bananapi_m2_ultra_defconfig lib_defconfig.ForceCheckHash
 configs/bananapi_m2_zero_defconfig lib_defconfig.ForceCheckHash
 configs/bananapro_defconfig lib_defconfig.ForceCheckHash
-configs/beaglebone_defconfig lib_defconfig.ForceCheckHash
 configs/beelink_gs1_defconfig lib_defconfig.ForceCheckHash
 configs/broadcom_northstar_defconfig lib_defconfig.ForceCheckHash
 configs/canaan_kd233_defconfig lib_defconfig.ForceCheckHash
diff --git a/board/beagleboard/beaglebone/patches/linux-headers/linux-headers.hash b/board/beagleboard/beaglebone/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/beagleboard/beaglebone/patches/linux/linux.hash b/board/beagleboard/beaglebone/patches/linux/linux.hash
new file mode 100644 (file)
index 0000000..ce0613a
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  6b73d8dca21000030acd2e37aed43f23de2fdd2850a2808722658241df48e671  linux-6.1.80-ti-r34.tar.gz
diff --git a/board/beagleboard/beaglebone/patches/uboot/uboot.hash b/board/beagleboard/beaglebone/patches/uboot/uboot.hash
new file mode 100644 (file)
index 0000000..bc99953
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3  u-boot-2024.01.tar.bz2
index b1a0c7cda4086678890227260a2adbca1eda2baa..28f3c20c00ee2327d714f49a4e28d1f3223248f0 100644 (file)
@@ -7,6 +7,8 @@ BR2_ARM_FPU_VFPV3=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 
 # System
+BR2_GLOBAL_PATCH_DIR="board/beagleboard/beaglebone/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
 
 # Image
This page took 0.042184 seconds and 4 git commands to generate.