aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/geodelx.conf
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-05-31 23:18:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-31 23:18:20 +0000
commita37558949698152bb853c520dba87d40fc74e77f (patch)
treeed24ca0c1bc4dd0c4c405d18214f0510de1e0215 /conf/machine/geodelx.conf
parentcce9638455be863b406573020215590d72e4d70e (diff)
downloadopenembedded-a37558949698152bb853c520dba87d40fc74e77f.tar.gz
bootimg.bbclass - This creates a bootable image using syslinux, your kernel and an optional initrd
syslinux.bbclass - This creates a configuration file suitable for use with syslinux. db1200.conf geodelx.conf - add db1200 and geodelx machine configurations. Forgot the mt-add on these in the last attempt...
Diffstat (limited to 'conf/machine/geodelx.conf')
-rw-r--r--conf/machine/geodelx.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/geodelx.conf b/conf/machine/geodelx.conf
new file mode 100644
index 0000000000..841f4a8418
--- /dev/null
+++ b/conf/machine/geodelx.conf
@@ -0,0 +1,7 @@
+TARGET_ARCH = "i486"
+
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
+
+PREFERRED_PROVIDER_virtual/kernel="linux-geodelx"
+
+SELECTED_OPTIMIZATION_glibc := "${@'${SELECTED_OPTIMIZATION}'.replace('-fomit-frame-pointer', '')}"