From ad5390700f5daf44fcf74d64d86dc8bf47ffadf5 Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Wed, 27 Jan 2021 06:51:16 -0600 Subject: [PATCH] u-boot-ti-staging: Override the LIC_FILE_CHKSUM for 2021 Signed-off-by: Dan Murphy --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index d5b7fd52..299a6cd8 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -1,5 +1,8 @@ require u-boot-ti.inc +#Temporarily add this as the checksum has changed in 2021 +LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" + PR = "r1" BRANCH = "ti-u-boot-2021.01"