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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2020-01-17 09:45:06 +01:00
parent 2f1ee3f68f
commit dd1ab58d84
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
inherit boot-artifacts inherit boot-artifacts
# Use the v4.14 latest BSP branch # Use the v4.14 latest BSP branch
SRCBRANCH = "imx_4.14.98_2.2.0" SRCBRANCH = "imx_4.14.98_2.3.0"
SRCREV = "c00cd78d2e80178171d2d7f8d0d1ce6e2ea41ac5" SRCREV = "2556000499f667123094af22326cfd8e4cbadaac"
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI_append_ccimx8x = " file://0001-iMX8QX-remove-SC_BD_FLAGS_ALT_CONFIG-flag-in-flash_r.patch" SRC_URI_append_ccimx8x = " file://0001-iMX8QX-remove-SC_BD_FLAGS_ALT_CONFIG-flag-in-flash_r.patch"