This is not what the commit actually contains. The commit adds a riscv64 definition for a SDK host machine, and so the commit message should say that.
"machine-sdk: add a risv64 definition" Alex On Tue, 15 Nov 2022 at 13:05, cp0613 <[email protected]> wrote: > > From: Chen Pei <[email protected]> > > I have a RISCV board running Ubuntu, and then clone the bitbake, meta-oe... > to compile, > just like using yocto in ARM board, so I need to add machine-sdk:riscv64 to > support it. > > Signed-off-by: Chen Pei <[email protected]> > --- > 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 (#173272): https://lists.openembedded.org/g/openembedded-core/message/173272 Mute This Topic: https://lists.openembedded.org/mt/95040940/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
