[oe-commits] org.oe.dev Fixed x86-prescott and added x86-32-nocona machines.

likewise commit openembedded-commits at lists.openembedded.org
Sat Aug 25 20:49:35 UTC 2007


Fixed x86-prescott and added x86-32-nocona machines.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: 45ca967807a5074a8c64f0c1a767ad0f29409890
ViewMTN: http://monotone.openembedded.org/revision.psp?id=45ca967807a5074a8c64f0c1a767ad0f29409890
Files:
1
conf/machine/include/tune-x86-nocona.conf
conf/machine/x86-32-nocona.conf
conf/machine/x86-prescott.conf
Diffs:

#
# mt diff -rd18feb1d8e89b47d73a2b64e512f5ca4dcbb85fa -r45ca967807a5074a8c64f0c1a767ad0f29409890
#
# 
# 
# add_file "conf/machine/include/tune-x86-nocona.conf"
#  content [e3055e1b7d16571baa2b5057e57bea5bafce0eff]
# 
# add_file "conf/machine/x86-32-nocona.conf"
#  content [b522dc4b9b621d931cd9f477e2bcf5a9797b1184]
# 
# patch "conf/machine/x86-prescott.conf"
#  from [b8d329ec5b9571027699938a2c508f2cbe3b7859]
#    to [4dfd059cbf58a8516ce7da5aac28fa268f23eb8e]
# 
============================================================
--- conf/machine/include/tune-x86-nocona.conf	e3055e1b7d16571baa2b5057e57bea5bafce0eff
+++ conf/machine/include/tune-x86-nocona.conf	e3055e1b7d16571baa2b5057e57bea5bafce0eff
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-march=nocona"
+TARGET_CC_KERNEL_ARCH = "-march=nocona"
============================================================
--- conf/machine/x86-32-nocona.conf	b522dc4b9b621d931cd9f477e2bcf5a9797b1184
+++ conf/machine/x86-32-nocona.conf	b522dc4b9b621d931cd9f477e2bcf5a9797b1184
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@NAME: x86-nocona
+#@DESCRIPTION: Machine configuration for Intel 'Nocona' processor in 32-bit mode
+#
+
+TARGET_ARCH = "i686"
+MACHINE_ARCH = "x86-32-nocona"
+PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586 i686"
+
+require conf/machine/include/tune-x86-nocona.conf
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
+OLDEST_KERNEL = "2.6.20"
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
+IMAGE_FSTYPES = "ext2.gz"
+
+MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" 
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+MACHINE_TASK_PROVIDER = "task-base"
+
============================================================
--- conf/machine/x86-prescott.conf	b8d329ec5b9571027699938a2c508f2cbe3b7859
+++ conf/machine/x86-prescott.conf	4dfd059cbf58a8516ce7da5aac28fa268f23eb8e
@@ -1,9 +1,9 @@ TARGET_ARCH = "i686"
 #@TYPE: Machine
 #@NAME: x86-prescott
 #@DESCRIPTION: Machine configuration for a generic i686 machine
 
 TARGET_ARCH = "i686"
-PACKAGE_ARCH = "x86-prescott"
+MACHINE_ARCH = "x86-prescott"
 PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586 i686"
 
 require conf/machine/include/tune-x86-prescott.conf






More information about the Openembedded-commits mailing list