From 1a9787fd353c7d33ac1551f81e965ffc74797faf Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 8 Dec 2004 13:59:49 +0000 Subject: compile openzaurus kernels and modules using the OZ version appended to EXTRAVERSION BKrev: 41b708d5vT6S2lzR9WJNcF9rNvjN7g --- ...harp-camera-support_2.4.18-rmk7-pxa3-embedix.bb | 28 +++++++++++++++++++ ...sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb | 31 ++++++++++++++++++++++ 2 files changed, 59 insertions(+) (limited to 'sharp-binary-only') diff --git a/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.bb b/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.bb index e69de29bb2..69d0f7cab3 100644 --- a/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.bb +++ b/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Driver for the SHARP CG-AG06 digital compact flash camera for linux ${PV}" +SECTION = "kernel/modules" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer " +LICENSE = "CLOSED" +RDEPENDS = "kernel (${KERNEL_VERSION})" +PR = "r4" + +SRC_URI = "http://www.openzaurus.org/mirror/camera-modules-2.4.18-rmk7-pxa3-embedix.tar.bz2 \ + file://CE-AG06.dat \ + file://sharpzdc \ + file://sharpzdc.conf" +S = "${WORKDIR}" + +inherit module-base + +do_install() { + install -d ${D}/etc/pcmcia/cis + install -d ${D}/lib/modules/${KERNEL_VERSION}/pcmcia + install -m 0644 ${WORKDIR}/CE-AG06.dat ${D}/etc/pcmcia/cis/ + install -m 0644 ${WORKDIR}/sharpzdc.conf ${D}/etc/pcmcia/ + install -m 0755 ${WORKDIR}/sharpzdc ${D}/etc/pcmcia/ + install -m 0644 ${MACHINE}/sharpzdc_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ +} + +FILES_${PN} = "/" + +PACKAGE_ARCH := "${MACHINE_ARCH}" diff --git a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb index e69de29bb2..a09eaa0731 100644 --- a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb +++ b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb @@ -0,0 +1,31 @@ +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 = "r8" + +SRC_URI = "http://www.openzaurus.org/mirror/sd-modules-2.4.18-rmk7-pxa3-embedix.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}/etc/init.d ${D}/sbin + install -d ${D}/lib/modules/${KERNEL_VERSION}/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/${KERNEL_VERSION}/kernel/drivers/block/ +} + +FILES_${PN} = "/" + +PACKAGE_ARCH := "${MACHINE_ARCH}" -- cgit v1.2.3