On Mon, Jul 25, 2022 at 1:56 AM Yu, Mingli <mingli...@windriver.com> wrote:

> Hi Khem,
>
> On 7/20/22 20:14, Khem Raj wrote:
> > **[Please note: This e-mail is from an EXTERNAL e-mail address]
> >
> >
> >
> > On Wed, Jul 20, 2022 at 5:35 AM Yu, Mingli <mingli...@windriver.com
> > <mailto:mingli...@windriver.com>> wrote:
> >
> >     Hi Khem,
> >
> >     On 7/5/22 21:39, Khem Raj wrote:
> >      > [Please note: This e-mail is from an EXTERNAL e-mail address]
> >      >
> >      > On 7/5/22 3:03 AM, Yu, Mingli wrote:
> >      >> From: Mingli Yu <mingli...@windriver.com
> >     <mailto:mingli...@windriver.com>>
> >      >>
> >      >> Disable the build on riscv32 as it's not supported on riscv32
> [1].
> >      >>
> >      >> [1]
> >      >>
> >
> https://github.com/strace/strace/commit/69ff62ea5087506ad36a27599db088096db215da
> >     <
> https://urldefense.com/v3/__https://github.com/strace/strace/commit/69ff62ea5087506ad36a27599db088096db215da__;!!AjveYdw8EvQ!d673WVMyl0hCL6dOFMygQ4BahOO10FPcaHhp2S9NPJswj86MPAabH2_xYSt5fUlR_1bzG8tBtYLgvWe7uKs$
> >
> >
> >      >>
> >      >>
> >      >> Signed-off-by: Mingli Yu <mingli...@windriver.com
> >     <mailto:mingli...@windriver.com>>
> >      >> ---
> >      >>   meta/recipes-devtools/strace/strace_5.18.bb
> >     <
> https://urldefense.com/v3/__http://strace_5.18.bb__;!!AjveYdw8EvQ!d673WVMyl0hCL6dOFMygQ4BahOO10FPcaHhp2S9NPJswj86MPAabH2_xYSt5fUlR_1bzG8tBtYLg5BtLgGc$
> >
> >     | 3 +++
> >      >>   1 file changed, 3 insertions(+)
> >      >>
> >      >> diff --git a/meta/recipes-devtools/strace/strace_5.18.bb
> >     <
> https://urldefense.com/v3/__http://strace_5.18.bb__;!!AjveYdw8EvQ!d673WVMyl0hCL6dOFMygQ4BahOO10FPcaHhp2S9NPJswj86MPAabH2_xYSt5fUlR_1bzG8tBtYLg5BtLgGc$
> >
> >
> >      >> b/meta/recipes-devtools/strace/strace_5.18.bb
> >     <
> https://urldefense.com/v3/__http://strace_5.18.bb__;!!AjveYdw8EvQ!d673WVMyl0hCL6dOFMygQ4BahOO10FPcaHhp2S9NPJswj86MPAabH2_xYSt5fUlR_1bzG8tBtYLg5BtLgGc$
> >
> >      >> index 08f0f1d27e..75ff58bd50 100644
> >      >> --- a/meta/recipes-devtools/strace/strace_5.18.bb
> >     <
> https://urldefense.com/v3/__http://strace_5.18.bb__;!!AjveYdw8EvQ!d673WVMyl0hCL6dOFMygQ4BahOO10FPcaHhp2S9NPJswj86MPAabH2_xYSt5fUlR_1bzG8tBtYLg5BtLgGc$
> >
> >      >> +++ b/meta/recipes-devtools/strace/strace_5.18.bb
> >     <
> https://urldefense.com/v3/__http://strace_5.18.bb__;!!AjveYdw8EvQ!d673WVMyl0hCL6dOFMygQ4BahOO10FPcaHhp2S9NPJswj86MPAabH2_xYSt5fUlR_1bzG8tBtYLg5BtLgGc$
> >
> >      >> @@ -18,6 +18,9 @@ SRC_URI[sha256sum] =
> >      >> "60293ea79ac9253d600cdc9be077ad2988ca22284a439c9e66be5150db
> >      >>
> >      >>   inherit autotools ptest
> >      >>
> >      >> +# Not yet ported to rv32
> >      >> +COMPATIBLE_HOST:riscv32 = "null"
> >      >> +
> >      >
> >      > there might be more changes needed especially in package groups
> >     perhaps.
> >
> >     What do you mean when you mentioned package groups here?
> >
> >     There comes do_configure error as below:
> >     | checking for supported architecture... NO!
> >     | configure: error: architecture riscv32 is not supported by strace
> >     | NOTE: The following config.log files may provide further
> information.
> >     | NOTE:
> >
>  
> /buildarea/build/tmp-glibc/work/riscv32-wrs-linux/strace/5.18-r0/build/config.log
> >     | ERROR: configure failed
> >     | WARNING: exit code 1 from a shell command.
> >
> >     Considering no support for riscv32 until now as
> >
> https://github.com/strace/strace/commit/69ff62ea5087506ad36a27599db088096db215da
> >     <
> https://urldefense.com/v3/__https://github.com/strace/strace/commit/69ff62ea5087506ad36a27599db088096db215da__;!!AjveYdw8EvQ!d673WVMyl0hCL6dOFMygQ4BahOO10FPcaHhp2S9NPJswj86MPAabH2_xYSt5fUlR_1bzG8tBtYLgvWe7uKs$
> >,
> >
> >     so we set COMPATIBLE_HOST for riscv32.
> >
> >
> > That’s fine. I think strace is added in some other places to images and
> > package groups you might have to remove it for rv32 from them
> >
>
> The strace for rv32 has already excluded in package group as
>
> https://git.openembedded.org/openembedded-core/commit/?id=bec777887e7eed9a12b08231a612aaf19b622614
> .


Thanks I am ok with this patch then

>
>
> Thanks,
>
> >
> >     Thanks,
> >
> >      >
> >      >>   PACKAGECONFIG:class-target ??= "\
> >      >>       ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth',
> 'bluez',
> >      >> '', d)} \
> >      >>   "
> >      >>
> >      >> 
> >      >>
> >
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#168484): 
https://lists.openembedded.org/g/openembedded-core/message/168484
Mute This Topic: https://lists.openembedded.org/mt/92180245/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to