All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/6] gnuconfig and csky updates
@ 2019-05-28 20:34 Thomas Petazzoni
  2019-05-28 20:34 ` [Buildroot] [PATCH v2 1/6] package/lmbench: use UPDATE_CONFIG_HOOK instead of CONFIG_UPDATE Thomas Petazzoni
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Thomas Petazzoni @ 2019-05-28 20:34 UTC (permalink / raw)
  To: buildroot

Hello,

Here is a second iteration of the C-SKY updates, with a few more
changes on the gnuconfig side:

 - Some preparation commits that unify how non-autotools package
   update their gnuconfig files

 - The patch updating gnuconfig to a newer version now updates the
   gnuconfig version mentioned in support/gnuconfig/README.buildroot

 - The rest of the patch series is unchanged.

Thanks,

Thomas

Thomas Petazzoni (6):
  package/lmbench: use UPDATE_CONFIG_HOOK instead of CONFIG_UPDATE
  support/gnuconfig: update README.buildroot with reality
  support/gnuconfig: update to 2019-05-28
  toolchain/toolchain-external/toolchain-external-csky: new package
  configs/csky_gx6605s: use the C-SKY external toolchain package
  support/config-fragments/autobuild: add testing for the C-SKY
    architecture

 DEVELOPERS                                    |    1 +
 configs/csky_gx6605s_defconfig                |    9 +-
 package/lmbench/lmbench.mk                    |    3 +-
 .../config-fragments/autobuild/csky.config    |    3 +
 .../autobuild/toolchain-configs.csv           |    1 +
 support/gnuconfig/README.buildroot            |    4 +-
 support/gnuconfig/config.guess                |  836 +++---
 support/gnuconfig/config.sub                  | 2525 ++++++++---------
 toolchain/toolchain-external/Config.in        |    6 +
 .../toolchain-external-csky/Config.in         |   15 +
 .../toolchain-external-csky/Config.in.options |    9 +
 .../toolchain-external-csky.hash              |    2 +
 .../toolchain-external-csky.mk                |   11 +
 13 files changed, 1827 insertions(+), 1598 deletions(-)
 create mode 100644 support/config-fragments/autobuild/csky.config
 create mode 100644 toolchain/toolchain-external/toolchain-external-csky/Config.in
 create mode 100644 toolchain/toolchain-external/toolchain-external-csky/Config.in.options
 create mode 100644 toolchain/toolchain-external/toolchain-external-csky/toolchain-external-csky.hash
 create mode 100644 toolchain/toolchain-external/toolchain-external-csky/toolchain-external-csky.mk

-- 
2.21.0

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

end of thread, other threads:[~2019-05-31 21:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 20:34 [Buildroot] [PATCH v2 0/6] gnuconfig and csky updates Thomas Petazzoni
2019-05-28 20:34 ` [Buildroot] [PATCH v2 1/6] package/lmbench: use UPDATE_CONFIG_HOOK instead of CONFIG_UPDATE Thomas Petazzoni
2019-05-30 10:33   ` Peter Korsgaard
2019-05-28 20:34 ` [Buildroot] [PATCH v2 2/6] support/gnuconfig: update README.buildroot with reality Thomas Petazzoni
2019-05-30 10:34   ` Peter Korsgaard
2019-05-28 20:34 ` [Buildroot] [PATCH v2 3/6] support/gnuconfig: update to 2019-05-28 Thomas Petazzoni
2019-05-30 10:36   ` Peter Korsgaard
2019-05-30 12:38     ` Thomas Petazzoni
2019-05-30 12:53       ` Peter Korsgaard
2019-05-31 12:57         ` Thomas Petazzoni
2019-05-31 21:02           ` Peter Korsgaard
2019-05-31 20:04   ` Yann E. MORIN
2019-05-31 21:02   ` Thomas Petazzoni
2019-05-28 20:34 ` [Buildroot] [PATCH v2 4/6] toolchain/toolchain-external/toolchain-external-csky: new package Thomas Petazzoni
2019-05-29  5:48   ` Guo Ren
2019-05-29  6:49     ` Thomas Petazzoni
2019-05-28 20:34 ` [Buildroot] [PATCH v2 5/6] configs/csky_gx6605s: use the C-SKY external toolchain package Thomas Petazzoni
2019-05-28 20:34 ` [Buildroot] [PATCH v2 6/6] support/config-fragments/autobuild: add testing for the C-SKY architecture Thomas Petazzoni

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.