aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-04-01 20:27:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-01 20:27:52 +0000
commit75fd3d5e52378b6adef9bc41f38494b406588d4e (patch)
treed75f093bcf17272d91222598c1f2576aaf3a886c /conf
parent6810a058fac9432493b76e9648b15a15a0ac780c (diff)
downloadopenembedded-75fd3d5e52378b6adef9bc41f38494b406588d4e.tar.gz
h6300.conf: remove stuff that doesn't belong in a MACHINE.conf. fix include path to tune-arm9tdmi.conf.
- PREFERRED_PROVIDER_libsdl is a per-build-tree setting, please set it in local.conf or similar - ENABLE_BINARY_LOCALE_GENERATION is a DISTRO decision (enabled by familiar.conf btw) - ASSUME_PROVIDED is a per-build-host setting, you could set it in site.conf (or local.conf)
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/h6300.conf8
1 files changed, 1 insertions, 7 deletions
diff --git a/conf/machine/h6300.conf b/conf/machine/h6300.conf
index bd0a65a095..a325f481ba 100644
--- a/conf/machine/h6300.conf
+++ b/conf/machine/h6300.conf
@@ -6,16 +6,10 @@ TARGET_ARCH = "arm"
PACKAGE_ARCH = "arm"
IPKG_ARCHS = "all arm armv4"
-PREFERRED_PROVIDER_libsdl = "libsdl-x11"
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"
@@ -45,4 +39,4 @@ 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