summaryrefslogtreecommitdiff
path: root/conf/distro/openomap.conf
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2006-08-30 21:52:52 +0000
committerPhilip Balister <philip@balister.org>2006-08-30 21:52:52 +0000
commitac7135e9c90c73e8c3fab13b7209b8e2f64910e7 (patch)
tree1c644377a4ed55fa67a69aac01c6d832c41221e8 /conf/distro/openomap.conf
parentb777f492ed8bfd26d409f31cfafb724f1ed62848 (diff)
Update openomap distro and omap5912osk machine file with fixes to
allow the OSK to boot. Includes changes to the kernel config to add TMPFS to the kernel config. The deployed fstab may need some tweaking still.
Diffstat (limited to 'conf/distro/openomap.conf')
-rw-r--r--conf/distro/openomap.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/openomap.conf b/conf/distro/openomap.conf
index fb06ca7f47..71690ac62f 100644
--- a/conf/distro/openomap.conf
+++ b/conf/distro/openomap.conf
@@ -8,10 +8,11 @@ TARGET_FPU ?= "soft"
# 2.4 vs 2.6 is a distro decision.
MODUTILS = "26"
-BOOTSTRAP_EXTRA_RDEPENDS += "udev"
PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap"
+PREFERRED_PROVIDER_hotplug = "udev"
+
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross"