summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-10 17:45:17 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-16 08:42:10 -0300
commit5023df45d9bc9f7c378c2dbe9002c3b25f078d44 (patch)
treede483087abcbe52407848ec1181af84507bb6d16
parent2bb7a46c06d86cff273eddd51d82c4f14bae8f20 (diff)
downloadmeta-fsl-arm-5023df45d9bc9f7c378c2dbe9002c3b25f078d44.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> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--openembedded-layer/recipes-kernel/asf/asf_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded-layer/recipes-kernel/asf/asf_git.bb b/openembedded-layer/recipes-kernel/asf/asf_git.bb
index 71eb46b..bc8dcbc 100644
--- a/openembedded-layer/recipes-kernel/asf/asf_git.bb
+++ b/openembedded-layer/recipes-kernel/asf/asf_git.bb
@@ -3,8 +3,8 @@ SECTION = "asf"
3LICENSE = "GPLv2 & GPLv2+ & BSD" 3LICENSE = "GPLv2 & GPLv2+ & BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
5 5
6SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=sdk-v1.7.x" 6SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master"
7SRCREV = "16eb472d6b2b34c8b605a86c469611bc8ddec1c9" 7SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b"
8 8
9inherit module 9inherit module
10 10