diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:42 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:24 -0300 |
commit | d99968e9b6f3ccaa256d5f31b7d0f676a43ad139 (patch) | |
tree | 106a4da441b5c82de652fcdd772fc21153f7a330 /recipes-dpaa | |
parent | 531aaf72f9fdd34d6f22225c03ebfeb53026778f (diff) | |
download | meta-freescale-d99968e9b6f3ccaa256d5f31b7d0f676a43ad139.tar.gz |
usdpaa-apps: update to commit 1d9418a
New commits imported:
1d9418a dpa_offload: Avoid creating multiple tables using the same Cc nodes
5a1f54e dpa_offload: Support multiple IPSec policies per tunnel
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r-- | recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb b/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb index 57b7546c..1a19d1e8 100644 --- a/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb +++ b/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb | |||
@@ -14,11 +14,11 @@ RDEPENDS_${PN} = "libgcc bash" | |||
14 | RDEPENDS_${PN}_append_b4860qds = " ipc-ust" | 14 | RDEPENDS_${PN}_append_b4860qds = " ipc-ust" |
15 | RDEPENDS_${PN}_append_b4420qds = " ipc-ust" | 15 | RDEPENDS_${PN}_append_b4420qds = " ipc-ust" |
16 | 16 | ||
17 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa/usdpaa-apps;nobranch=1 \ | 17 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa/usdpaa-apps.git;branch=sdk-v1.9.x \ |
18 | file://fix-the-inline-function-definition-with-gcc-5.x.patch \ | 18 | file://fix-the-inline-function-definition-with-gcc-5.x.patch \ |
19 | file://xfrm_km.c-use-in6_-macros-from-glibc-instead-of-kern.patch \ | 19 | file://xfrm_km.c-use-in6_-macros-from-glibc-instead-of-kern.patch \ |
20 | " | 20 | " |
21 | SRCREV = "95744440cf214d73884c44c0dbc296e1e4b4c8f4" | 21 | SRCREV = "1d9418af04990289bec72cd43a9385690523fcdb" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||