zephyrproject-rtos/zephyr

Deprecate qemu.cmake in favour of a qemu runner backend

Offen

#5.501 geöffnet am 28.12.2017

 (9 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C (9.144 Forks)batch import
EnhancementGood first issuearea: Build Systemarea: Flashing

Repository-Metriken

Stars
 (15.249 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Hi,

I suspect we want to eventually rename/alias 'flash' to 'run'. And treat qemu emulation as just another runner backend. I believe this would make it easier for us to maintain the runner and qemu infrastructure, and would make it easier for us to keep the user-interface for flashing and running consistent.

A qemu backend would also allow us to move all the symlink/fifo/pipehandling out of qemu.cmake and into a python runner backend.

It is not clear how difficult it would be to do this.

Contributor Guide