<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-devtools/binutils, branch bernard</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=bernard</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=bernard'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-02-09T11:07:49+00:00</updated>
<entry>
<title>binutils-cross-canadian.inc: disable -werror like -cross does</title>
<updated>2011-02-09T11:07:49+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2011-02-09T10:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3150c5a0c210da6bce9ccd3d1a110a4d7058166d'/>
<id>urn:sha1:3150c5a0c210da6bce9ccd3d1a110a4d7058166d</id>
<content type='text'>
The error this works around is:

cc1: warnings being treated as errors
gas/config/tc-arm.c: In function 'parse_operands':
gas/config/tc-arm.c:1876:27: error: 'firsttype$defined' may be used uninitialized in this function
gas/config/tc-arm.c:1876:27: error: 'firsttype$index' may be used uninitialized in this function

Ideally it should get fixed properly, but let's mimic binutils-cross for now

Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>binutils: fix library RPATHs</title>
<updated>2011-01-21T09:36:16+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2011-01-18T20:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4d387c3c0e8807013af61c964536c68f8e976762'/>
<id>urn:sha1:4d387c3c0e8807013af61c964536c68f8e976762</id>
<content type='text'>
This integrates the RPATH fixes we recently applied to libtool.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>binutils: Fix QA staging errors for target binutils</title>
<updated>2011-01-21T09:36:15+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2011-01-17T23:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=68a9d3dd5a40dd1a3d664e4a99cc9da18686f2e1'/>
<id>urn:sha1:68a9d3dd5a40dd1a3d664e4a99cc9da18686f2e1</id>
<content type='text'>
* The spurious paths were caused by a -L on commandline which pointed to
  build dir. So we dont use -L &lt;wordir&gt; -liberty instead use the
  libiberty.a directly on commandline effects are same but .la does not
  have the workdir path in deplibs

Patch obtained from OpenEmbedded, written by Khem Raj.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>binutils: forward-port the binutils-poison.patch</title>
<updated>2011-01-21T09:36:15+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2011-01-19T19:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ce175a948e296c7c5fe6249723e799db47e97932'/>
<id>urn:sha1:ce175a948e296c7c5fe6249723e799db47e97932</id>
<content type='text'>
Update the binutils-poison.patch to apply cleanly on binutils
2.21

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>binutils: upgrade to 2.21 and add libtool sysroot support</title>
<updated>2011-01-21T09:36:15+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-12-22T18:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c15f20a124cdc4966014ff624a06ab5a325042cd'/>
<id>urn:sha1:c15f20a124cdc4966014ff624a06ab5a325042cd</id>
<content type='text'>
* Upgraded binutils to v2.21
* Incorporated libtool sysroot patches from OE
* Removed patches no longer needed or obsoleted by OE patches

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>binutils: use default ${CC} instead of defining it own</title>
<updated>2011-01-06T10:06:29+00:00</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2011-01-05T02:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=73cc14980c5770d98473eadb0a4a986d2830f675'/>
<id>urn:sha1:73cc14980c5770d98473eadb0a4a986d2830f675</id>
<content type='text'>
binutils.inc exports its own ${CC} which is similar to default ${CC}
but missing ${TOOLCHAIN_OPTION}, which makes --sysroot option lost
when compiling target binutils which then further breaks sstate.

Signed-off-by: Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
<entry>
<title>binutils*.inc: Recipe format cleanup</title>
<updated>2010-12-23T16:07:00+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-12-22T18:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b3a195d1e85feeccb3c9c448bbd0384c9cac4fb8'/>
<id>urn:sha1:b3a195d1e85feeccb3c9c448bbd0384c9cac4fb8</id>
<content type='text'>
Cleanup some simple whitespace / line break issues.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>binutils: delete unused patches</title>
<updated>2010-12-23T16:06:45+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-12-22T17:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=674f99954091856a67c532d17248df6c59b9394d'/>
<id>urn:sha1:674f99954091856a67c532d17248df6c59b9394d</id>
<content type='text'>
These patches are not used by any current binutils recipe.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>recipes-devtools: Add Summary information</title>
<updated>2010-12-16T15:53:08+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2010-11-18T23:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8bcb64c0737e2322031a5579c1a3fa01d944b348'/>
<id>urn:sha1:8bcb64c0737e2322031a5579c1a3fa01d944b348</id>
<content type='text'>
Add Summary information and update Descripts as necessary.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH.</title>
<updated>2010-12-10T15:36:48+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2010-12-06T09:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2021e2a74f4a8cb2066279e3006087fd3b198bc9'/>
<id>urn:sha1:2021e2a74f4a8cb2066279e3006087fd3b198bc9</id>
<content type='text'>
Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH for
cross-canadian packages. This is due to the TARGET_ARCH of x86_64
would results incorrect packaging in cross-canadian packages.

The pacakge name appendix of x86_64 target in cross-canadian
packages is x86-64.

Signed-off-by: Lianhao Lu &lt;lianhao.lu@intel.com&gt;
</content>
</entry>
</feed>
