Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Sun, 1 May 2005 00:40:05 +0000 (00:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Sun, 1 May 2005 00:40:05 +0000 (00:40 +0000)
into bkbits.net:/repos/n/nslu2-linux/openembedded

2005/05/01 00:28:49+02:00 uni-frankfurt.de!mickeyl
reenable additional cards >> bluetooth.conf and reorder metadata in bluez-utils-common to a more natural order

2005/04/30 01:51:50+02:00 uni-frankfurt.de!mickeyl
ship hdparm in the base image for Spitz (C3000) which has a 4G MicroDrive built in

2005/04/29 14:08:53+02:00 uni-frankfurt.de!mickeyl
fix opie-mobilemsg pics packaging

BKrev: 42742565AxqwMGKaT8a9onY0NG6bsA

conf/machine/spitz.conf
packages/bluez-utils/bluez-utils-common_2.16.inc
packages/opie-mobilemsg/opie-mobilemsg.inc
packages/opie-mobilemsg/opie-mobilemsg_1.2.0.bb
packages/opie-mobilemsg/opie-mobilemsg_cvs.bb

index 2607d12..76035c1 100644 (file)
@@ -7,10 +7,14 @@ include conf/machine/zaurus-clamshell-2.4.conf
 
 PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa27x"
 
-PIVOTBOOT_EXTRA_DEPENDS += "pivotinit pcmcia-cs"
+PIVOTBOOT_EXTRA_DEPENDS  += "pivotinit pcmcia-cs"
 PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit pcmcia-cs"
 PIVOTBOOT_EXTRA_RRECOMMENDS += ""
 
+# HdParm
+BOOTSTRAP_EXTRA_DEPENDS  += "hdparm"
+BOOTSTRAP_EXTRA_RDEPENDS += "hdparm"
+
 # BI Module
 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxa27x-bi"
 
index e69de29..12af639 100644 (file)
@@ -0,0 +1,43 @@
+DESCRIPTION = "Linux Bluetooth Stack Userland Utilities."
+SECTION = "console"
+PRIORITY = "optional"
+DEPENDS = "bluez-libs-${PV} pcmcia-cs"
+RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
+       file://base.patch;patch=1 \
+       file://blueboxes.patch;patch=1 \
+       file://hcid.conf \
+       file://bluetooth.default \
+       file://bluetooth.conf "
+
+S = "${WORKDIR}/bluez-utils-${PV}"
+
+EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} \
+                --enable-pcmcia --enable-initscripts"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "bluetooth"
+INITSCRIPT_PARAMS = "defaults 23 19"
+
+do_install_append() {
+       install -d ${D}${base_sbindir} ${D}${base_bindir}/
+       mv ${D}${sbindir}/* ${D}${base_sbindir}/
+       mv ${D}${bindir}/* ${D}${base_bindir}/
+       rmdir ${D}${bindir} ${D}${sbindir}
+       chmod u+s ${D}${base_sbindir}/hciattach ${D}${base_sbindir}/hciconfig
+       chmod 755 ${D}${sysconfdir}/pcmcia/bluetooth
+       install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/
+       install -m 0644 ${WORKDIR}/bluetooth.default ${D}${sysconfdir}/default/bluetooth
+       cat ${WORKDIR}/bluetooth.conf >> ${D}${sysconfdir}/pcmcia/bluetooth.conf
+}
+
+CONFFILES_${PN} = "${sysconfdir}/bluetooth/hcid.conf ${sysconfdir}/bluetooth/rfcomm.conf \
+       ${sysconfdir}/bluetooth/pin ${sysconfdir}/default/bluetooth"
+
+PACKAGES =+ "${PN}-ciptool ${PN}-bluepin"
+FILES_${PN}-ciptool = "/bin/ciptool"
+FILES_${PN}-bluepin = "/bin/bluepin"
index e69de29..4dfaae2 100644 (file)
@@ -0,0 +1,16 @@
+DESCRIPTION = "Mobile Messaging"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+APPNAME = "mobilemsg"
+APPTYPE = "binary"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+do_install() {
+        install -d ${D}${palmtopdir}/pics/${APPNAME}/
+        install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.* ${D}${palmtopdir}/pics/${APPNAME}/
+}
index e69de29..43e8c67 100644 (file)
@@ -0,0 +1,7 @@
+include ${PN}.inc
+    
+PR = "r1"
+
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/comm/mobilemsg \
+           ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
+           ${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
index e536117..5d7133a 100644 (file)
@@ -1,7 +1,7 @@
 include ${PN}.inc
     
 PV = "1.2.0+cvs-${CVSDATE}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/comm/mobilemsg \
            ${HANDHELDS_CVS};module=opie/pics \