summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/alix.conf6
-rw-r--r--conf/machine/gumstix-connex.conf2
-rw-r--r--conf/machine/gumstix-verdex.conf2
-rw-r--r--conf/machine/include/tune-geodelx.conf6
-rw-r--r--conf/machine/omap5912osk.conf2
5 files changed, 16 insertions, 2 deletions
diff --git a/conf/machine/alix.conf b/conf/machine/alix.conf
index 77312791dc..29af29a3b8 100644
--- a/conf/machine/alix.conf
+++ b/conf/machine/alix.conf
@@ -5,9 +5,9 @@
# http://pcengines.ch/alix1c.htm
# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
-TARGET_ARCH = "i686"
+TARGET_ARCH = "i586"
-PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
+PACKAGE_EXTRA_ARCHS = "x86 i386 i486 geode"
PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
@@ -17,6 +17,8 @@ GLIBC_EXTRA_OECONF = "--with-tls"
MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi"
+require conf/machine/include/tune-geodelx.conf
+
IMAGE_FSTYPES += "tar.gz"
MACHINE_EXTRA_RRECOMMENDS = "\
diff --git a/conf/machine/gumstix-connex.conf b/conf/machine/gumstix-connex.conf
index a431762d0a..5bca152500 100644
--- a/conf/machine/gumstix-connex.conf
+++ b/conf/machine/gumstix-connex.conf
@@ -1,5 +1,7 @@
require conf/machine/include/gumstix.inc
+RDEPENDS_kernel-base = ""
+
MACHINE_FEATURES += " usbgadget "
GUMSTIX_400MHZ = "y"
diff --git a/conf/machine/gumstix-verdex.conf b/conf/machine/gumstix-verdex.conf
index ab24552646..dc44342e65 100644
--- a/conf/machine/gumstix-verdex.conf
+++ b/conf/machine/gumstix-verdex.conf
@@ -1,5 +1,7 @@
require conf/machine/include/gumstix.inc
+RDEPENDS_kernel-base = ""
+
PACKAGE_EXTRA_ARCHS += " iwmmxt "
MACHINE_FEATURES += " usbhost "
diff --git a/conf/machine/include/tune-geodelx.conf b/conf/machine/include/tune-geodelx.conf
new file mode 100644
index 0000000000..335fadec6e
--- /dev/null
+++ b/conf/machine/include/tune-geodelx.conf
@@ -0,0 +1,6 @@
+# Geode CPU has it's own target in GCC 4.3
+# in older versions k6-2 is closest
+#
+TARGET_CC_ARCH = "-march=k6-2"
+PACKAGE_ARCH = "geode"
+
diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf
index 7418054f49..ee476b3602 100644
--- a/conf/machine/omap5912osk.conf
+++ b/conf/machine/omap5912osk.conf
@@ -25,5 +25,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-module-ide-cs \
kernel-module-nls-base \
kernel-module-vfat"
+RDEPENDS_kernel-base = ""
+
require conf/machine/include/tune-arm926ejs.inc