From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BA1B2E00572; Mon, 23 Jun 2014 15:05:07 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.40 listed in list.dnswl.org] Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A4946E003FA for ; Mon, 23 Jun 2014 15:05:02 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id s5NM51bw004649; Mon, 23 Jun 2014 17:05:01 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id s5NM51tN009897; Mon, 23 Jun 2014 17:05:01 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.174.1; Mon, 23 Jun 2014 17:05:01 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id s5NM518q009046; Mon, 23 Jun 2014 17:05:01 -0500 Date: Mon, 23 Jun 2014 18:05:00 -0400 From: Denys Dmytriyenko To: Ash Charles Message-ID: <20140623220500.GK6700@edge> References: <1402698848-13759-1-git-send-email-ashcharles@gmail.com> <1402698848-13759-2-git-send-email-ashcharles@gmail.com> MIME-Version: 1.0 In-Reply-To: <1402698848-13759-2-git-send-email-ashcharles@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH 2/6] Set ${TOOLCHAIN_PATH} used by some recipes X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 22:05:07 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline This one is not correct and will break with an external toolchain... On Fri, Jun 13, 2014 at 03:34:04PM -0700, Ash Charles wrote: > Signed-off-by: Ash Charles > --- > recipes-ti/includes/ti-paths.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc > index 511b5ae..5c9b716 100644 > --- a/recipes-ti/includes/ti-paths.inc > +++ b/recipes-ti/includes/ti-paths.inc > @@ -1,5 +1,6 @@ > installdir = "${datadir}/ti" > > +export TOOLCHAIN_PATH = "${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_SYS}" > # This is where do_install will put it > export AUDIO_SOC_INSTALL_DIR_RECIPE = "${installdir}/ti-audio-soc-example-tree" > export BIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-dspbios-tree" > -- > 1.8.3.2 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti