7c76ff6636bce69a01696b28a4533185f9f9a97b
[vuplus_openembedded] / sharp-binary-only / sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
1 DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux 2.4.18-rmk7-pxa3-embedix"
2 SECTION = "base"
3 PRIORITY = "optional"
4
5 SRC_URI = file://${FILESDIR}/sharp-sdmmc-2.4.18.tar.gz
6 S = "${WORKDIR}/sharp-sdmmc"
7
8 do_install() {
9         install -d ${D}/
10         cp -a etc lib sbin ${D}/
11         install -m 0755 modules/${MACHINE}.o ${D}/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/block/
12 }
13
14 FILES_${PN}=/
15