[oe-commits] org.oe.dev merge of '714d18ab0ac1f1a1eac49614202379c5e280243b'

oe commit openembedded-commits at lists.openembedded.org
Wed Oct 24 00:31:42 UTC 2007


merge of '714d18ab0ac1f1a1eac49614202379c5e280243b'
     and 'c9981e7f0cdbc263c56a265edce6737f4b66cc40'

Author: oe at openembedded.org
Branch: org.openembedded.dev
Revision: 2ebd940d98ad52f4e6d4972f53b6a358d0e845c5
ViewMTN: http://monotone.openembedded.org/revision/info/2ebd940d98ad52f4e6d4972f53b6a358d0e845c5
Files:
1
conf/machine/dht-walnut.conf
packages/binutils/binutils_2.16.bb
Diffs:

#
# mt diff -r714d18ab0ac1f1a1eac49614202379c5e280243b -r2ebd940d98ad52f4e6d4972f53b6a358d0e845c5
#
# 
# 
# patch "conf/machine/dht-walnut.conf"
#  from [bb26cc95419c8f5c3a5b33db309f3dd223e684ae]
#    to [dad757ccc4507d5be5901a6218ef81704c49261c]
# 
============================================================
--- conf/machine/dht-walnut.conf	bb26cc95419c8f5c3a5b33db309f3dd223e684ae
+++ conf/machine/dht-walnut.conf	dad757ccc4507d5be5901a6218ef81704c49261c
@@ -13,7 +13,7 @@ TARGET_CPU = "405"
 MACHINE_FEATURES = "kernel26 ext2"
 
 TARGET_CPU = "405"
-OLDEST_KERNEL = "2.6.18"
+TARGET_FPU    =  "soft"
 
 #don't try to access tty1
 USE_VT = "0"


#
# mt diff -rc9981e7f0cdbc263c56a265edce6737f4b66cc40 -r2ebd940d98ad52f4e6d4972f53b6a358d0e845c5
#
# 
# 
# patch "packages/binutils/binutils_2.16.bb"
#  from [e8f4d7f7221f84224deec02c960351b1cc143312]
#    to [53c0cea1af6729f7fff1d4913c3d4a3f332ed7d2]
# 
============================================================
--- packages/binutils/binutils_2.16.bb	e8f4d7f7221f84224deec02c960351b1cc143312
+++ packages/binutils/binutils_2.16.bb	53c0cea1af6729f7fff1d4913c3d4a3f332ed7d2
@@ -1,20 +1,21 @@ SRC_URI = \
 PR = "r8"
 
 SRC_URI = \
-    "http://ftp.gnu.org/gnu/binutils/binutils-${PV}.tar.bz2 \
+    "${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \
      file://ld_makefile.patch;patch=1 \
      file://better_file_error.patch;patch=1 \
      file://signed_char_fix.patch;patch=1 \
      file://binutils-2.16-objcopy-rename-errorcode.patch;patch=1 \
      file://binutils-100_cflags_for_build.patch;patch=1"
 
-SRC_URI += "file://binutils-2.16.1-e300c2c3.patch;patch=1"
-
 # uclibc patches
 SRC_URI += "file://binutils-2.16-linux-uclibc.patch;patch=1"
 
-# thumb support patches
+# arm thumb support patches
 SRC_URI += "file://binutils-2.16-thumb-trampoline.patch;patch=1"
 SRC_URI += "file://binutils-2.16-thumb-glue.patch;patch=1"
 
+# powerpc patches
+SRC_URI += "file://binutils-2.16.1-e300c2c3.patch;patch=1"
+
 require binutils.inc






More information about the Openembedded-commits mailing list