aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h4000.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-10 19:14:06 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-10 19:14:06 +0000
commit2825d11f905b6dcf433c7829793b5a4f18f4dd78 (patch)
tree88405dbfff8f8e9e009998697cad2b5ab0678cc3 /conf/machine/h4000.conf
parentfee446e9444ccd3e1ebc151e73652af12440c718 (diff)
downloadopenembedded-2825d11f905b6dcf433c7829793b5a4f18f4dd78.tar.gz
h4000, htcblueangel: Add pcmciautils to MACHINE_EXTRA.
* These machines have ACX100 internally connected to PCMCIA, and now there's proper CardServices driver for it. At least while it is in debugging phase, it is beneficial to have pcmciautils around. Don't pcmcia to MACHINE_FEATURES, as the meaning of that is machine having full-fledges PCMCIA support, and leads to installation of several additiona packages which won't useful in this case.
Diffstat (limited to 'conf/machine/h4000.conf')
-rw-r--r--conf/machine/h4000.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf
index cd6a6dd6a1..5aeab899b3 100644
--- a/conf/machine/h4000.conf
+++ b/conf/machine/h4000.conf
@@ -13,7 +13,7 @@ require conf/machine/include/tune-xscale.conf
ROOT_FLASH_SIZE = "32"
VOLATILE_STORAGE_SIZE = "64"
GUI_MACHINE_CLASS = "smallscreen"
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
#
# Software/packages selection
@@ -22,7 +22,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
PCMCIA_MANAGER = "pcmciautils"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
+MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware ${PCMCIA_MANAGER}"
MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-h4000-audio \
kernel-module-i2c-pxa \
kernel-module-acx \