<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/packages/gdb, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2010-08-27T14:29:45Z</updated>
<entry>
<title>Major layout change to the packages directory</title>
<updated>2010-08-27T14:29:45Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-27T14:14:24Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=29d6678fd546377459ef75cf54abeef5b969b5cf'/>
<id>urn:sha1:29d6678fd546377459ef75cf54abeef5b969b5cf</id>
<content type='text'>
Having one monolithic packages directory makes it hard to find things
and is generally overwhelming. This commit splits it into several
logical sections roughly based on function, recipes.txt gives more
information about the classifications used.

The opportunity is also used to switch from "packages" to "recipes"
as used in OpenEmbedded as the term "packages" can be confusing to
people and has many different meanings.

Not all recipes have been classified yet, this is just a first pass
at separating things out. Some packages are moved to meta-extras as
they're no longer actively used or maintained.

Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>gdb: disable installation of bfd/iberty/opcodes</title>
<updated>2010-08-20T15:03:07Z</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-08-20T05:13:36Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=4cdaa1789a82a89121c0c2b91724848755f12863'/>
<id>urn:sha1:4cdaa1789a82a89121c0c2b91724848755f12863</id>
<content type='text'>
Those are assumed to be provided by binutils, so we disable installation
here. Without doing so, a broken libbfd.la from gdb is installed to sysroot
which overrides binutils version and then hurt other packages such as
oprofile

also fix --with-readline to --with-system-readline

Signed-off-by: Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
<entry>
<title>gdb: Make sure expat is not accidentally included</title>
<updated>2010-08-12T13:41:29Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-11T14:52:33Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=53f22c9b8befdeed7934bcf107e39d15a04a2326'/>
<id>urn:sha1:53f22c9b8befdeed7934bcf107e39d15a04a2326</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>gdb family: upgrade from 6.8 to 7.1</title>
<updated>2010-07-09T05:05:20Z</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2010-06-28T15:51:08Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a'/>
<id>urn:sha1:936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a</id>
<content type='text'>
upgraded gdb, gdb-cross &amp; gdb-cross-canadian recipes.

ignore_whitespace_changes.patch : this patch is not needed anymore
because the newer version fixed the issue differently.

rebased other patches to the newer version of the source code.

Added the --with-libelf line in the gdb-common.inc to fix a
configure faulre.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
</content>
</entry>
<entry>
<title>cross-canadian: ensure package dependencies are generated correctly</title>
<updated>2010-06-25T13:54:20Z</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-25T12:11:39Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=b8e16403fa5454c1e2839e6595c4032eff770d0b'/>
<id>urn:sha1:b8e16403fa5454c1e2839e6595c4032eff770d0b</id>
<content type='text'>
cross-canadian packages need to look for their SOLIBS in the nativesdk
sysroot so that dependencies are correctly picked up and meta-toolchains are
correctly built.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>gdb-cross-canadian: build with the host-triplet prefix</title>
<updated>2010-06-23T17:43:45Z</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-23T17:15:19Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=01e54ffb42090f0b1769639ccab338a2208386b8'/>
<id>urn:sha1:01e54ffb42090f0b1769639ccab338a2208386b8</id>
<content type='text'>
Our cross-canadian tools our built with the host-triplet prefix, gdb should do
similar.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>gdb-cross: Allow to build after recent gettext changes</title>
<updated>2010-02-26T17:13:23Z</updated>
<author>
<name>Gary Thomas</name>
<email>gary@mlbassoc.com</email>
</author>
<published>2010-02-26T15:03:09Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=12eed15a319381202ce8067dbc8f4cda27d46d73'/>
<id>urn:sha1:12eed15a319381202ce8067dbc8f4cda27d46d73</id>
<content type='text'>
Signed off-by: Gary Thomas &lt;gary@mlbassoc.com&gt;
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>gdb-cross-canadian: Add missing gettext-nativesdk DEPENDS</title>
<updated>2010-01-14T10:50:53Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-01-14T10:50:53Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=5afaf16714d94cc5f8d10c2fc0f54c72cc2c78df'/>
<id>urn:sha1:5afaf16714d94cc5f8d10c2fc0f54c72cc2c78df</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>gdb: Make sure cross-candian version does not provide gdbserver</title>
<updated>2009-12-04T23:36:19Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-12-04T23:36:19Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=c7d4ad8e9dce735cf52caaf38afe2392301b2536'/>
<id>urn:sha1:c7d4ad8e9dce735cf52caaf38afe2392301b2536</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>gdb: Clean up recipe and don't inherit cross for cross-canadian</title>
<updated>2009-12-02T11:35:35Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-12-02T11:35:35Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=7bb37ffb35d9786b8da2aa9c6cd98e15cb8ba785'/>
<id>urn:sha1:7bb37ffb35d9786b8da2aa9c6cd98e15cb8ba785</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
</feed>
