From d0dac4cc497df08b8ebaa8d0e53bcff707017cfa Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 15 Jan 2019 14:40:59 -0500 Subject: [PATCH] add makefile options to run qemu-boot --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index f655bdb..8f540ad 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,12 @@ fetch-all: ## Download all source packages needed for build in advance echo 'BB_NUMBER_THREADS="2"' > build/conf/fetch-prefile.conf $(DOCKER_RUN) bash -c "source setup-build-env && bitbake --read=conf/fetch-prefile.conf --continue --runall=fetch citadel-installer-image" +installer-test: ## Boot installer image with Qemu + @scripts/qemu-boot installer + +kernel-test: ## Boot kernel with Qemu ('ctrl-a x' to exit qemu) + @scripts/qemu-boot kernel + update-submodules: ## Retrieve or update submodule projects git submodule update --init