[oe-commits] Graeme Gregory : binutils_2.18.atmel.1.0.1.bb : add latest binutils for AVR32

git version control git at git.openembedded.org
Wed Jun 16 09:11:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d93a88d73cc0db0617123d2e40fe804e87690ab5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d93a88d73cc0db0617123d2e40fe804e87690ab5

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Mon Mar  1 22:34:57 2010 +0000

binutils_2.18.atmel.1.0.1.bb : add latest binutils for AVR32

---

 .../binutils/binutils-cross_2.18.atmel.1.0.1.bb    |    3 ++
 recipes/binutils/binutils_2.18.atmel.1.0.1.bb      |   23 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/recipes/binutils/binutils-cross_2.18.atmel.1.0.1.bb b/recipes/binutils/binutils-cross_2.18.atmel.1.0.1.bb
new file mode 100644
index 0000000..fa82a3c
--- /dev/null
+++ b/recipes/binutils/binutils-cross_2.18.atmel.1.0.1.bb
@@ -0,0 +1,3 @@
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-2.18"
+require binutils_${PV}.bb
+require binutils-cross.inc
diff --git a/recipes/binutils/binutils_2.18.atmel.1.0.1.bb b/recipes/binutils/binutils_2.18.atmel.1.0.1.bb
new file mode 100644
index 0000000..d08e61c
--- /dev/null
+++ b/recipes/binutils/binutils_2.18.atmel.1.0.1.bb
@@ -0,0 +1,23 @@
+INC_PR = "r8"
+PR = "${INC_PR}.2"
+
+require binutils.inc
+LICENSE = "GPLv3"
+
+SRC_URI = "\
+     http://avr32linux.org/twiki/pub/Main/BinutilsPatches/binutils-${PV}.tar.bz2;name=archive \
+     file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \
+     file://binutils-configure-texinfo-version.patch;patch=1 \
+     file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \
+     file://110-arm-eabi-conf.patch;patch=1 \
+     file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \
+     file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \
+     file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \
+     file://binutils-uclibc-gas-needs-libm.patch;patch=1 \
+     file://binutils-x86_64_i386_biarch.patch;patch=1 \
+     file://binutils-section-in-segment.patch;patch=1;pnum=0 \
+     file://parse-neon-vmov.diff;patch=1 \
+     "
+SRC_URI[archive.md5sum] = "71fb723a456fd902ee785328f0d09cd5"
+SRC_URI[archive.sha256sum] = "ea614e9fbec6cb9af08a911660a30991918df44e0328046341f7866ffd2f68d8"
+





More information about the Openembedded-commits mailing list