summaryrefslogtreecommitdiff
path: root/meta/packages/gdb
AgeCommit message (Collapse)AuthorFiles
2010-08-27Major layout change to the packages directoryRichard Purdie13
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 <rpurdie@linux.intel.com>
2010-08-20gdb: disable installation of bfd/iberty/opcodesKevin Tian4
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 <kevin.tian@intel.com>
2010-08-12gdb: Make sure expat is not accidentally includedRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-08gdb family: upgrade from 6.8 to 7.1Nitin A Kamble13
upgraded gdb, gdb-cross & 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 <nitin.a.kamble@intel.com>
2010-06-25cross-canadian: ensure package dependencies are generated correctlyJoshua Lock1
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 <josh@linux.intel.com>
2010-06-23gdb-cross-canadian: build with the host-triplet prefixJoshua Lock1
Our cross-canadian tools our built with the host-triplet prefix, gdb should do similar. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-26gdb-cross: Allow to build after recent gettext changesGary Thomas1
Signed off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-14gdb-cross-canadian: Add missing gettext-nativesdk DEPENDSRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-12-04gdb: Make sure cross-candian version does not provide gdbserverRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-12-02gdb: Clean up recipe and don't inherit cross for cross-canadianRichard Purdie6
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17cross.bbclass: Adjust the core class staging method as all users have been ↵Richard Purdie3
vetted and won't be affected Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17gdb: Clean up do_install and convert to use install for stagingRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-18gdb: Add cross-canadian recipeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-02Drop now unneeded FILESDIR and S variables from various recipesRichard Purdie1
2008-10-07gdb: Bump PR after readline library changesRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5441 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-04gdb-cross-sdk: Add missing dependency on expat-sdkRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4827 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-22gdb-cross-sdk: Add missing ncurses-sdk dependencyRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4305 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-04gdb: it is GPLv3+ nowMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4175 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-04gdb: upgraded to 6.8Marcin Juszkiewicz6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4174 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23gdb: Add missing patchRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3210 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23gdb: Add patch to ignore bogus CFLAGS whitespace changesRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3209 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-01gdb: Move 6.6 patch out of .inc fileRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2636 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-01gdb: Fix typoRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2635 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-01gdb: metadata cleanupRichard Purdie4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2634 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-22gdb: Add missing quoteRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2204 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-22gdb: Add gdb-cross-sdk, factor out code into .inc filesRichard Purdie5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2202 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-20gdb: Remove old versionsRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2200 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-20gdb-cross: Use cross class, not sdkRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2199 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-17Cloned the gdb/files/sim-install.patch to sim-install-6.6.patch and removedRobert Bradford2
the second half since that is no longer necessary when applying onto gdb-cross-6.6. The gdb-cross-6.6 recipe was updated to use this patch. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1153 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-08gdb: Add version 6.6Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1127 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-12gdb: 6.3 -> 6.4Richard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@798 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-21Clean up and correct MAINTAINERSRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21Rename /openembedded/ -> /meta/Richard Purdie8
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966