On Sun, Aug 14, 2022 at 8:39 AM Alexander Kanavin <[email protected]> wrote: > > Some information or links about how it is incompatible would be > appreciated. Can it be made compatible instead? >
rv32 port is not implemented yet. there are patches available to add support for rv32, however they. are not upstream yet e.g. see http://svn.exactcode.de/t2/trunk/package/develop/strace/riscv32.patch http://svn.exactcode.de/t2/trunk/package/develop/strace/riscv32-autoreconf.patch > Alex > > On Sun, 14 Aug 2022 at 17:18, kai <[email protected]> wrote: > > > > From: Kai Kang <[email protected]> > > > > strace has been set imcompatible with riscv32, so update in > > packagegroup-self-hosted.bb accordingly. > > > > Signed-off-by: Kai Kang <[email protected]> > > --- > > meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb > > b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb > > index 772b86b39a..a1b0ee2883 100644 > > --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb > > +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb > > @@ -98,11 +98,14 @@ RDEPENDS:packagegroup-self-hosted-sdk:append:libc-glibc > > = "\ > > glibc-utils \ > > rpcsvc-proto \ > > " > > + > > +STRACE = "strace" > > +STRACE:riscv32 = "" > > RDEPENDS:packagegroup-self-hosted-debug = " \ > > gdb \ > > gdbserver \ > > rsync \ > > - strace \ > > + ${STRACE} \ > > tcf-agent" > > > > > > -- > > 2.17.1 > > > > > > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#169326): https://lists.openembedded.org/g/openembedded-core/message/169326 Mute This Topic: https://lists.openembedded.org/mt/93017686/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
