mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
board/xilinx: re-add hash file for xilinx-prebuilt
When xilinx pre-built was added ina6648ad8da(boot/xilinx-prebuilt: new boot package), the hash file was initially a board-specific hash file. However, that hash file, in commita6648ad8da, really belonged to the xilinx-prebuilt package, for two reasons: the package needs a hash file for the version it installs, and no defconfig was using it at that time. So the hash file was moved out of the boar directory, and into the package directory when the patch was applied. When the xilinx-related boards were changed to use xilinx-prebuilt, in551ba16a0f(configs/zynqmp_*: migrate to xilinx-prebuilt) and8271323649(configs/versal_vck190_defconfig: migrate to xilinx-prebuilt), they were correctly made to use a custom, non-default version. But then, it meant that those defconfig would no longer have a hash when we would bump the default version in xilinx-prebuilt. Re-add the initial board-specific hash file now that it is required. Fixes:551ba16a0fFixes:8271323649Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Neal Frager <neal.frager@amd.com> Reviewed-by: Neal Frager <neal.frager@amd.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 7abcba4e0e44e3a4adf9c1f971d918575226d7604dfd64a386baaa00c1c6c35f xilinx-prebuilt-xilinx_v2024.1.tar.gz
|
||||
Reference in New Issue
Block a user