From 85005417707a043c8b9d928f82a9b171f8b7e8eb Mon Sep 17 00:00:00 2001 From: Camelia Groza Date: Tue, 15 Mar 2016 15:04:04 +0200 Subject: ceetm: update to a237e09 * kernel module was seperated now, no need to build/install * update the compatible machine list 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 Signed-off-by: Ting Liu --- recipes-kernel/ceetm/ceetm_git.bb | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index 228daddb..e6687a4d 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|ls1043a)" -- cgit v1.2.3-54-g00ecf