From 1629da56a64f1323816dbe9d051b82c8348bb6f2 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 8 Feb 2006 15:38:08 +0000 Subject: sharp-sdmmc-support: added some tweaks to fix #653 - /etc/init.d/sd use insmod instead of modprobe to load module (we do not have modules.dep at this moment) - module filename is defined in /etc/default/sharp_sdmmc - renamed recipe as it give false info being only for 2.4.18 - PV of package is set correct to KERNEL_VERSION (no more 2.4.18-rmk7-pxa3-embedix on 2.4.20 machines) taken from .oz354fam083 --- ...sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 packages/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb (limited to 'packages/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb') diff --git a/packages/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb b/packages/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb deleted file mode 100644 index b84e0575af..0000000000 --- a/packages/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}" -SECTION = "kernel/modules" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "CLOSED" -RDEPENDS = "kernel (${KERNEL_VERSION})" -PR = "r21" - -SRC_URI = "http://www.openzaurus.org/mirror/sd-modules-2.4.18-rmk7-pxa3-embedix-r4.tar.bz2 \ - file://sd \ - file://sdmgr \ - file://sdcontrol" -S = "${WORKDIR}" - -inherit module-base update-rc.d - -INITSCRIPT_NAME = "sd" -INITSCRIPT_PARAMS = "start 39 S . stop 96 0 1 6 ." - -do_install() { - install -d ${D}${sysconfdir}/init.d ${D}${base_sbindir} - install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/block/ - install -m 0755 ${WORKDIR}/sdmgr ${D}${base_sbindir}/ - install -m 0755 ${WORKDIR}/sdcontrol ${D}${sysconfdir} - install -m 0755 ${WORKDIR}/sd ${D}${sysconfdir}/init.d/ - install -m 0644 ${MACHINE}/sharp_mmcsd_m.o ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/block/ -} - -FILES_${PN} = "/" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3