aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/jornada56x.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-03-08 22:43:59 +0000
committerHolger Freyther <zecke@selfish.org>2005-03-08 22:43:59 +0000
commit24e04b63328ab2a293ecad44e860370c23d71c5b (patch)
tree1dbab815cd58b47b3c56ab357a0fe0e2c1377cf5 /conf/machine/jornada56x.conf
parent5193a4fcc801783c31f2803323dac39600506acf (diff)
downloadopenembedded-24e04b63328ab2a293ecad44e860370c23d71c5b.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded 2005/03/08 23:36:33+01:00 handhelds.org!zecke Jornada Updates by Alex Lange: -USE_UDEV="1" instead of manually depending on it -update fstab.. -a new devices file for jornada56x BKrev: 422e2aaf4XSV1XPnH9dzA3e0B57b3w
Diffstat (limited to 'conf/machine/jornada56x.conf')
-rw-r--r--conf/machine/jornada56x.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/jornada56x.conf b/conf/machine/jornada56x.conf
index 646c86ce56..27befe506a 100644
--- a/conf/machine/jornada56x.conf
+++ b/conf/machine/jornada56x.conf
@@ -7,11 +7,13 @@ IPKG_ARCHS = "all arm ${MACHINE}"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa-2.6"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel udev"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules module-init-tools udev"
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules module-init-tools"
EXTRA_IMAGECMD_jornada56x = "-e 0x40000 -p"
+USE_DEVFS = "1"
+
SERIAL_CONSOLE = "115200 ttySA0"
include conf/machine/handheld-common.conf