aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb
AgeCommit message (Collapse)Author
2010-07-15gdb-common.inc: Add -f to rm the files dont exist while building target gdbKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-14gdb: stop conflicting with binutilsDmitry Eremin-Solenikov
To stop gdb file conflicts with binutils (in different ways) move removing of bfd/opcodes/libiberty stuff to gdb-common.inc. Also bump PRs to force rebuild. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-28gdb-common.inc: Use FILESPATHPKG in place of FILESDIR.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-21gdb-cross-sdk: remove conflicting filesKoen Kooi
2010-06-16gdb-cross-sdk: drop more files conflicting with binutils-cross-sdkDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15gdb-cross-sdk: drop bfd&opcodes messages from the archiveDmitry Eremin-Solenikov
As a way to restore meta-toolchain generation, drop bfd.mo and opcodes.mo from gdb-cross-sdk archives, as these files clash with ones from binutils-cross-sdk. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15gdb-cross-sdk: unify recipes, move common code to gdb-corss-sdk.incDmitry Eremin-Solenikov
Unify gdb-cross-sdk recipes. INC_PR is choosen to be r3, as to be not less than 6.6 PR = r3. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15gdb: fix building of sim/ppcDmitry Eremin-Solenikov
One shouldn't depend on $(LIBS) value, as it contains -lz-like things, not only filenames. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-09gdb_7.1: Add patch to shut a warning when we boot into shell.Khem Raj
* [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for * device] this warning is pretty annoying when debugging on a shell which does not have a proper console device allocated and no job control. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-06gdb-cross_7.1.bb: Convert to new staging.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-05gdb: Convert to new staging mode (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05gdb: disable-lto as suggested by zecke on #oeMartin Jansa
* workaround for CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/libelf in gdb_7.1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-04gdb-7.1: Add recipes for version 7.1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-22gdb*: Add flex-native (and make sure we have relevant zlib) in DEPENDS.Tom Rini
2010-03-15gdb: update LICENSE to specific GPLv2/GPLv3 depending on versionDenys Dmytriyenko
2010-02-23gdb-cross-sdk: Add zlib-sdk to DEPENDS.Tom Rini
No PR bump since we don't actually link vs the -sdk libs.
2010-01-20gdb: Add RRECOMMENDS for uclibc-thread-db when using uclibc for system CKhem Raj
library. * Fix PR 3273 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-11-05gdb-7.0: Always use --enable-static to work-around possible linking problems.Stanislav Brabec
2009-10-13gdb-7.0: Add new recipes which use gdb 7.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-25gdb: Make 6.8 packages match regarding patches and licenseHolger Hans Peter Freyther
6.8 was the first release to use GPLv3+, make sure the license is set correctly. Also make sure the karmic compile fix is applied for everyone.
2009-08-02gdb: Add a patch to fix compilation of gdb 6.8Holger Hans Peter Freyther
gcc warns about the subscript_array being uninitialized, just memset this area... luckily I can not break much as this is for fortran code.
2009-06-30gdbserver: add 6.6 version - old, but GPLv2Denys Dmytriyenko
2009-06-24gdbserver: Switch to INC_PR, add LICENSE, only build gdbserver, drop DEPENDSTom Rini
To build just gdbserver, we don't need ncurses or readline, so drop the DEPENDS and pass --without- for configure. Also, we don't need to build anything more than 'gdbserver'.
2009-05-06gdb: 6.8 is GPLv3Tom Rini
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>