Files
meta-zephyr/classes
Andrei Gherzan 5e4e7a1939 zephyr-qemuboot.bbclass: Remove dependency on qemu-system-native
runqemu only really needs the sysroot for qemu-helper-native. Pulling
other qemu dependency would get into a racing issue with rm_work. That
can also be fixed by tweaking the do_addto_recipe_sysroot order in
oe-core for qemu-system-native but that is just not needed for this
specific dependency requirement.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2021-05-18 12:01:11 +08:00
..