diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:14 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:23 -0300 |
| commit | f4290a9ed0c522e5bbadd81c3f5018681eb81430 (patch) | |
| tree | 9a71b087a639d62f672cf17fac18f18a71a7ae17 /recipes-kernel/kernel-modules/kernel-module-ceetm_git.bb | |
| parent | c9faec51bbaebd2bfabf19d9de0c00c5adc6b99d (diff) | |
| download | meta-freescale-f4290a9ed0c522e5bbadd81c3f5018681eb81430.tar.gz | |
kernel-module-ceetm: rename back to ceetm
ceetm ships not only ceetm.ko, but also q_ceetm.so. Rename back to
ceetm
As the recipe inherits module.bbclass, kernel-module-ceetm will be
created to package ceetm.ko if it is installed into /lib/modules/.
Signed-off-by: Ting Liu <ting.liu@nxp.com>>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-ceetm_git.bb')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-ceetm_git.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-ceetm_git.bb b/recipes-kernel/kernel-modules/kernel-module-ceetm_git.bb deleted file mode 100644 index 7009b2dbf..000000000 --- a/recipes-kernel/kernel-modules/kernel-module-ceetm_git.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | DESCRIPTION = "CEETM TC QDISC" | ||
| 2 | LICENSE = "GPLv2 & BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" | ||
| 4 | |||
| 5 | inherit module qoriq_build_64bit_kernel | ||
| 6 | |||
| 7 | SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;nobranch=1" | ||
| 8 | SRCREV = "ecf55c9ca0cd42a212653e1f99c19cd611e3a008" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} SYSROOT=${STAGING_DIR_TARGET}" | ||
| 13 | export KERNEL_PATH = "${STAGING_KERNEL_DIR}" | ||
| 14 | |||
| 15 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | ||
| 16 | do_configure_prepend () { | ||
| 17 | sed -i 's,$(KERNEL_PATH)/.config,$(KBUILD_OUTPUT)/.config,' ${S}/ceetm_module/Makefile | ||
| 18 | } | ||
| 19 | |||
| 20 | do_install(){ | ||
| 21 | mkdir -p ${D}/usr/driver/ceetm | ||
| 22 | mkdir -p ${D}/${libdir}/tc | ||
| 23 | cp ${S}/bin/ceetm.ko ${D}/usr/driver/ceetm | ||
| 24 | cp ${S}/bin/q_ceetm.so ${D}/${libdir}/tc/. | ||
| 25 | } | ||
| 26 | |||
| 27 | FILES_${PN} += "/usr/driver/ceetm ${libdir}/tc" | ||
| 28 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 29 | |||
| 30 | COMPATIBLE_MACHINE = "(e6500-64b|t1040|t1042)" | ||
