diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-17 13:36:43 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:57 -0300 |
commit | 92735f5b5833243ef9d9eb2e4d13147948a0b74b (patch) | |
tree | 5d8d54f1726c58ef2b9f81ddeaf1a683abf304d8 | |
parent | 7cb1fc17826e8dbcdab8e34dba3d624e2423edfc (diff) | |
download | meta-freescale-92735f5b5833243ef9d9eb2e4d13147948a0b74b.tar.gz |
asf: update to revision 62ba10a
This imports following changes:
62ba10a asf_fmc: Patch to update the name of xml files.
8d744dd asf: Patch to fix ipv6 issue on dpaa.
ddf9678 asf: Patch to return jumbo packet back.
dcda291 asf: Patch to include caam_jr_strstatus in ASF_IPSEC_DEBUG mode.
49f591f asf: Patch to change function signature caam_jr_strstatus
f860eff ipsecproc: Patch to fix display of ipsec stats.
461586d ASFIPSEC: fix compilation for SEC 3.x when ASF_IPSEC_DEBUG is defined
03b9bad asf: Patch to fix sha256 issue.
a21b2d7 Removing Ethernet padding in abuf to skb conversion
a03283d4 Aligning function ASFFFPProcessAndSendFD and ASFFFPProcessAndSendPkt while validating flows
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | meta-fsl-ppc/recipes-kernel/asf/asf_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb index 1ca4c8ea..0263b058 100644 --- a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb +++ b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb | |||
@@ -3,8 +3,8 @@ SECTION = "asf" | |||
3 | LICENSE = "GPLv2 & GPLv2+ & BSD" | 3 | LICENSE = "GPLv2 & GPLv2+ & BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" |
5 | 5 | ||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;nobranch=1" | 6 | SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" |
7 | SRCREV = "16eb472d6b2b34c8b605a86c469611bc8ddec1c9" | 7 | SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" |
8 | 8 | ||
9 | inherit module qoriq_build_64bit_kernel | 9 | inherit module qoriq_build_64bit_kernel |
10 | 10 | ||
@@ -30,4 +30,3 @@ do_install(){ | |||
30 | 30 | ||
31 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" | 31 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" |
32 | RDEPENDS_${PN} += "ipsec-tools" | 32 | RDEPENDS_${PN} += "ipsec-tools" |
33 | |||