All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add riscv64 build host support
@ 2023-11-02 19:02 Khem Raj
  2023-11-02 19:02 ` [PATCH 1/6] poky: Do not inherit uninative on ppc64le and riscv64 hosts Khem Raj
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Khem Raj @ 2023-11-02 19:02 UTC (permalink / raw)
  To: openembedded-core

These are initial general fixes which helps in building OE/YP on RISCV64 build
hosts.

Khem Raj (6):
  poky: Do not inherit uninative on ppc64le and riscv64 hosts
  meson: Add check for riscv64 in link template
  machine-sdk: Add SDK_ARCH for riscv64
  uninative.bbclass: Add ldso information for riscv64
  rust-cross-canadian: Add riscv64 to cross-canadian hosts
  cdrtools: Fix build on riscv64

 meta-poky/conf/distro/poky.conf               |  2 +-
 meta/classes-global/uninative.bbclass         |  2 +-
 meta/conf/machine-sdk/riscv64.conf            |  2 +
 .../cdrtools/cdrtools-native_3.01.bb          |  9 +++
 .../cdrtools/cdrtools/riscv64-linux-gcc.rul   | 65 +++++++++++++++++++
 meta/recipes-devtools/meson/meson_1.2.2.bb    |  2 +
 .../rust/rust-cross-canadian.inc              |  2 +-
 7 files changed, 81 insertions(+), 3 deletions(-)
 create mode 100644 meta/conf/machine-sdk/riscv64.conf
 create mode 100644 meta/recipes-devtools/cdrtools/cdrtools/riscv64-linux-gcc.rul

-- 
2.42.0



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

end of thread, other threads:[~2023-11-02 19:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02 19:02 [PATCH 0/6] Add riscv64 build host support Khem Raj
2023-11-02 19:02 ` [PATCH 1/6] poky: Do not inherit uninative on ppc64le and riscv64 hosts Khem Raj
2023-11-02 19:02 ` [PATCH 2/6] meson: Add check for riscv64 in link template Khem Raj
2023-11-02 19:02 ` [PATCH 3/6] machine-sdk: Add SDK_ARCH for riscv64 Khem Raj
2023-11-02 19:02 ` [PATCH 4/6] uninative.bbclass: Add ldso information " Khem Raj
2023-11-02 19:02 ` [PATCH 5/6] rust-cross-canadian: Add riscv64 to cross-canadian hosts Khem Raj
2023-11-02 19:02 ` [PATCH 6/6] cdrtools: Fix build on riscv64 Khem Raj

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.