aboutsummaryrefslogtreecommitdiffstats
path: root/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
blob: aadb665692130640e5b38705b61f7d50aadba5cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "CLOSED"
RDEPENDS = "kernel (2.4.18-rmk7-pxa3-embedix)"
PR = "r5"

SRC_URI = "http://www.openzaurus.org/mirror/sd-modules-2.4.18-rmk7-pxa3-embedix.tar.bz2 \
	   file://sd \
	   file://sdmgr \
	   file://sdcontrol \
	   file://sharp_mmcsd_m.o"
S = "${WORKDIR}"

inherit update-rc.d

INITSCRIPT_NAME = "sd"
INITSCRIPT_PARAMS = "start 04 2 3 4 5 . stop 96 0 1 6 ."

do_install() {
	install -d ${D}/etc/init.d ${D}/sbin
	install -d ${D}/lib/modules/${PV}/kernel/drivers/block/
	install -m 0755 ${WORKDIR}/sdmgr ${D}/sbin/
	install -m 0755 ${WORKDIR}/sdcontrol ${D}/${sysconfdir}
	install -m 0755 ${WORKDIR}/sd ${D}/etc/init.d/
	install -m 0644 ${MACHINE}/sharp_mmcsd_m.o ${D}/lib/modules/${PV}/kernel/drivers/block/
}

PACKAGE_ARCH = ${MACHINE_ARCH}
FILES_${PN} = "/"