]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-uuc: bump to latest revision
authorMarc Ferland <ferlandm@amotus.ca>
Thu, 13 Dec 2018 19:27:29 +0000 (19:27 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 10 Jan 2019 12:57:22 +0000 (10:57 -0200)
* Includes the following changes:

e3fbdfe ufb: fix printf warning about argument type
48043c0 sdimage: fix printf warnings about expected argument types
79e9798 sdimage: rework verbose/debug messages
ceec934 sdimage: reorder writes to reduce risk in case of power loss during update
59ff3e3 sdimage: refactor debug messages
3eeebda sdimage: introduce alignment support for second bootstream
8f7ec52 sdimage: restore compatibility to i.MX23
3136bbf sdimage: major refactoring
32644ae sdimage: use EXIT_FAILURE and EXIT_SUCCESS for return values
3633e94 sdimage: minor refactoring, renames etc.
7640d2f sdimage: handle endianess correctly
4100d09 sdimage: drop global variables
2fff78e sdimage: refactor boot control block structure
702747e sdimage: drop Windows line termination on success message
b195bdc sdimage: drop unneeded initialization
61ca818 sdimage: use platform independed variable types and rename members slightly
014ddad sdimage: minor whitespace style fixes

Signed-off-by: Marc Ferland <ferlandm@amotus.ca>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/imx-uuc/imx-uuc_git.bb

index 31ca2c30edd63496c127527c91e612676d9675f1..ddc55db363218323f6322dfb8d6c4116c389380c 100644 (file)
@@ -11,7 +11,7 @@ inherit autotools-brokensep
 PV = "0.5.1+git${SRCPV}"
 
 SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https"
-SRCREV = "ecc2161326e48d3ab09787f07f630e8fbcee5810"
+SRCREV = "e3fbdfef978abd150d9ea71c4d174daded9c8d33"
 
 S = "${WORKDIR}/git"