aboutsummaryrefslogtreecommitdiffstats
path: root/classes/zephyr-qemuboot.bbclass
AgeCommit message (Collapse)Author
2020-12-14classes: build zephyr-kernel-test-all for non-qemu boardsWojciech Zmuda
Machines not inheriting zephyr-qemuboot did not have IMGDEPLOYDIR variable set, which is required for building zephyr-kernel-test-all. The build was fine for qemu-xxx machines, but for physical boards it failed somewhere inside python code when .join() got an empty argument incoming from IMGDEPLOYDIR. Move IMGDEPLOYDIR to zephyr class, so it's defined for qemu and non-qemu machines. Signed-off-by: Wojciech Zmuda <wojciech.zmuda@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2017-03-08zephyr-qemuboot.bbclass: no rootfsJuro Bystricky
Explicitly state we don't have rootfs, otherwise default rootfs QEMU settings may be forced by runqemu. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-02-05zephyr-qemuboot.bbclass: disable QEMU networkJuro Bystricky
Setting QB_NET = "none" bypasses network configuration in runqemu. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-01-30zephyr-qemuboot.bbclassJuro Bystricky
A bbclass used to generate qemuboot.conf and various symbolic links needed to properly run "runqemu". Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-01-30zephyr-qemuboot.bbclassJuro Bystricky
A bbclass used to generate qemuboot.conf and various symbolic links needed to properly run "runqemu". Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>