Can you send the patch separately using 'git send-email' please? Otherwise, it's very difficult to review, as it's impossible to write inline comments to attachments.
Alex On Thu, 8 Apr 2021 at 09:22, Vinay Kumar <[email protected]> wrote: > Hi, > > Please find the attached patch (rust-oe_selftest.patch) of rust cross > testing through oe-selftest method for review. > We have tested for x86, x86_64, mips, mips64, arm, arm64 and powerpc. > Also, attached test summary (test_result_summary.txt) of each target. > > #command to trigger rust testing: > $oe-selftest -r rust.RustSelfTestSystemEmulated.test_rust > > Note: > 1. In the case of x86_64 target we were seeing build error as > below, since the target and build section in config.toml are > identical. > `error: failed to run custom build command for `memchr v2.3.3` > (When manually entered in config.toml) > > Also, through poky "Exception: > configparser.DuplicateSectionError: Section > 'target.x86_64-unknown-linux-gnu' already exists > config.tome > > So, we have used "x86-poky-linux" as a target in case of > x86_64. To consider this in the rust test we are setting the path of > "RUST_TARGET_PATH" to > "${STAGING_LIBDIR_NATIVE}/rustlib". > > 2. In the case of mips64 target, we made changes in > "rust-common.bbclass" to generate a rust equivalent target > "mips64-unknown-linux-gnuabi64" . > > Regards, > Vinay > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#150293): https://lists.openembedded.org/g/openembedded-core/message/150293 Mute This Topic: https://lists.openembedded.org/mt/81936579/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
