diff mbox series

[meta-oe,1/2] Support for building on RISCV

Message ID 20221112091217.1025-1-cp0613@linux.alibaba.com
State New
Headers show
Series [meta-oe,1/2] Support for building on RISCV | expand

Commit Message

cp0613 Nov. 12, 2022, 9:12 a.m. UTC
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

Comments

Ross Burton Nov. 15, 2022, 11:20 a.m. UTC | #1
Can you resend these with better commit messages?

“Support for building on RISCV” doesn’t explain what is happening here.

“machine-sdk: add configuration for riscv64” does.

Ross

> On 12 Nov 2022, at 09:12, cp0613 via lists.openembedded.org <cp0613=linux.alibaba.com@lists.openembedded.org> wrote:
> 
> 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
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#173147): https://lists.openembedded.org/g/openembedded-core/message/173147
> Mute This Topic: https://lists.openembedded.org/mt/94977043/6875888
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
cp0613 Nov. 15, 2022, 12:10 p.m. UTC | #2
Ok, i'll add more details, thanks.
diff mbox series

Patch

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 = ""
+