Merge http://oe-devel@openembedded.bkbits.net/openembedded
authorHolger Schurig <schurig@mn-solutions.de>
Fri, 18 Feb 2005 11:37:04 +0000 (11:37 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Fri, 18 Feb 2005 11:37:04 +0000 (11:37 +0000)
into mnz66.mn-solutions.de:/usr/src/oe/p

2005/02/18 10:50:34+01:00 (none)!koen
zaurus-clamshell-2.6.conf:  remove ROOT_FLASH_SIZE=64

2005/02/18 10:16:29+01:00 (none)!koen
hotplug-dbus_0.9.bb, hal_0.2.bb: hotplug->linux-hotplug

BKrev: 4215d360YCEPaoKwc6s_r6_ObJzx8Q

conf/machine/zaurus-clamshell-2.6.conf
packages/hal/hal_0.2.bb
packages/hotplug-dbus/hotplug-dbus_0.9.bb

index e69de29..530d12a 100644 (file)
@@ -0,0 +1,15 @@
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus"
+PREFERRED_VERSION_orinoco-modules = "cvs"
+
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel udev sysfsutils hostap-modules    orinoco-modules \
+pcmcia-cs apmd ppp wireless-tools console-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel        udev sysfsutils hostap-modules-cs orinoco-modules-cs \
+pcmcia-cs apm  ppp wireless-tools irda-utils udev-utils console-tools"
+
+# NFS Modules
+BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc"
+# Crypto Modules
+BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5"
+# SMB and CRAMFS
+BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs"
index e69de29..52ebed4 100644 (file)
@@ -0,0 +1,17 @@
+SECTION = "unknown"
+DESCRIPTION = "Hardware Abstraction Layer"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+DEPENDS = "dbus expat"
+RDEPENDS += "linux-hotplug"
+HOMEPAGE = "http://freedesktop.org/Software/hal"
+LICENSE = "GPL LGPL AFL"
+
+SRC_URI = "http://freedesktop.org/~david/hal-${PV}/hal-${PV}.tar.gz"
+S = "${WORKDIR}/hal-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
+               --with-expat=${STAGING_LIBDIR}/.. \
+               --with-dbus-sys=${sysconfdir}/dbus-1/system.d \
+               --with-hotplug=${sysconfdir}/hotplug.d"
index e69de29..3d22baa 100644 (file)
@@ -0,0 +1,9 @@
+PR = "r1"
+SECTION = "base"
+DESCRIPTION = "D-BUS glue for hotplug system"
+DEPENDS = "dbus linux-hotplug"
+MAINTAINER = "Phil Blundell <pb@debian.org>"
+RDEPENDS = "linux-hotplug"
+LICENSE = "GPL"
+
+inherit gpe