All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/5] arch/cskey: remove (branch csky-in-the-sky)
@ 2022-07-27 10:58 Yann E. MORIN
  2022-07-27 10:58 ` [Buildroot] [PATCH 1/5] arch/csky: drop architecture Yann E. MORIN
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Yann E. MORIN @ 2022-07-27 10:58 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Guo Ren, Yann E . MORIN

Hello All!

This series removes support for the csky architecture in Buildroot.

We haven't had a toolchain for csky for a long time, so it means csky
is, for all practical concerns, unbuildable:

  - support for the internal toolchain was dropped in 2021-10-17 with
    commit 547d681b45ed (package/gcc: remove csky version);

  - we have no external, pre-built toolchain for csky.

So, drop the support for csky altogether.

Regards,
Yann E. MORIN.


----------------------------------------------------------------
Yann E. MORIN (5):
      arch/csky: drop architecture
      configs: drop csky defconfig
      package: drop csky support in toolchain-related packages
      package/pkg-meson: drop csky reference in ackage infra
      package: drop csky conditionals

 Config.in.legacy                     |   7 ++
 DEVELOPERS                           |   5 --
 arch/Config.in                       |  14 ----
 arch/Config.in.csky                  |  52 ------------
 arch/arch.mk.csky                    |  26 ------
 board/csky/gx6605s/gdbinit           |  25 ------
 board/csky/gx6605s/gx6605s.dts       | 155 -----------------------------------
 board/csky/readme.txt                |  88 --------------------
 configs/csky_gx6605s_defconfig       |  19 -----
 package/Makefile.in                  |   9 --
 package/binutils/Config.in.host      |   3 +-
 package/gcc/Config.in.host           |   4 -
 package/gdb/Config.in                |   1 -
 package/gdb/Config.in.host           |   2 -
 package/gdb/gdb.hash                 |   3 -
 package/gdb/gdb.mk                   |   6 --
 package/glibc/Config.in              |   1 -
 package/linux-headers/Config.in.host |   3 -
 package/pkg-meson.mk                 |   2 -
 package/python-greenlet/Config.in    |   1 -
 package/sedutil/Config.in            |   2 +-
 21 files changed, 9 insertions(+), 419 deletions(-)
 delete mode 100644 arch/Config.in.csky
 delete mode 100644 arch/arch.mk.csky
 delete mode 100644 board/csky/gx6605s/gdbinit
 delete mode 100644 board/csky/gx6605s/gx6605s.dts
 delete mode 100644 board/csky/readme.txt
 delete mode 100644 configs/csky_gx6605s_defconfig

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-07-27 15:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 10:58 [Buildroot] [PATCH 0/5] arch/cskey: remove (branch csky-in-the-sky) Yann E. MORIN
2022-07-27 10:58 ` [Buildroot] [PATCH 1/5] arch/csky: drop architecture Yann E. MORIN
2022-07-27 14:37   ` Romain Naour
2022-07-27 10:58 ` [Buildroot] [PATCH 2/5] configs: drop csky defconfig Yann E. MORIN
2022-07-27 14:39   ` Romain Naour
2022-07-27 10:58 ` [Buildroot] [PATCH 3/5] package: drop csky support in toolchain-related packages Yann E. MORIN
2022-07-27 10:58 ` [Buildroot] [PATCH 4/5] package/pkg-meson: drop csky reference in ackage infra Yann E. MORIN
2022-07-27 10:58 ` [Buildroot] [PATCH 5/5] package: drop csky conditionals Yann E. MORIN
2022-07-27 15:04 ` [Buildroot] [PATCH 0/5] arch/cskey: remove (branch csky-in-the-sky) Thomas Petazzoni via buildroot

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.