Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Mon, 11 Oct 2004 15:27:01 +0000 (15:27 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 11 Oct 2004 15:27:01 +0000 (15:27 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/10/11 17:26:48+02:00 uni-frankfurt.de!mickeyl
remove the binary camera module and put the drivers to openzaurus.org

BKrev: 416aa645oz9jXdA8XGBQsHDKngaXHg

BitKeeper/etc/gone
sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/CE-AG06.dat [moved from sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharp-camera-2.4.18.tar.gz with 100% similarity]
sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc [new file with mode: 0644]
sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc.conf [new file with mode: 0644]
sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe

index a6c2255..6c43b47 100644 (file)
@@ -54,5 +54,6 @@ kergoth@direwolf.ppp.ti.com|tmp/base/tslib-1.0-r0/tslib/.patches/configure.patch
 kergoth@direwolf|tmp/base/make-3.80-r0/make-3.80/s.conftest|20031121052259|39582|c6bf26cbc42ce43
 linux-c860-20040124.patch
 poodle/sharp_mmcsd_m.o
+sharp-camera-2.4.18.tar.gz
 shepherd/sharp_mmcsd_m.o
 tosa/sharp_mmcsd_m.o
diff --git a/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc b/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc.conf b/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc.conf
new file mode 100644 (file)
index 0000000..e69de29
index efebef0..05074d3 100644 (file)
@@ -1,13 +1,25 @@
 DESCRIPTION = "Driver for the SHARP CG-AG06 digital compact flash camera for linux ${PV}"
-SECTION = "base"
+SECTION = "kernel/modules"
 PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "CLOSED"
+RDEPENDS = kernel (2.4.18-rmk7-pxa3-embedix)"
+PR = "r1"
 
-SRC_URI = "file://sharp-camera-2.4.18.tar.gz"
-S = "${WORKDIR}/sharp-camera"
+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}"
 
 do_install() {
-       install -d ${D}/
-       cp -a * ${D}/
+       install -d ${D}/etc/pcmcia/cis
+       install -d ${D}/lib/modules/2.4.18-rmk7-pxa3-embedix/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 sharpzdc_cs.o ${D}/lib/modules/2.4.18-rmk7-pxa3-embedix/pcmcia/
 }
 
 FILES_${PN} = "/"
+
index e5fa5d8..8cf9d2d 100644 (file)
@@ -1,15 +1,15 @@
 DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}"
-SECTION = "base"
+SECTION = "kernel/modules"
 PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "CLOSED"
 RDEPENDS = "kernel (2.4.18-rmk7-pxa3-embedix)"
-PR = "r6"
+PR = "r7"
 
 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"
+          file://sdcontrol"
 S = "${WORKDIR}"
 
 inherit update-rc.d