All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-arago@arago-project.org
Subject: [PATCH 0/8] Toolchain-related fixes
Date: Fri, 18 Nov 2016 17:09:42 -0500	[thread overview]
Message-ID: <1479506990-10407-1-git-send-email-denis@denix.org> (raw)

From: Denys Dmytriyenko <denys@ti.com>

Series of toolchain-related fixes to pass the correct CC variable to the build,
instead of relying on the project's Makefile to set one up. This takes care of
using the right cross-compiler with all the required options, e.g. --sysroot,
and ensures correct builds with either external, or internal toolchain.

This has been developed and tested against master, but should also be applicable
to krogoth as well.

Denys Dmytriyenko (8):
  arm-benchmarks: fix build with any toolchain, pass CC var
  switch-config: fix build with any toolchain, pass CC var
  wlconf: fix build with any toolchain by using proper CC var
  am-sysinfo: fix build with any toolchain, pass CC var
  cpuloadgen: fix build with any toolchain, pass CC var
  eventdump: fix build with any toolchain, pass CC var
  omapconf: fix build with any toolchain, pass CC var
  screenshot: fix build with any toolchain, pass CC var

 .../recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb        | 8 +++-----
 meta-arago-extras/recipes-bsp/switch-config/switch-config_git.bb  | 4 ++--
 meta-arago-extras/recipes-connectivity/wlconf/wlconf.bb           | 4 ++--
 meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb       | 7 +++----
 meta-arago-extras/recipes-devtools/cpuloadgen/cpuloadgen_git.bb   | 4 ++--
 meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb     | 6 +++---
 meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb       | 6 +++---
 meta-arago-extras/recipes-graphics/screenshot/screenshot_1.0.bb   | 6 +++---
 8 files changed, 21 insertions(+), 24 deletions(-)

-- 
2.7.4



             reply	other threads:[~2016-11-18 22:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-18 22:09 Denys Dmytriyenko [this message]
2016-11-18 22:09 ` [PATCH 1/8] arm-benchmarks: fix build with any toolchain, pass CC var Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 2/8] switch-config: " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 3/8] wlconf: fix build with any toolchain by using proper " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 4/8] am-sysinfo: fix build with any toolchain, pass " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 5/8] cpuloadgen: " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 6/8] eventdump: " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 7/8] omapconf: " Denys Dmytriyenko
2016-11-18 22:09 ` [PATCH 8/8] screenshot: " 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=1479506990-10407-1-git-send-email-denis@denix.org \
    --to=denis@denix.org \
    --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.