From f4c549d3e828ceedc4a2c70f4019c608b25dc79a Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 6 Jan 2016 21:21:31 +0800 Subject: [PATCH] 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 --- dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb | 4 ++-- 1 file 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" LICENSE = "GPLv2 & GPLv2+ & BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" -SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=sdk-v1.9.x" -SRCREV = "9580a629d3aec3ab3c5e152c6693846b96787906" +SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=sdk-v2.0.x" +SRCREV = "a8bbba6c2fd23bd79446c0ee62e352bfed528fb4" RDEPENDS_${PN} += "ipsec-tools" -- 2.40.1