summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-03 10:47:28 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:09 +0800
commitc505c874541cad25ad9f4504132a30dd6e441518 (patch)
tree24e452ee63cdbc927aa72fcf1e938a33c9c33c3f
parent18ee86fd1dba519eeed5279d2b6be4e5978a8d41 (diff)
downloadmeta-fsl-ppc-c505c874541cad25ad9f4504132a30dd6e441518.tar.gz
ceetm: update to commit 2c79d0b
New commits imported: 2c79d0b ceetm: asf dummy packet hook in ceetm 179d761 ceetm: improved error handling ceb2646 ceetm: Adding support for vlan and large packets 83243fd ceetm: use the extended dpa_tx call from dpaa 6126e29 ceetm: set the fq context_a for buffer recycling 4cbb1ba Revert "Avoid crash on incorrect classid result with classifier" aaa61ff Revert "ceetm: redefine the print_rate function" c2de120 Makefile: use KBUILD_OUTPUT to point to build-artifacts b000e91 Avoid crash on incorrect classid result with classifier 2242e7a ceetm: redefine the print_rate function Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-kernel/ceetm/ceetm_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb
index beed5cd..7c369fe 100644
--- a/recipes-kernel/ceetm/ceetm_git.bb
+++ b/recipes-kernel/ceetm/ceetm_git.bb
@@ -6,8 +6,8 @@ DEPENDS="virtual/kernel"
6 6
7inherit module qoriq_build_64bit_kernel 7inherit module qoriq_build_64bit_kernel
8 8
9SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;nobranch=1" 9SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;branch=sdk-v1.9.x"
10SRCREV = "ecf55c9ca0cd42a212653e1f99c19cd611e3a008" 10SRCREV = "2c79d0b3465368a19bb2b4ccd680ddd297ebe377"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13