]> Git Repo - buildroot-mgba.git/commit - configs/stm32mp157c_dk2_defconfig
configs/stm32mp157c_dk2: add hashes
authorDario Binacchi <[email protected]>
Sat, 13 Jul 2024 21:52:18 +0000 (23:52 +0200)
committerThomas Petazzoni <[email protected]>
Sun, 14 Jul 2024 15:06:51 +0000 (17:06 +0200)
commit487416dfe502025458596ab5f1ff1cd83ad2968f
tree3ba027fa412abac929f1dab2b5fa30a2ae427283
parentccd19e14a8665b4de117dd5525f4677ba4c3befc
configs/stm32mp157c_dk2: add hashes

Now that the configurations of boards stm32mp157a-dk1 and stm32mp157c-dk2
have the same software versions, it is possible to share the hash files as
well.
The patch uses the hash files for Arm Trusted Firmware, Linux, Linux
headers and U-Boot of stm32mp175a_dk1 also for stm32mp175c_dk2, 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/stmicroelectronics/common/stm32mp157/patches/arm-trusted-firmware/arm-trusted-firmware.hash [new file with mode: 0644]
board/stmicroelectronics/common/stm32mp157/patches/linux-headers/linux-headers.hash [new symlink]
board/stmicroelectronics/common/stm32mp157/patches/linux/linux.hash [new file with mode: 0644]
board/stmicroelectronics/common/stm32mp157/patches/uboot/uboot.hash [new file with mode: 0644]
board/stmicroelectronics/stm32mp157a-dk1/patches/arm-trusted-firmware/arm-trusted-firmware.hash [deleted file]
board/stmicroelectronics/stm32mp157a-dk1/patches/linux-headers/linux-headers.hash [deleted symlink]
board/stmicroelectronics/stm32mp157a-dk1/patches/linux/linux.hash [deleted file]
board/stmicroelectronics/stm32mp157a-dk1/patches/uboot/uboot.hash [deleted file]
configs/stm32mp157a_dk1_defconfig
configs/stm32mp157c_dk2_defconfig
This page took 0.034909 seconds and 4 git commands to generate.