From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by arago-project.org (Postfix) with ESMTPS id F0E9252A6F for ; Wed, 14 Nov 2012 04:23:12 +0000 (UTC) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id qAE4NC9S003027 for ; Tue, 13 Nov 2012 22:23:12 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id qAE4NCBj007553 for ; Tue, 13 Nov 2012 22:23:12 -0600 Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.1.323.3; Tue, 13 Nov 2012 22:23:12 -0600 Received: from localhost ([158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id qAE4NBMi006711; Tue, 13 Nov 2012 22:23:12 -0600 Date: Tue, 13 Nov 2012 23:23:11 -0500 From: Denys Dmytriyenko To: "Cooper Jr., Franklin" Message-ID: <20121114042310.GG13096@edge> References: <1352865012-11447-1-git-send-email-denys@ti.com> <20121114035851.GE13096@edge> <05B212D4-8433-4995-88CF-34CF07576A0D@ti.com> <8F29D6B095ED194EA1980491A5E029710C31FD9E@DFLE09.ent.ti.com> <20121114041930.GA27733@denix.org> MIME-Version: 1.0 In-Reply-To: <20121114041930.GA27733@denix.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH] meta-toolchain-arago: special case for gdb to be built as part of canadian-cross-sdk X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2012 04:23:13 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline BTW, you'll get bitbake complaining about 2 recipes providing the same gdb, but still building everything up - we can clean that up later... On Tue, Nov 13, 2012 at 11:19:30PM -0500, Denys Dmytriyenko wrote: > Attached. > > > On Wed, Nov 14, 2012 at 04:17:34AM +0000, Cooper Jr., Franklin wrote: > > Please send this patch as an attachment so I can download it and test it out if you do not want to commit this. I am not setup to grab patches via email. > > > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-bounces@arago-project.org] On Behalf Of Maupin, Chase > > Sent: Tuesday, November 13, 2012 10:09 PM > > To: Dmytriyenko, Denys; meta-arago@arago-project.org > > Subject: Re: [meta-arago] [PATCH] meta-toolchain-arago: special case for gdb to be built as part of canadian-cross-sdk > > > > Thank you denys. We will check for compatibility. Thanks for the quick response on this. > > > > Sent from my cell phone > > ----- Reply message ----- > > From: "Dmytriyenko, Denys" > > > Date: Tue, Nov 13, 2012 9:59 pm > > Subject: [meta-arago] [PATCH] meta-toolchain-arago: special case for gdb to be built as part of canadian-cross-sdk > > To: "meta-arago@arago-project.org" > > > This provides the bare minimum to get the Python-enabled gdb-7.4 into the > > devkit and set it up properly. We would need to test it with gdbserver-7.2 and > > run it through OSRB... > > > > -- > > Denys > > > > > > On Tue, Nov 13, 2012 at 10:50:12PM -0500, Denys Dmytriyenko wrote: > > > Signed-off-by: Denys Dmytriyenko > > > > --- > > > meta-arago-extras/conf/distro/include/tcmode-external-arago.inc | 4 ++++ > > > meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb | 9 ++++++++- > > > 2 files changed, 12 insertions(+), 1 deletion(-) > > > > > > diff --git a/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc b/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc > > > index 2ed3df2..3bc0fed 100644 > > > --- a/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc > > > +++ b/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc > > > @@ -30,6 +30,10 @@ PREFERRED_PROVIDER_glibc-thread-db = "external-arago-toolchain" > > > PREFERRED_PROVIDER_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "external-arago-sdk-toolchain" > > > PREFERRED_PROVIDER_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "external-arago-sdk-toolchain" > > > > > > +# Special case for gdb to be built as part of canadian-cross-sdk > > > +bindir_pn-gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "${exec_prefix}/bin" > > > +PREFERRED_PROVIDER_gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" > > > + > > > GCCVERSION ?= "4.5%" > > > SDKGCCVERSION ?= "4.5%" > > > BINUVERSION ?= "2.20%" > > > diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb > > > index 1683c1f..f780385 100644 > > > --- a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb > > > +++ b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb > > > @@ -4,7 +4,7 @@ TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-${ARMPKGARCH}-${TARGET_OS}-sdk-${SDK_ARCH}" > > > > > > require recipes-core/meta/meta-toolchain.bb > > > > > > -PR = "r7" > > > +PR = "r8" > > > > > > SDKTARGETSYSROOT = "${SDKPATH}/${ARAGO_TARGET_SYS}" > > > > > > @@ -54,6 +54,8 @@ toolchain_create_sdk_env_script () { > > > echo 'export OECORE_ACLOCAL_OPTS="-I $SDK_PATH/usr/share/aclocal"' >> $script > > > echo 'export OECORE_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script > > > echo 'export OECORE_SDK_VERSION="${SDK_VERSION}"' >> $script > > > + echo 'export PYTHONHOME=$SDK_PATH' >> $script > > > + echo 'export PYTHONPATH=lib/python2.7' >> $script > > > } > > > > > > populate_sdk_ipk_append () { > > > @@ -64,4 +66,9 @@ populate_sdk_ipk_append () { > > > printf "#!/bin/sh\nLD_LIBRARY_PATH=\x24SDK_PATH/lib:\x24LD_LIBRARY_PATH \x24SDK_PATH/lib/ld-linux.so.2 \x24SDK_PATH/bin/$i.real \x24\x2a\n" > $i > > > chmod +x $i > > > done > > > + > > > + # Special case for gdb, which is built as part of canadian-cross-sdk > > > + mv ${ARAGO_TARGET_SYS}-gdb ${ARAGO_TARGET_SYS}-gdb.real > > > + printf "#!/bin/sh\nLD_LIBRARY_PATH=\x24SDK_PATH/lib:\x24LD_LIBRARY_PATH \x24SDK_PATH/lib/ld-linux.so.2 \x24SDK_PATH/bin/${ARAGO_TARGET_SYS}-gdb.real \x24\x2a\n" > ${ARAGO_TARGET_SYS}-gdb > > > + chmod +x ${ARAGO_TARGET_SYS}-gdb > > > } > > > -- > > > 1.8.0 > > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > > From c1dc0ecaa8665910459a60192eb16071624478b4 Mon Sep 17 00:00:00 2001 > From: Denys Dmytriyenko > Date: Tue, 13 Nov 2012 22:44:45 -0500 > Subject: [PATCH] meta-toolchain-arago: special case for gdb to be built as > part of canadian-cross-sdk > > Signed-off-by: Denys Dmytriyenko > --- > meta-arago-extras/conf/distro/include/tcmode-external-arago.inc | 4 ++++ > meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb | 9 ++++++++- > 2 files changed, 12 insertions(+), 1 deletion(-) > > diff --git a/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc b/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc > index 2ed3df2..3bc0fed 100644 > --- a/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc > +++ b/meta-arago-extras/conf/distro/include/tcmode-external-arago.inc > @@ -30,6 +30,10 @@ PREFERRED_PROVIDER_glibc-thread-db = "external-arago-toolchain" > PREFERRED_PROVIDER_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "external-arago-sdk-toolchain" > PREFERRED_PROVIDER_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "external-arago-sdk-toolchain" > > +# Special case for gdb to be built as part of canadian-cross-sdk > +bindir_pn-gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "${exec_prefix}/bin" > +PREFERRED_PROVIDER_gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" > + > GCCVERSION ?= "4.5%" > SDKGCCVERSION ?= "4.5%" > BINUVERSION ?= "2.20%" > diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb > index 1683c1f..f780385 100644 > --- a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb > +++ b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb > @@ -4,7 +4,7 @@ TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-${ARMPKGARCH}-${TARGET_OS}-sdk-${SDK_ARCH}" > > require recipes-core/meta/meta-toolchain.bb > > -PR = "r7" > +PR = "r8" > > SDKTARGETSYSROOT = "${SDKPATH}/${ARAGO_TARGET_SYS}" > > @@ -54,6 +54,8 @@ toolchain_create_sdk_env_script () { > echo 'export OECORE_ACLOCAL_OPTS="-I $SDK_PATH/usr/share/aclocal"' >> $script > echo 'export OECORE_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script > echo 'export OECORE_SDK_VERSION="${SDK_VERSION}"' >> $script > + echo 'export PYTHONHOME=$SDK_PATH' >> $script > + echo 'export PYTHONPATH=lib/python2.7' >> $script > } > > populate_sdk_ipk_append () { > @@ -64,4 +66,9 @@ populate_sdk_ipk_append () { > printf "#!/bin/sh\nLD_LIBRARY_PATH=\x24SDK_PATH/lib:\x24LD_LIBRARY_PATH \x24SDK_PATH/lib/ld-linux.so.2 \x24SDK_PATH/bin/$i.real \x24\x2a\n" > $i > chmod +x $i > done > + > + # Special case for gdb, which is built as part of canadian-cross-sdk > + mv ${ARAGO_TARGET_SYS}-gdb ${ARAGO_TARGET_SYS}-gdb.real > + printf "#!/bin/sh\nLD_LIBRARY_PATH=\x24SDK_PATH/lib:\x24LD_LIBRARY_PATH \x24SDK_PATH/lib/ld-linux.so.2 \x24SDK_PATH/bin/${ARAGO_TARGET_SYS}-gdb.real \x24\x2a\n" > ${ARAGO_TARGET_SYS}-gdb > + chmod +x ${ARAGO_TARGET_SYS}-gdb > } > -- > 1.8.0 >