[oe-commits] org.oe.dev conf/machine: do qa for some mips machine recipes

woglinde2 commit oe at amethyst.openembedded.net
Sat May 17 19:33:41 UTC 2008


conf/machine: do qa for some mips machine recipes
* add conf/machine/include/tune-mips2.inc
* let rb500.conf and wl500g.conf include it
* remove TARGET_CC_ARCH from all recipes, it should be set at distribution
  level

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: e9694e67eab5656acc0305097c9945a509173ce7
ViewMTN: http://monotone.openembedded.org/revision/info/e9694e67eab5656acc0305097c9945a509173ce7
Files:
1
conf/machine/include/tune-mips2.inc
conf/machine/rb500.conf
conf/machine/wl500g.conf
conf/machine/wrt54.conf
Diffs:

#
# mt diff -r2b6778e1634a75fcf4e15e2d5625eb2429054d0a -re9694e67eab5656acc0305097c9945a509173ce7
#
#
#
# add_file "conf/machine/include/tune-mips2.inc"
#  content [057bacb0584328df3d50b30000597eb1d919767b]
# 
# patch "conf/machine/rb500.conf"
#  from [c5e4304761ab59c29e7a9549abec25df0455a552]
#    to [ec3468237873c1f6f3831eb19db443d2aba4a9e0]
# 
# patch "conf/machine/wl500g.conf"
#  from [d7067382eb29e1f5c251a2c48f5e4f7d36f6f0f9]
#    to [b7ee5dd752935d7f8924e84976cadbce6359227d]
# 
# patch "conf/machine/wrt54.conf"
#  from [5d9e6710b8fae51d475e91a5c2047e7be52b7649]
#    to [2fe22c13b02b4959e3cab0cc7ff5c98fb68bf489]
#
============================================================
--- conf/machine/include/tune-mips2.inc	057bacb0584328df3d50b30000597eb1d919767b
+++ conf/machine/include/tune-mips2.inc	057bacb0584328df3d50b30000597eb1d919767b
@@ -0,0 +1 @@
+TARGET_CC_ARCH = "-mips2"
============================================================
--- conf/machine/rb500.conf	c5e4304761ab59c29e7a9549abec25df0455a552
+++ conf/machine/rb500.conf	ec3468237873c1f6f3831eb19db443d2aba4a9e0
@@ -3,5 +3,6 @@ TARGET_ARCH = "mipsel"
 #@DESCRIPTION: Machine configuration for the MIPS based Routerboard
 
 TARGET_ARCH = "mipsel"
-TARGET_CC_ARCH = "-Os -mips2"
 PREFERRED_PROVIDER_virtual/kernel = "linux-rb500"
+
+include conf/machine/include/tune-mips2.inc
============================================================
--- conf/machine/wl500g.conf	d7067382eb29e1f5c251a2c48f5e4f7d36f6f0f9
+++ conf/machine/wl500g.conf	b7ee5dd752935d7f8924e84976cadbce6359227d
@@ -5,4 +5,4 @@ MACHINE_FEATURES = "kernel26 usbhost wif
 TARGET_ARCH = "mipsel"
 MACHINE_FEATURES = "kernel26 usbhost wifi ext2"
 
+include conf/machine/include/mips2.inc
-TARGET_CC_ARCH = "-Os -mips2"
============================================================
--- conf/machine/wrt54.conf	5d9e6710b8fae51d475e91a5c2047e7be52b7649
+++ conf/machine/wrt54.conf	2fe22c13b02b4959e3cab0cc7ff5c98fb68bf489
@@ -3,7 +3,6 @@ TARGET_ARCH = "mipsel"
 #@DESCRIPTION: Machine configuration for the MIPS based WRT54G(S) devices
 
 TARGET_ARCH = "mipsel"
-TARGET_CC_ARCH = "-Os"
 
 SERIAL_CONSOLE = "tts/0"
 






More information about the Openembedded-commits mailing list