All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] [PATCH 1/2] Support for building on RISCV
@ 2022-11-12  9:12 cp0613
  2022-11-12  9:12 ` [meta-oe] [PATCH 2/2] " cp0613
  2022-11-15 11:20 ` [OE-core] [meta-oe] [PATCH 1/2] " Ross Burton
  0 siblings, 2 replies; 13+ messages in thread
From: cp0613 @ 2022-11-12  9:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Chen Pei

From: Chen Pei <cp0613@linux.alibaba.com>

I try to use yocto on RISCV platform.

Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
---
 meta/conf/machine-sdk/riscv64.conf | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 meta/conf/machine-sdk/riscv64.conf

diff --git a/meta/conf/machine-sdk/riscv64.conf b/meta/conf/machine-sdk/riscv64.conf
new file mode 100644
index 0000000000..155c195d7d
--- /dev/null
+++ b/meta/conf/machine-sdk/riscv64.conf
@@ -0,0 +1,3 @@
+SDK_ARCH = "riscv64"
+ABIEXTENSION:class-nativesdk = ""
+
-- 
2.25.1



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

end of thread, other threads:[~2022-11-15 12:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-12  9:12 [meta-oe] [PATCH 1/2] Support for building on RISCV cp0613
2022-11-12  9:12 ` [meta-oe] [PATCH 2/2] " cp0613
2022-11-12 18:47   ` [OE-core] " Khem Raj
2022-11-15 11:20 ` [OE-core] [meta-oe] [PATCH 1/2] " Ross Burton
2022-11-15 12:03   ` [meta-oe] [PATCH V2 1/2] Support bitbake compilation when the host is a RISCV platform cp0613
2022-11-15 12:11     ` [OE-core] " Alexander Kanavin
2022-11-15 12:15       ` cp0613
2022-11-15 12:03   ` [meta-oe] [PATCH V2 2/2] " cp0613
2022-11-15 12:13     ` [OE-core] " Alexander Kanavin
2022-11-15 12:17       ` cp0613
2022-11-15 12:10   ` [meta-oe] [PATCH 1/2] Support for building on RISCV cp0613
2022-11-15 12:24   ` [meta-oe] [PATCH V3 1/2] machine-sdk: add a risv64 definition cp0613
2022-11-15 12:24   ` [meta-oe] [PATCH V3 2/2] meson: set dynamic-linker for riscv64 targets cp0613

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.