From f016e25636731ba995fef35f7a057194f73a3c20 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Mon, 8 Aug 2022 11:58:04 +1000 Subject: [PATCH] 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 --- recipes-bsp/u-boot/u-boot-starfive_v2021.04.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-starfive_v2021.04.bb b/recipes-bsp/u-boot/u-boot-starfive_v2021.04.bb index 0587d5f..53f1c12 100644 --- a/recipes-bsp/u-boot/u-boot-starfive_v2021.04.bb +++ b/recipes-bsp/u-boot/u-boot-starfive_v2021.04.bb @@ -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"