[oe-commits] org.oe.dev openprotium: Move TARGET_FPU to the individual machines instead of distro config

nail commit openembedded-commits at lists.openembedded.org
Sun Mar 4 20:43:30 UTC 2007


openprotium: Move TARGET_FPU to the individual machines instead of distro config

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: d48faafc2d6c701f69b6f3eb81394114da352744
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d48faafc2d6c701f69b6f3eb81394114da352744
Files:
1
conf/distro/openprotium.conf
conf/machine/storcenter.conf
conf/machine/turbostation.conf
Diffs:

#
# mt diff -r854c81da2198134d8103aeca16448bf0159fe4d8 -rd48faafc2d6c701f69b6f3eb81394114da352744
#
# 
# 
# patch "conf/distro/openprotium.conf"
#  from [1acac4726088eadf459386097920d982e3f052e0]
#    to [d345e4ef53818feb39363427341b7abc8cfc6c1b]
# 
# patch "conf/machine/storcenter.conf"
#  from [a0443e4c03b90e7693838bccd027d84575c0dead]
#    to [ae57ac53eb132af2f233f34276a9987bd52ac099]
# 
# patch "conf/machine/turbostation.conf"
#  from [37684b034e08e6e81d6271bb01df7ab1b70887a7]
#    to [da9095351a937ce98e77aee4d7dbfb5d27128a8a]
# 
============================================================
--- conf/distro/openprotium.conf	1acac4726088eadf459386097920d982e3f052e0
+++ conf/distro/openprotium.conf	d345e4ef53818feb39363427341b7abc8cfc6c1b
@@ -49,7 +49,6 @@ TARGET_OS = "linux"
 #
 USE_NLS ?= "no"
 TARGET_OS = "linux"
-TARGET_FPU = "hard"
 HOTPLUG = "udev"
 PREFERRED_PROVIDER_virtual/libiconv = "glibc"
 PREFERRED_PROVIDER_virtual/libintl = "glibc"
============================================================
--- conf/machine/storcenter.conf	a0443e4c03b90e7693838bccd027d84575c0dead
+++ conf/machine/storcenter.conf	ae57ac53eb132af2f233f34276a9987bd52ac099
@@ -1,5 +1,6 @@ TARGET_OS = "linux"
 TARGET_ARCH = "powerpc"
 TARGET_OS = "linux"
+TARGET_FPU = "hard"
 # TARGET_VENDOR = "oe"
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
 # terminal specs - console, but no other ports
============================================================
--- conf/machine/turbostation.conf	37684b034e08e6e81d6271bb01df7ab1b70887a7
+++ conf/machine/turbostation.conf	da9095351a937ce98e77aee4d7dbfb5d27128a8a
@@ -1,5 +1,6 @@ TARGET_OS = "linux"
 TARGET_ARCH = "powerpc"
 TARGET_OS = "linux"
+TARGET_FPU = "hard"
 # TARGET_VENDOR = "oe"
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
 # terminal specs - console, but no other ports
@@ -11,5 +12,6 @@ PREFERRED_PROVIDER_virtual/kernel = "lin
 MACHINE_FEATURES= "kernel26 usbhost"
 BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
 PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation"
+udevdir = "/dev"
 
 require conf/machine/include/tune-ppc603e.conf






More information about the Openembedded-commits mailing list