mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
qemu: Add virtualization support
The virtualized system is configured through kconfig under "External Options"->"QEMU Virtualization". To launch the system, simply run "make run". This works both from output directories, and from the infix root with O= set.
This commit is contained in:
@@ -1 +1,6 @@
|
||||
include $(sort $(wildcard $(BR2_EXTERNAL_INFIX_PATH)/package/*/*.mk))
|
||||
|
||||
.PHONY: run
|
||||
run:
|
||||
@echo "Starting Qemu :: Ctrl-a x -- exit | Ctrl-a c -- toggle console/monitor"
|
||||
@$(BR2_EXTERNAL_INFIX_PATH)/qemu/qemu.sh $O
|
||||
|
||||
Reference in New Issue
Block a user