summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-01-06 21:21:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-12 11:41:02 -0300
commitf4c549d3e828ceedc4a2c70f4019c608b25dc79a (patch)
tree37aa320913cc4468a40217f4489c1cda74fd81f9 /dynamic-layers
parentd46bb71a37dc7ebcfd75b49c59b43fb96b71488d (diff)
downloadmeta-freescale-f4c549d3e828ceedc4a2c70f4019c608b25dc79a.tar.gz
asf: update to a8bbba6
Changelog: a8bbba6 Adding missing NULL checks for pointers a57b54c ASF: Fix for compilation error in IPSEC 4c1e657 IPSEC: Fix for crash with RedSide disabled. 53c68a9 ASFQOS: Removing Compilation errors. a2435dd ASF: Changing dpa files path and Flag 03d158e asf: Patch to fix api issue in kernel change. 30fe696 asf_ipsec: Patch to fix the insmod issue with gcc5.2 705730c asf: Patch to remove compilation error when ASF_IPV6 is disabled. 08c71f3 asfipsec: Patch to linearize nr_frag and fraglist coming from linux. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb b/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb
index 34308e2d..e780b05e 100644
--- a/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb
+++ b/dynamic-layers/networking-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.9.x" 6SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=sdk-v2.0.x"
7SRCREV = "9580a629d3aec3ab3c5e152c6693846b96787906" 7SRCREV = "a8bbba6c2fd23bd79446c0ee62e352bfed528fb4"
8 8
9RDEPENDS_${PN} += "ipsec-tools" 9RDEPENDS_${PN} += "ipsec-tools"
10 10