[oe-commits] org.oe.dev conf/machine/i586-generic.conf: Add a machine for a generic i586

ifaistos commit openembedded-commits at lists.openembedded.org
Mon May 28 21:49:37 UTC 2007


conf/machine/i586-generic.conf: Add a machine for a generic i586

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 175d2f75397c01350c3b46ea67557288f8e8c890
ViewMTN: http://monotone.openembedded.org/revision.psp?id=175d2f75397c01350c3b46ea67557288f8e8c890
Files:
1
conf/machine/i586-generic.conf
Diffs:

#
# mt diff -r5e7d2ef9641355febae57e92746e8f1f6346259e -r175d2f75397c01350c3b46ea67557288f8e8c890
#
# 
# 
# add_file "conf/machine/i586-generic.conf"
#  content [05b340d9c975605aeaf2831f07dbb6dfa845951c]
# 
============================================================
--- conf/machine/i586-generic.conf	05b340d9c975605aeaf2831f07dbb6dfa845951c
+++ conf/machine/i586-generic.conf	05b340d9c975605aeaf2831f07dbb6dfa845951c
@@ -0,0 +1,25 @@
+# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+#@TYPE: Machine
+#@NAME: i586-generic
+#@DESCRIPTION: Machine configuration for a generic i586 machine
+
+
+TARGET_ARCH = "i586"
+PACKAGE_EXTRA_ARCHS = "x86 i386 i486"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
+OLDEST_KERNEL = "2.6.18"
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
+IMAGE_FSTYPES = "ext2.gz"
+
+MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2"
+MACHINE_TASK_PROVIDER = "task-base"
+
+
+
+#tune for the i586 cpu
+require conf/machine/include/tune-i586.conf






More information about the Openembedded-commits mailing list