mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
u-boot: starfive_v2021.04: Override the u-boot LIC_FILES_CHKSUM
The LIC_FILES_CHKSUM md5sum changed with the latest mainline u-boot release, but hasn't changed for the older starfive release. So manually specify the original md5sum value. Resolves: https://github.com/riscv/meta-riscv/issues/350 Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
209e97decb
commit
f016e25636
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
require recipes-bsp/u-boot/u-boot-common.inc
|
||||
require recipes-bsp/u-boot/u-boot.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
|
||||
BRANCH:visionfive = "JH7100_VisionFive_OH_dev"
|
||||
|
|
Loading…
Add table
Reference in a new issue