mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
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.
7 lines
215 B
Makefile
7 lines
215 B
Makefile
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
|