diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-12-03 10:50:31 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2015-12-28 11:01:10 +0800 |
commit | 945a8600551cd25f787478e2e242b64757f96761 (patch) | |
tree | 590e1a3975f5f061114e19874d99c09b90eb1646 /recipes-dpaa | |
parent | 290dac958f2ed821a5a54f67292a8ba770d8e428 (diff) | |
download | meta-fsl-ppc-945a8600551cd25f787478e2e242b64757f96761.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@freescale.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
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 57b7546..1a19d1e 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 | ||