diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-25 10:41:24 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-26 11:44:55 -0300 |
commit | 1b3f4326274b4a45d672e24fb1886cf811486cb1 (patch) | |
tree | 88e478f9c4182e5db95d554a16f69f5e03a60862 /recipes-bsp/imx-uuc | |
parent | 6e1106ea39b15c00bd7a424cd3fe87079a9cd3de (diff) | |
download | meta-freescale-1b3f4326274b4a45d672e24fb1886cf811486cb1.tar.gz |
imx-uuc: Bump to ecc2161
Following changes are included:
ecc2161 fix build error by gcc 8.2
7c7562b fix build error
114d98b launch dhcpd for usb<n> to avoid ipaddress lost in host machine
675c264 auto mount nfs by usb if command line have nfsroot=
e05cc55 fix build error when gcc over 7.0
1b40fd0 Fix Sync command wait for wrong pid
1a58f13 Add OS DeviceInterfaceGUID to function fs
0c45898 write time too long to failure send response in time
87201ac mkfs.ext2 work, report status every 50ms
e4aa701 dual dir ucopy work
77498f4 ufb copy work
06156a3 Update pid
b7c19b0 wcie auto load winusb driver
aa9e77a add super speed and MS_OS_DESC support
20d819c add functionfs to usb gadget support
f2526dc Add ACmd, Sync, Open Command
ce808f3 Create new daemon by use function_fs
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-uuc')
-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 a3a8387b..5e14a657 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 = "323efa5e4c799c40503ac92a8104c33b090e6731" | 14 | SRCREV = "ecc2161326e48d3ab09787f07f630e8fbcee5810" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||