mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
configs/orangepi_r1_defconfig: add hashes for Linux/headers/u-boot
And enable BR2_DOWNLOAD_FORCE_CHECK_HASHES. With this, we can now drop the defconfig from .checkpackageignore. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Romain Naour <romain.naour@smile.fr>
This commit is contained in:
parent
f3a78b1176
commit
459c8c95c7
@ -270,7 +270,6 @@ configs/orangepi_one_plus_defconfig lib_defconfig.ForceCheckHash
|
||||
configs/orangepi_pc2_defconfig lib_defconfig.ForceCheckHash
|
||||
configs/orangepi_pc_defconfig lib_defconfig.ForceCheckHash
|
||||
configs/orangepi_pc_plus_defconfig lib_defconfig.ForceCheckHash
|
||||
configs/orangepi_r1_defconfig lib_defconfig.ForceCheckHash
|
||||
configs/orangepi_zero3_defconfig lib_defconfig.ForceCheckHash
|
||||
configs/orangepi_zero_defconfig lib_defconfig.ForceCheckHash
|
||||
configs/orangepi_zero_plus2_defconfig lib_defconfig.ForceCheckHash
|
||||
|
@ -0,0 +1 @@
|
||||
../linux/linux.hash
|
2
board/orangepi/orangepi-r1/patches/linux/linux.hash
Normal file
2
board/orangepi/orangepi-r1/patches/linux/linux.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 d6ecff966f8c95ec4cb3bb303904f757b7de6a6bcfef0d0771cb852158e61c20 linux-6.6.31.tar.xz
|
2
board/orangepi/orangepi-r1/patches/uboot/uboot.hash
Normal file
2
board/orangepi/orangepi-r1/patches/uboot/uboot.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3 u-boot-2024.01.tar.bz2
|
@ -2,6 +2,8 @@ BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_ARM_FPU_VFPV4=y
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
|
||||
BR2_GLOBAL_PATCH_DIR="board/orangepi/orangepi-r1/patches"
|
||||
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
||||
BR2_TARGET_GENERIC_HOSTNAME="OrangePi_R1"
|
||||
BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi R1"
|
||||
BR2_SYSTEM_DHCP="eth0"
|
||||
|
Loading…
Reference in New Issue
Block a user