diff options
author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2019-12-16 11:48:52 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-16 11:35:04 -0300 |
commit | 67f797dafa14873a07fb5b28d2e0bb8b68ff585a (patch) | |
tree | 3ee650e05574886d668ce2b0a5183173c3bac985 /recipes-bsp | |
parent | dd2eaf55309c0b53839d05e57e4ecf968dced5d1 (diff) | |
download | meta-freescale-67f797dafa14873a07fb5b28d2e0bb8b68ff585a.tar.gz |
imx-uuc: Update SRCREV to ebb7d34
- Always use ipv6 address to mount rootfs
- support normal ip:nfsroot format to work with connman
- Fix upload problem
- return EPIPE status when pipe close before all data transferred
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
Diffstat (limited to 'recipes-bsp')
-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 713db3ab..9a3afdaa 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb | |||
@@ -12,7 +12,7 @@ PR = "r1" | |||
12 | PV = "0.5.1+git${SRCPV}" | 12 | PV = "0.5.1+git${SRCPV}" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" | 14 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" |
15 | SRCREV = "fc48b497fe961d601b4bcced807f562090854ec9" | 15 | SRCREV = "ebb7d34853133d92eff9766e370ea21e6d6d8f2b" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||