diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:15 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:23 -0300 |
commit | 7940ed96fa8abd39105625695cdc5afea77fac75 (patch) | |
tree | 11921c73e35b1ff9c94aca5eee40b803ec1ec9bd /recipes-kernel/ceetm/ceetm_git.bb | |
parent | f4290a9ed0c522e5bbadd81c3f5018681eb81430 (diff) | |
download | meta-freescale-7940ed96fa8abd39105625695cdc5afea77fac75.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@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/ceetm/ceetm_git.bb')
-rw-r--r-- | recipes-kernel/ceetm/ceetm_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index 7009b2db..2c91ffb1 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb | |||
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" | |||
4 | 4 | ||
5 | inherit module qoriq_build_64bit_kernel | 5 | inherit module qoriq_build_64bit_kernel |
6 | 6 | ||
7 | SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;nobranch=1" | 7 | SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;branch=sdk-v1.9.x" |
8 | SRCREV = "ecf55c9ca0cd42a212653e1f99c19cd611e3a008" | 8 | SRCREV = "2c79d0b3465368a19bb2b4ccd680ddd297ebe377" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||