From dd1ab58d84c26212a62ea2ab540f6a345b196282 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 17 Jan 2020 09:45:06 +0100 Subject: [PATCH] imx-boot: update SRCREV and SRCBRANCH to sync with sumo-4.14.98-2.3.0 Although the recipe was updated with the modifications in meta-fsl-bsp-release, the revision was still pointing to the sumo-4.14.98-2.2.0 version of imx-mkimage, which is incompatible with our recently updated patch. Signed-off-by: Gabriel Valcazar --- meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend b/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend index bee090679..99ab339a1 100644 --- a/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend +++ b/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend @@ -2,8 +2,8 @@ inherit boot-artifacts # Use the v4.14 latest BSP branch -SRCBRANCH = "imx_4.14.98_2.2.0" -SRCREV = "c00cd78d2e80178171d2d7f8d0d1ce6e2ea41ac5" +SRCBRANCH = "imx_4.14.98_2.3.0" +SRCREV = "2556000499f667123094af22326cfd8e4cbadaac" FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" SRC_URI_append_ccimx8x = " file://0001-iMX8QX-remove-SC_BD_FLAGS_ALT_CONFIG-flag-in-flash_r.patch"