All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Toolchain-related fixes
@ 2016-11-18 22:09 Denys Dmytriyenko
  2016-11-18 22:09 ` [PATCH 1/8] arm-benchmarks: fix build with any toolchain, pass CC var Denys Dmytriyenko
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2016-11-18 22:09 UTC (permalink / raw)
  To: meta-arago

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-11-18 22:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18 22:09 [PATCH 0/8] Toolchain-related fixes Denys Dmytriyenko
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

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.