Added irda-utils to handheld-common to get IrDa working
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 15 Oct 2004 13:21:21 +0000 (13:21 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 15 Oct 2004 13:21:21 +0000 (13:21 +0000)
BKrev: 416fced1IK0TeQgWWXnhOKlakS9Dwg

conf/machine/handheld-common.conf

index e69de29..d8f61b8 100644 (file)
@@ -0,0 +1,24 @@
+HANDHELD_MODULES = "ipv6 \
+ipsec \
+nvrd \
+mip6-mn \
+tun \
+ide-cs ide-disk \
+loop \
+vfat ext2 \
+sunrpc nfs \
+btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart \
+pcnet-cs serial-cs \
+af_packet \
+ppp-async ppp-deflate ppp-mppe \
+ip-gre ip-tables ipip \
+irda irlan irnet irport irtty \
+input uinput \
+"
+
+# Configuration bits for "generic handheld"
+BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp bluez-utils wireless-tools irda-utils"
+BOOTSTRAP_EXTRA_RDEPENDS +=  "pcmcia-cs apm irda-utils"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${HANDHELD_MODULES}')}"
+
+INHERIT += "linux_modules"