From: Michael Lauer Date: Tue, 19 Apr 2005 19:06:29 +0000 (+0000) Subject: zaurus-clamshell-2.6: ship serial modules and bluetooth modules in base image X-Git-Tag: Release-2010-05/1~14373 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57834d16327cb0b066d1dcf6a2ed1727f96eeaa8;p=openembedded.git zaurus-clamshell-2.6: ship serial modules and bluetooth modules in base image BKrev: 426556b5J1unnLTetLQJBpcPJmBs0A --- diff --git a/conf/machine/zaurus-clamshell-2.6.conf b/conf/machine/zaurus-clamshell-2.6.conf index 4cefec7af2..39723cf06b 100644 --- a/conf/machine/zaurus-clamshell-2.6.conf +++ b/conf/machine/zaurus-clamshell-2.6.conf @@ -15,3 +15,9 @@ BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5" # SMB and CRAMFS BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs" +# Serial Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs" +# Bluetooth Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ + kernel-module-bnep kernel-module-hidp kernel-module-sco kernel-module-bt3c-cs \ + kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-hci-uart"