Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/5] poke: new package
@ 2021-05-02 21:49 Romain Naour
  2021-05-02 21:49 ` [Buildroot] [PATCH 1/5] package/bdwgc: Fix 'undefined reference to __data_start' linker error on RISC-V Romain Naour
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Romain Naour @ 2021-05-02 21:49 UTC (permalink / raw)
  To: buildroot

This series add poke package into Buildroot.

In order to build poke on riscv, this series enable riscv support in libatomic_ops
along with a bdwgc fix for riscv64.

The uClibc-ng support has been difficult to add due to issues
with gnulib similar we have with gdb package.
With the workaround applied, poke is working at runtime.
This will be reported to gnulib project.

More info about poke:
https://www.youtube.com/watch?v=92Sykut06N8

Qemu testing:
https://asciinema.org/a/mtFjz7pcN1QuVbxdZhBUfBQTs

Romain Naour (5):
  package/bdwgc: Fix 'undefined reference to __data_start' linker error
    on RISC-V
  package/libatomic_ops: enable for riscv32 and riscv64
  package/poke: new package
  package/poke: add optional json-c dependency
  package/poke: enable uClibc-ng support

 package/Config.in                             |  1 +
 ...ference-to-__data_start-linker-error.patch | 33 ++++++++++++
 package/libatomic_ops/Config.in               |  2 +-
 ...ck-for-Tcl-Tk-if-disable-gui-is-spec.patch | 43 +++++++++++++++
 ...nfig.in-avoit-host-poisoning-while-c.patch | 45 ++++++++++++++++
 ...P2MAN-replace-by-true-when-cross-com.patch | 34 ++++++++++++
 package/poke/Config.in                        | 27 ++++++++++
 package/poke/poke.hash                        |  3 ++
 package/poke/poke.mk                          | 54 +++++++++++++++++++
 9 files changed, 241 insertions(+), 1 deletion(-)
 create mode 100644 package/bdwgc/0001-Fix-undefined-reference-to-__data_start-linker-error.patch
 create mode 100644 package/poke/0001-build-do-not-check-for-Tcl-Tk-if-disable-gui-is-spec.patch
 create mode 100644 package/poke/0002-jitter-jitter-config.in-avoit-host-poisoning-while-c.patch
 create mode 100644 package/poke/0003-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch
 create mode 100644 package/poke/Config.in
 create mode 100644 package/poke/poke.hash
 create mode 100644 package/poke/poke.mk

-- 
2.30.2

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

end of thread, other threads:[~2021-05-17 14:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-02 21:49 [Buildroot] [PATCH 0/5] poke: new package Romain Naour
2021-05-02 21:49 ` [Buildroot] [PATCH 1/5] package/bdwgc: Fix 'undefined reference to __data_start' linker error on RISC-V Romain Naour
2021-05-03  0:15   ` Alistair Francis
2021-05-17 13:04   ` Yann E. MORIN
2021-05-02 21:49 ` [Buildroot] [PATCH 2/5] package/libatomic_ops: enable for riscv32 and riscv64 Romain Naour
2021-05-03  0:15   ` Alistair Francis
2021-05-17 13:06   ` Yann E. MORIN
2021-05-02 21:49 ` [Buildroot] [PATCH 3/5] package/poke: new package Romain Naour
2021-05-17 13:25   ` Yann E. MORIN
2021-05-17 14:19     ` Romain Naour
2021-05-02 21:49 ` [Buildroot] [PATCH 4/5] package/poke: add optional json-c dependency Romain Naour
2021-05-02 21:49 ` [Buildroot] [PATCH 5/5] package/poke: enable uClibc-ng support Romain Naour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox