zephyr/make/target
Inaky Perez-Gonzalez 9343cc7ca0 qemu: use a pidfile to avoid killing all and thus enabling parallel runs
When killing QEMU, we defaulted to either killall or find the first
qemu process. This intefered with parallel builds, as we might kill
some other build's qemu process.

This makes QEMU write a pidfile in the local outdir directory and kill
only that when done.

Change-Id: I498b1e0833fcda9a7bd50111616dfba015e566bd
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-02-05 20:13:42 -05:00
..
arch First commit 2015-04-10 16:44:37 -07:00
env First commit 2015-04-10 16:44:37 -07:00
headers First commit 2015-04-10 16:44:37 -07:00
kconfig uart: Rename INTERRUPT_DRIVEN configuration option 2016-02-05 20:13:41 -05:00
kernel Remove k_boot.h and flashboot.c 2016-02-05 20:13:41 -05:00
library First commit 2015-04-10 16:44:37 -07:00
run qemu: use a pidfile to avoid killing all and thus enabling parallel runs 2016-02-05 20:13:42 -05:00
stdlib/minimal First commit 2015-04-10 16:44:37 -07:00
toolchain make iTC_AUX_LIB_DIR overridable 2016-02-05 19:45:35 -05:00
wb-helper First commit 2015-04-10 16:44:37 -07:00
make.library First commit 2015-04-10 16:44:37 -07:00
make.nkernel First commit 2015-04-10 16:44:37 -07:00
make.nklib First commit 2015-04-10 16:44:37 -07:00
make.ukernel First commit 2015-04-10 16:44:37 -07:00
make.uklib First commit 2015-04-10 16:44:37 -07:00