summaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb-cross-sdk.inc
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-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-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-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-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>