diff options
author | Marc Ferland <ferlandm@amotus.ca> | 2018-12-13 19:27:29 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-10 10:57:22 -0200 |
commit | 77b80bda83360da56865e22e280fbfee65504544 (patch) | |
tree | cacb711cbdf688a7a08a42e2861f03e3db382d0a | |
parent | a97c71c6311a360cb1689a9746220d0ee0aae4b9 (diff) | |
download | meta-freescale-77b80bda83360da56865e22e280fbfee65504544.tar.gz |
imx-uuc: bump to latest revision
* 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>
-rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 31ca2c30..ddc55db3 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb | |||
@@ -11,7 +11,7 @@ inherit autotools-brokensep | |||
11 | PV = "0.5.1+git${SRCPV}" | 11 | PV = "0.5.1+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" | 13 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" |
14 | SRCREV = "ecc2161326e48d3ab09787f07f630e8fbcee5810" | 14 | SRCREV = "e3fbdfef978abd150d9ea71c4d174daded9c8d33" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||