[OE-core] [PATCH] gdb-cross-canadian: disable conflicting PACKAGECONFIG variables

2016-03-26 Thread Jonathan Liu
The PACKAGECONFIG variables in gdb-common.inc don't work correctly for the cross recipes so they need to be disabled. Python support was not being enabled because the python PACKAGECONFIG added --without-python to OE_EXTRACONF. The recipe depends on nativesdk-readline and the readline

[OE-core] [PATCH] gdb-cross: disable conflicting PACKAGECONFIG variables

2016-03-26 Thread Jonathan Liu
The PACKAGECONFIG variables in gdb-common.inc don't work correctly for the cross recipes so they need to be disabled. Python support was not being enabled because the python PACKAGECONFIG added --without-python to OE_EXTRACONF. The recipe depends on readline-native and the readline PACKAGECONFIG

Re: [OE-core] [PATCH] gdb-cross-canadian: use PACKAGECONFIG for python and readline

2016-03-26 Thread Jonathan Liu
Hi Richard, On 27 March 2016 at 09:46, Richard Purdie wrote: > On Fri, 2016-03-25 at 22:33 +1100, Jonathan Liu wrote: >> Signed-off-by: Jonathan Liu >> --- >> meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 12 +++- >> 1 file

Re: [OE-core] [PATCH] gdb-cross-canadian: use PACKAGECONFIG for python and readline

2016-03-26 Thread Richard Purdie
On Fri, 2016-03-25 at 22:33 +1100, Jonathan Liu wrote: > Signed-off-by: Jonathan Liu > --- > meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc

Re: [OE-core] How to use externalsrc with git workspace

2016-03-26 Thread Richard Purdie
On Fri, 2016-03-25 at 16:18 -0400, Cliff Brake wrote: > Hi, > > In the past (say Dora era), I've used externalsrc like: > > > DESCRIPTION = "MyApp" > LICENSE = "CLOSED" > > inherit externalsrc > > SRCREV = "${AUTOREV}" > PV = "1.4+gitr${SRCPV}" > PR = "r1" > > SRC_URI =