[oe-commits] org.oe.dev machine tune files: add FEED_ARCH to the usual suspects to make out-of-tree machines work

koen commit openembedded-commits at lists.openembedded.org
Mon Aug 27 13:14:00 UTC 2007


machine tune files: add FEED_ARCH to the usual suspects to make out-of-tree machines work

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 1be7f2bf094775877851ff25210a555a3b7ab659
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1be7f2bf094775877851ff25210a555a3b7ab659
Files:
1
conf/machine/include/tune-arm1136jf-s.conf
conf/machine/include/tune-arm920t.conf
conf/machine/include/tune-arm926ejs.conf
conf/machine/include/tune-xscale.conf
Diffs:

#
# mt diff -r23ca474a9b8158ff4608c0bbd8ce769d4e3d9348 -r1be7f2bf094775877851ff25210a555a3b7ab659
#
# 
# 
# patch "conf/machine/include/tune-arm1136jf-s.conf"
#  from [5a3e5932acd2c4060744b80a29575afe2d4371c9]
#    to [eb16d920f5e4b5c23d60ef7eeb3c4dc30ba84f11]
# 
# patch "conf/machine/include/tune-arm920t.conf"
#  from [207e404a30f6a151d53f88ddffbff128b41d77b3]
#    to [90b20a2b9db56011eaade4f5842ba8b4a8584126]
# 
# patch "conf/machine/include/tune-arm926ejs.conf"
#  from [e966494e533757a3d1a62411aad183ba18be3ea3]
#    to [c76a174d9339a3b351d5f39e293bf9321cac008f]
# 
# patch "conf/machine/include/tune-xscale.conf"
#  from [32838c82d74894c143d5d6c15c5202f982358479]
#    to [8823c4bff3c359eb9700b6eafb600e2820f129a3]
# 
============================================================
--- conf/machine/include/tune-arm1136jf-s.conf	5a3e5932acd2c4060744b80a29575afe2d4371c9
+++ conf/machine/include/tune-arm1136jf-s.conf	eb16d920f5e4b5c23d60ef7eeb3c4dc30ba84f11
@@ -1,2 +1,3 @@ TARGET_CC_ARCH = "-march=armv6j -mtune=a
 TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv6"
 PACKAGE_ARCH = "armv6"
============================================================
--- conf/machine/include/tune-arm920t.conf	207e404a30f6a151d53f88ddffbff128b41d77b3
+++ conf/machine/include/tune-arm920t.conf	90b20a2b9db56011eaade4f5842ba8b4a8584126
@@ -1,3 +1,4 @@
+FEED_ARCH = "armv4t"
 PACKAGE_ARCH = "armv4t" 
 TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
 
============================================================
--- conf/machine/include/tune-arm926ejs.conf	e966494e533757a3d1a62411aad183ba18be3ea3
+++ conf/machine/include/tune-arm926ejs.conf	c76a174d9339a3b351d5f39e293bf9321cac008f
@@ -1,3 +1,5 @@
+FEED_ARCH = "armv5te"
+
 # For gcc 3.x you need:
 #TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
 # For gcc 4.x you need:
============================================================
--- conf/machine/include/tune-xscale.conf	32838c82d74894c143d5d6c15c5202f982358479
+++ conf/machine/include/tune-xscale.conf	8823c4bff3c359eb9700b6eafb600e2820f129a3
@@ -1,3 +1,5 @@
+FEED_ARCH = "armv5te"
+
 TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
 TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
 PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"






More information about the Openembedded-commits mailing list