summaryrefslogtreecommitdiffstats
path: root/recipes/gdb
AgeCommit message (Collapse)Author
2010-10-14gdb (all): Add bison-native to DEPENDStested_2010-10-14Tom Rini
While in here, noticed that I didn't do the second half of 8b2cac31bec0b97c8bc66ff3e6d2c9903f2ae8dc as I intended and actually delete the DEPENDS line here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-13gdb-cross-sdk.inc: We must use do_configure_appendTom Rini
The goal is to have oe_runconf happen twice. So we want the normal gdb-cross.inc do_configure to happen so we get an initial configure. Then gdb-cross-sdk does its thing and then we run oe_runconf again. All of this shows that we really need to sit down and think and test the dance we're doing here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-13gdb-cross/cross-sdk: Fixup DEPENDS furtherTom Rini
Since we are statically linking, as noted before, we now share the same DEPENDS set on cross and cross-sdk. And gdb cannot build without grabbing some stuff from the real compiler. gdb-cross was fine but gdb-cross-sdk was relying previously on an oddity of zlib. To be clear, add in virtual/${TARGET_PREFIX}gcc with a comment. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-13gdb-cross-sdk.inc: Do not run autoreconfTim Harvey
* GDB autoconfigury mandates uses of a given autconf e.g. 2.64 for gdb 7.1, but OE's default autoconf native is 2.65 and it does not go so well with gdb. We do not really need to recreate configure if it its not needed Signed-off-by: Tim Harvey <harvey.tim@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13gdb-cros-sdk.inc: Update our DEPENDS listTom Rini
Since we statically link, we don't want to depend on the -sdk version of things but do want to depend on the -native version. We also need to depend on expat-native. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-11gdb : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-04gdb-common.inc: Nuke a few more possible conflicts.Tom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-04gdb-cross-sdk: Only fixup sim Makefiles that existTom Rini
This can fail for versions that just pass in --disable-sim Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-30gdb: Don't clobber files installed by binutils.Graham Gower
Also, move INC_PR into gdb-common.inc and propagate it into all recipes. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-29gdb-cross-sdk: fix compilation on non-arm platformsDmitry Eremin-Solenikov
Not all platforms are arm. Not all platforms have sim/arm/Makefile for sed. Grrr. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Cc: Eric Bénard <eric@eukrea.com> Cc: Tom Rini <tom_rini@mentor.com>
2010-09-23gdb-cross-sdk: use static libncurses libtinfo libz and libexpatEric Bénard
* statically linking these libs prevents several runtime problems Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2010-08-28gdb_7.1.bb: Add support to build gdb for SH4 natively.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-23ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCEtesting_2010-08-23Khem Raj
* Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-06gdb: Drop empty do_stage functionsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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>