Re: [OE-core] [PATCH v3 1/5] rust-testsuite.inc : Rust cross testing.

2021-05-22 Thread Alexander Kanavin
Where is TARGET_SYS set? I cannot find it anywhere in your patchset. Note that when using tap, the target ip address is unknown until qemu is started, so you need to engineer the code in a way that everything that needs to know the address is configured at that point. Alex On Fri, 21 May 2021

Re: [OE-core] [PATCH v3 1/5] rust-testsuite.inc : Rust cross testing.

2021-05-22 Thread Alexander Kanavin
Nevermind, I found where TARGET_SYS comes from :) Alex On Sat, 22 May 2021 at 18:11, Alexander Kanavin wrote: > Where is TARGET_SYS set? I cannot find it anywhere in your patchset. > > Note that when using tap, the target ip address is unknown until qemu is > started, so you need to engineer

[OE-core] [PATCH v3 1/5] rust-testsuite.inc : Rust cross testing.

2021-05-21 Thread Vinay Kumar
Below list of functions are part of rust-testsuite.inc setup_cargo_environment(): Build bootstrap and some early stage tools. do_rust_setup_snapshot(): Install the snapshot version of rust binaries. do_configure(): To generate config.toml do_compile(): To build "remote-test-server" for qemutarget