All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 14/19] toolchain-external: bb.which() is not part of bb.utils module
Date: Fri, 20 Jun 2014 15:15:30 -0400	[thread overview]
Message-ID: <20140620191530.GD1825@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED1015D0D9475@DLEE11.ent.ti.com>

Good catch, indeed.


On Fri, Jun 20, 2014 at 07:10:37PM +0000, Maupin, Chase wrote:
> Do you mean is "now" part of bb.utils module?
> 
> Acked-by: Chase Maupin <chase.maupin@ti.com>
> 
> 
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> >Sent: Friday, June 20, 2014 12:57 PM
> >To: meta-arago@arago-project.org
> >Subject: [meta-arago] [PATCH 14/19] toolchain-external: bb.which()
> >is not part of bb.utils module
> >
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > meta-arago-distro/conf/distro/include/toolchain-external.inc | 2
> >+-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/meta-arago-distro/conf/distro/include/toolchain-
> >external.inc b/meta-arago-distro/conf/distro/include/toolchain-
> >external.inc
> >index 5356082..4d14c00 100644
> >--- a/meta-arago-distro/conf/distro/include/toolchain-external.inc
> >+++ b/meta-arago-distro/conf/distro/include/toolchain-external.inc
> >@@ -1,4 +1,4 @@
> > # Locate the toolchain automatically from PATH
> >-TOOLCHAIN_SYSPATH :=
> >"${@os.path.abspath(os.path.dirname(bb.which(d.getVar('PATH', d,
> >1), d.getVar('TOOLCHAIN_PREFIX', d,
> >1)+'cpp'))+'/../'+d.getVar('TOOLCHAIN_SYS', d, 1))}"
> >+TOOLCHAIN_SYSPATH :=
> >"${@os.path.abspath(os.path.dirname(bb.utils.which(d.getVar('PATH'
> >, d, 1), d.getVar('TOOLCHAIN_PREFIX', d,
> >1)+'cpp'))+'/../'+d.getVar('TOOLCHAIN_SYS', d, 1))}"
> > TOOLCHAIN_PATH := "${@bool(d.getVar('TOOLCHAIN_SYSPATH', d, 1))
> >and (os.path.exists(d.getVar('TOOLCHAIN_SYSPATH', d, 1)) and
> >os.path.dirname(d.getVar('TOOLCHAIN_SYSPATH', d, 1)) or
> >bb.fatal('No valid toolchain in PATH')) or ''}"
> > EXTERNAL_TOOLCHAIN = "${TOOLCHAIN_PATH}"
> >--
> >2.0.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


  reply	other threads:[~2014-06-20 19:15 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-20 17:56 [PATCH 00/19] Daisy migration Denys Dmytriyenko
2014-06-20 17:56 ` [PATCH 01/19] README: update with Daisy info Denys Dmytriyenko
2014-06-20 19:03   ` Maupin, Chase
2014-06-20 20:18     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 02/19] linux-libc-headers: remove old 2.6.37 version Denys Dmytriyenko
2014-06-20 19:04   ` Maupin, Chase
2014-06-20 19:08     ` Denys Dmytriyenko
2014-06-20 20:13       ` Cooper Jr., Franklin
2014-06-20 20:14         ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 04/19] binutils: remove the old overlay of 2.20.1 version Denys Dmytriyenko
2014-06-20 19:06   ` Maupin, Chase
2014-06-20 20:15     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 05/19] eglibc: remove the old overlay of 2.12 version Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:16     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 06/19] linux-ti-staging: remove 3.8 bbappend, as recipe is gone from meta-ti Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 07/19] libjpeg-turbo: remove bbappend for SVN URI, as main recipe uses tarball now Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 08/19] icu: remove bbappend and patch to disable LDFLAGSICUDT, applied upstream Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 09/19] recipes: update bbappends to match newer versions in lower layers Denys Dmytriyenko
2014-06-20 19:08   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 10/19] gadget-init: LICENSE from oe-core has changed, update hash Denys Dmytriyenko
2014-06-20 19:08   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 11/19] wl18xx-firmware: specify the branch being used for this version Denys Dmytriyenko
2014-06-20 19:09   ` Maupin, Chase
2014-06-20 19:09   ` Maupin, Chase
2014-06-20 19:15     ` Denys Dmytriyenko
2014-06-20 20:16       ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 12/19] hostap-daemon: " Denys Dmytriyenko
2014-06-20 19:09   ` Maupin, Chase
2014-06-20 19:28     ` Cooper Jr., Franklin
2014-06-20 19:29       ` Cooper Jr., Franklin
2014-06-20 19:33       ` Denys Dmytriyenko
2014-06-20 20:15         ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 13/19] wpa-supplicant: " Denys Dmytriyenko
2014-06-20 19:10   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 14/19] toolchain-external: bb.which() is not part of bb.utils module Denys Dmytriyenko
2014-06-20 19:10   ` Maupin, Chase
2014-06-20 19:15     ` Denys Dmytriyenko [this message]
2014-06-20 20:16       ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 15/19] toolchain-linaro/gcc: remove DEFAULTTUNE settings that went to meta-ti Denys Dmytriyenko
2014-06-20 19:10   ` Maupin, Chase
2014-06-20 19:18     ` Cooper Jr., Franklin
2014-06-20 19:29       ` Denys Dmytriyenko
2014-06-20 19:31         ` Cooper Jr., Franklin
2014-06-20 19:35           ` Denys Dmytriyenko
2014-06-20 19:51             ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 16/19] arago-prefs, toolchain-linaro: update system versions Denys Dmytriyenko
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 20:18   ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 17/19] arago.conf: with unification on mainline, remove PACKAGE_ARCH logic Denys Dmytriyenko
2014-06-20 19:08   ` Cooper Jr., Franklin
2014-06-20 19:13     ` Denys Dmytriyenko
2014-06-20 19:22       ` Cooper Jr., Franklin
2014-06-20 19:32         ` Denys Dmytriyenko
2014-06-20 20:15           ` Cooper Jr., Franklin
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 17:56 ` [PATCH 18/19] tisdk-image: upstream got new rootfs/image framework, unbreak parsing Denys Dmytriyenko
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 19/19] arago.conf: update version, remove FETCHCMD_wget workaround Denys Dmytriyenko
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 19:05 ` [PATCH 00/19] Daisy migration Maupin, Chase
2014-06-20 19:06 ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140620191530.GD1825@edge \
    --to=denys@ti.com \
    --cc=chase.maupin@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.