summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-01-27 18:48:36 +0000
committerKoen Kooi <koen@openembedded.org>2005-01-27 18:48:36 +0000
commit8f06b6d2b68d7f173171474bb8cefd462f1298bf (patch)
tree2d20aa12903631e9976b1f96bf2d49e2dffa7c4a /conf/machine
parente9f4e1f825c8ae3b8781a20cba20bce0ff4b6237 (diff)
fix ipaq-pxa-2.6 related things
BKrev: 41f93784sfO6vK_eYn4-rwRgTwfBeA
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/ipaq-pxa-2.6.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ipaq-pxa-2.6.conf b/conf/machine/ipaq-pxa-2.6.conf
index 68873bdb31..ad50bff395 100644
--- a/conf/machine/ipaq-pxa-2.6.conf
+++ b/conf/machine/ipaq-pxa-2.6.conf
@@ -1,10 +1,10 @@
-IPKG_ARCHS = "all arm ipaqpxa ${MACHINE}"
+IPKG_ARCHS = "all arm h3900 ${MACHINE}"
TARGET_ARCH = arm
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral module-init-tools"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules modutils-collateral module-init-tools"
+BOOTSTRAP_EXTRA_DEPENDS = "udev virtual/kernel modutils-collateral module-init-tools"
+BOOTSTRAP_EXTRA_RDEPENDS = "udev kernel kernel-modules modutils-collateral module-init-tools"
include conf/machine/handheld-common.conf
GUI_MACHINE_CLASS = "smallscreen"