aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Laitio <lamikr@cc.jyu.fi>2006-04-19 23:11:24 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-19 23:11:24 +0000
commite00be261fe7fbff855cdaa2f435a07192604e3b1 (patch)
treeafc8250b1870b61d75f7dd7e8d29b1f6416dac73
parent6a229cf706cb02eec25a80867e7f1da2e3679a22 (diff)
downloadopenembedded-e00be261fe7fbff855cdaa2f435a07192604e3b1.tar.gz
h6300.conf: remove modutils-collateral to get the update-modules to create /etc/modules correctly during the first boot.
-rw-r--r--conf/machine/h6300.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/conf/machine/h6300.conf b/conf/machine/h6300.conf
index 99769eff05..6d67d3299b 100644
--- a/conf/machine/h6300.conf
+++ b/conf/machine/h6300.conf
@@ -10,11 +10,6 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux-h6300-omap1"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
-#Enable the pre-building of glibc locale config files. See glibc-package.bbclass
-ENABLE_BINARY_LOCALE_GENERATION = "1"
-#Assume that qemu is already installed (that's because qemu install will fail with gcc)
-ASSUME_PROVIDED += "qemu-native"
-
H6300_MODULES = "omapts i2c-omap pca9535 omap-keypad bluetooth rfcomm bnep l2cap hci_uart h6300_bt"
module_autoload_omapts = "omapts"
@@ -44,6 +39,6 @@ SERIAL_CONSOLE ?= "115200 ttyS0"
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
#Use OMAP 1510 cpu specifig arm9tdmi options for gcc
-include conf/machine/include/tune-arm9tdmi.conf
+include conf/machine/tune-arm9tdmi.conf
INHERIT += "linux_modules"