]> Git Repo - buildroot-mgba.git/commitdiff
configs/ls1028ardb: add hashes
authorFrancois Perrad <[email protected]>
Sun, 2 Jun 2024 13:07:32 +0000 (15:07 +0200)
committerPeter Korsgaard <[email protected]>
Tue, 4 Jun 2024 13:16:41 +0000 (15:16 +0200)
and enable BR2_DOWNLOAD_FORCE_CHECK_HASHES

Signed-off-by: Francois Perrad <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
.checkpackageignore
board/freescale/ls1028ardb/patches/arm-trusted-firmware/arm-trusted-firmware.hash [new file with mode: 0644]
board/freescale/ls1028ardb/patches/linux-headers/linux-headers.hash [new symlink]
board/freescale/ls1028ardb/patches/linux/linux.hash [new file with mode: 0644]
board/freescale/ls1028ardb/patches/uboot/uboot.hash [new file with mode: 0644]
configs/ls1028ardb_defconfig

index 50fdab88f9bda3ac7c91be41774c5c4696b8e78e..fad6ff5c8b99131cbef2b54fe99e85903ba88a3b 100644 (file)
@@ -206,7 +206,6 @@ configs/kontron_bl_imx8mm_defconfig lib_defconfig.ForceCheckHash
 configs/kontron_pitx_imx8m_defconfig lib_defconfig.ForceCheckHash
 configs/kontron_smarc_sal28_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/mangopi_mq1rdw2_defconfig lib_defconfig.ForceCheckHash
 configs/mender_x86_64_efi_defconfig lib_defconfig.ForceCheckHash
diff --git a/board/freescale/ls1028ardb/patches/arm-trusted-firmware/arm-trusted-firmware.hash b/board/freescale/ls1028ardb/patches/arm-trusted-firmware/arm-trusted-firmware.hash
new file mode 100644 (file)
index 0000000..17c4095
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  0dda154c335e1a50c727601e698b6a0827e3f92308873b373449fb888df5acfd  atf-LSDK-21.08.tar.gz
diff --git a/board/freescale/ls1028ardb/patches/linux-headers/linux-headers.hash b/board/freescale/ls1028ardb/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/freescale/ls1028ardb/patches/linux/linux.hash b/board/freescale/ls1028ardb/patches/linux/linux.hash
new file mode 100644 (file)
index 0000000..bd5e29d
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally computed
+sha256  6db58cf91b98f7fc279f341279a5d43d4069fb56a660a34209aba6af53ea2b57  linux-LSDK-21.08.tar.gz
diff --git a/board/freescale/ls1028ardb/patches/uboot/uboot.hash b/board/freescale/ls1028ardb/patches/uboot/uboot.hash
new file mode 100644 (file)
index 0000000..d0cc110
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally computed
+sha256  6279c161ad8a218b549e6631be969b74f358cf01a20103953ccaf3bb14185ac2  u-boot-LSDK-21.08.tar.gz
index d92c543b449a69c68d8413e1b3d34f2fddc83dd5..462e642c3d8d0c84a04c23ad5a5a07b04aa00d92 100644 (file)
@@ -2,8 +2,9 @@
 BR2_aarch64=y
 BR2_cortex_a72=y
 
-# patches
-BR2_GLOBAL_PATCH_DIR="board/freescale/common/patches"
+# Build
+BR2_GLOBAL_PATCH_DIR="board/freescale/ls1028ardb/patches board/freescale/common/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 
 # Toolchain
 # Linux headers same as kernel, a 5.10 series
This page took 0.040496 seconds and 4 git commands to generate.