[meta-freescale] [meta-freescale-layer][PATCH 42/67] ceetm: update to a237e09

ting.liu at nxp.com ting.liu at nxp.com
Mon Jul 4 03:42:00 PDT 2016


From: Camelia Groza <camelia.groza at freescale.com>

Changelog:
a237e09 ceetm: qcount and qweight aren't mandatory; update the help message
09fd87e ceetm: change the qweight for wbfs classes at runtime
09d6bc7 ceetm: remove the ceetm kernel module
fd9c4b3 ceetm: update class statistics
92c37a4 ceetm: edit the help message
d155fd6 ceetm: configure the cr and er of prio classes
610e157 ceetm: separate print_opt into two calls
3a35a3c ceetm: configure the wbfs weight
3b2fdd0 ceetm: show wbfs classes
8b42626 ceetm: add the wbfs qdisc
e9deb04 ceetm: merge the qdisc and class types; allow rates equal to 0
e45fc61 Configure the channels in the root classes
0eb7c9b Print a prio class
270c21b ceetm: configure the prio qdisc
f272dbe ceetm: configure the root qdisc and the underlying classes
fa07c93 ceetm: update the qdisc's help messages
1adfe00 ceetm: obtain the port's subportal dynamically

* update the compatible machine list
* no kernel module needs to be installed

add ls1043 to the compatible machine list

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 recipes-kernel/ceetm/ceetm_git.bb | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb
index 228dadd..54d2675 100644
--- a/recipes-kernel/ceetm/ceetm_git.bb
+++ b/recipes-kernel/ceetm/ceetm_git.bb
@@ -2,25 +2,18 @@ DESCRIPTION = "CEETM TC QDISC"
 LICENSE = "GPLv2 & BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
 
-inherit module qoriq_build_64bit_kernel
-
-SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;branch=sdk-v1.9.x"
-SRCREV = "2c79d0b3465368a19bb2b4ccd680ddd297ebe377"
+SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;branch=sdk-v2.0.x"
+SRCREV = "a237e094c3316a55727b855d15480e664545316a"
 
 S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} SYSROOT=${STAGING_DIR_TARGET}"
-export KERNEL_PATH = "${STAGING_KERNEL_DIR}"
 
-do_configure[depends] += "virtual/kernel:do_shared_workdir"
 do_install(){
-    install -d ${D}/lib/modules/${KERNEL_VERSION}/extra
     mkdir -p ${D}/${libdir}/tc
-    install -m 644 ${S}/bin/ceetm.ko ${D}/lib/modules/${KERNEL_VERSION}/extra/
     cp ${S}/bin/q_ceetm.so ${D}/${libdir}/tc/
 }
 
 FILES_${PN} += "${libdir}/tc"
 INHIBIT_PACKAGE_STRIP = "1"
-
-COMPATIBLE_MACHINE = "(e6500-64b|t1040|t1042)"
+COMPATIBLE_MACHINE = "(b4|t1|t2|t4)"
-- 
1.9.2



More information about the meta-freescale mailing list