mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
configs/ls1028ardb: add hashes
and enable BR2_DOWNLOAD_FORCE_CHECK_HASHES Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
6a1c376492
commit
f7f2c82496
@@ -206,7 +206,6 @@ configs/kontron_bl_imx8mm_defconfig lib_defconfig.ForceCheckHash
|
|||||||
configs/kontron_pitx_imx8m_defconfig lib_defconfig.ForceCheckHash
|
configs/kontron_pitx_imx8m_defconfig lib_defconfig.ForceCheckHash
|
||||||
configs/kontron_smarc_sal28_defconfig lib_defconfig.ForceCheckHash
|
configs/kontron_smarc_sal28_defconfig lib_defconfig.ForceCheckHash
|
||||||
configs/linksprite_pcduino_defconfig lib_defconfig.ForceCheckHash
|
configs/linksprite_pcduino_defconfig lib_defconfig.ForceCheckHash
|
||||||
configs/ls1028ardb_defconfig lib_defconfig.ForceCheckHash
|
|
||||||
configs/ls1046a-frwy_defconfig lib_defconfig.ForceCheckHash
|
configs/ls1046a-frwy_defconfig lib_defconfig.ForceCheckHash
|
||||||
configs/mangopi_mq1rdw2_defconfig lib_defconfig.ForceCheckHash
|
configs/mangopi_mq1rdw2_defconfig lib_defconfig.ForceCheckHash
|
||||||
configs/mender_x86_64_efi_defconfig lib_defconfig.ForceCheckHash
|
configs/mender_x86_64_efi_defconfig lib_defconfig.ForceCheckHash
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# Locally calculated
|
||||||
|
sha256 0dda154c335e1a50c727601e698b6a0827e3f92308873b373449fb888df5acfd atf-LSDK-21.08.tar.gz
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../linux/linux.hash
|
||||||
2
board/freescale/ls1028ardb/patches/linux/linux.hash
Normal file
2
board/freescale/ls1028ardb/patches/linux/linux.hash
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Locally computed
|
||||||
|
sha256 6db58cf91b98f7fc279f341279a5d43d4069fb56a660a34209aba6af53ea2b57 linux-LSDK-21.08.tar.gz
|
||||||
2
board/freescale/ls1028ardb/patches/uboot/uboot.hash
Normal file
2
board/freescale/ls1028ardb/patches/uboot/uboot.hash
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Locally computed
|
||||||
|
sha256 6279c161ad8a218b549e6631be969b74f358cf01a20103953ccaf3bb14185ac2 u-boot-LSDK-21.08.tar.gz
|
||||||
@@ -2,8 +2,9 @@
|
|||||||
BR2_aarch64=y
|
BR2_aarch64=y
|
||||||
BR2_cortex_a72=y
|
BR2_cortex_a72=y
|
||||||
|
|
||||||
# patches
|
# Build
|
||||||
BR2_GLOBAL_PATCH_DIR="board/freescale/common/patches"
|
BR2_GLOBAL_PATCH_DIR="board/freescale/ls1028ardb/patches board/freescale/common/patches"
|
||||||
|
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
||||||
|
|
||||||
# Toolchain
|
# Toolchain
|
||||||
# Linux headers same as kernel, a 5.10 series
|
# Linux headers same as kernel, a 5.10 series
|
||||||
|
|||||||
Reference in New Issue
Block a user