diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-05 17:41:53 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-05 15:24:50 -0300 |
commit | 5556f6f8352aa20cd916c7be5ed72628f5769fc2 (patch) | |
tree | 7252bba251d50b133d36b84fa1d52b385568c724 /recipes-kernel | |
parent | 5ff6aed2e8acf7855071c5de87baef56febee3d3 (diff) | |
download | meta-freescale-5556f6f8352aa20cd916c7be5ed72628f5769fc2.tar.gz |
ceetm: udpate to 6a7f2ec
Following changes are included:
6a7f2ec - make: account for changes in the iproute2 4.15 sources
9231d65 - ceetm: dpaa2: Only print shaping info at root class level
85fd3f0 - ceetm: dpaa2: Update help text
f98be8a - ceetm: choose between dpaa1/dpaa2 APIs at runtime
ca49b40 - ceetm: add a DPAA version detector call
8d77ae9 - ceetm: dpaa2: rename the config type enum to reflect the arch
aa9ef30 - ceetm: dpaa2: add the ceetm qdisc implementation
a743094 - ceetm: dpaa1: rename the config type enum to reflect the arch
c22d3d0 - ceetm: dpaa1: call the ceetm API from generic qdisc ops
4e24e6a - ceetm: dpaa1: move the ceetm API to a separate file
d5b318f - ceetm: dpaa1: rename the ceetm ops to dpaa1_ceetm ops
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/ceetm/ceetm_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index dae3695f..e3fbcab0 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & BSD" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=bac620b9883d38a84dfb73ca7122d915" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=bac620b9883d38a84dfb73ca7122d915" |
4 | 4 | ||
5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ceetm;nobranch=1" | 5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ceetm;nobranch=1" |
6 | SRCREV = "889c527b84d5ab0744b0483e03905abf5518e237" | 6 | SRCREV = "6a7f2ec2091df2f4380cb8d25a36c399aed5af1b" |
7 | 7 | ||
8 | DEPENDS = "iproute2" | 8 | DEPENDS = "iproute2" |
9 | 9 | ||