configs/amarula_vyasa_rk3288_defconfig: add uboot, linux, linux-headers hashes

Add global patch directory pointing to board specific .hash files
for uboot, linux, linux-headers and add BR2_DOWNLOAD_FORCE_CHECK_HASHES.
This way we can drop this defconfig entry in .checkpackageignore.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Giulio Benetti
2024-05-25 16:06:41 +02:00
committed by Peter Korsgaard
parent 96e41a849e
commit a808203c90
5 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ BR2_ARM_FPU_NEON_VFPV4=y
# Linux headers same as kernel, a 6.1 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
BR2_GLOBAL_PATCH_DIR="board/amarula/vyasa/patches"
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
# Bootloader
BR2_TARGET_UBOOT=y