|
@@ -208,9 +208,8 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase):
|
|
|
tmpdir = get_bb_var("TMPDIR", "rust")
|
|
|
|
|
|
# Set path for target-poky-linux-gcc, RUST_TARGET_PATH and hosttools.
|
|
|
- cmd = " export PATH=%s/recipe-sysroot-native/usr/bin:$PATH;" % rustlibpath
|
|
|
- cmd = cmd + " export TARGET_VENDOR=\"-poky\";"
|
|
|
- cmd = cmd + " export PATH=%s/recipe-sysroot-native/usr/bin/%s:%s/hosttools:$PATH;" % (rustlibpath, tcpath, tmpdir)
|
|
|
+ cmd = "export TARGET_VENDOR=\"-poky\";"
|
|
|
+ cmd = cmd + " export PATH=%s/recipe-sysroot-native/usr/bin/python3-native:%s/recipe-sysroot-native/usr/bin:%s/recipe-sysroot-native/usr/bin/%s:%s/hosttools:$PATH;" % (rustlibpath, rustlibpath, rustlibpath, tcpath, tmpdir)
|
|
|
cmd = cmd + " export RUST_TARGET_PATH=%s/rust-targets;" % rustlibpath
|
|
|
# Trigger testing.
|
|
|
cmd = cmd + " export TEST_DEVICE_ADDR=\"%s:12345\";" % qemu.ip
|