From f103bc78af207b3fdffe6406a4f76791d323ac22 Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Fri, 7 Feb 2020 16:27:45 +0100 Subject: [PATCH] trustfence: Change u-boot to v2019.04 This commit changes the u-boot sources needed to create standalone signing tools to 2019.04. This u-boot supports all Trustfence platforms. Signed-off-by: Mike Engel --- .../recipes-digi/trustfence/trustfence-sign-tools_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools_git.bb b/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools_git.bb index 0cc7a68ea..222cb23af 100644 --- a/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools_git.bb +++ b/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools_git.bb @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 DEPENDS = "trustfence-cst coreutils util-linux" -SRCBRANCH = "v2017.03/maint" -SRCBRANCH_ccimx8x = "v2019.04/maint" +SRCBRANCH = "v2019.04/maint" SRCREV = "${AUTOREV}" S = "${WORKDIR}"