1
0
forked from brl/citadel

add makefile options to run qemu-boot

This commit is contained in:
Bruce Leidl 2019-01-15 14:40:59 -05:00
parent 57ecd26eb6
commit d0dac4cc49

View File

@ -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 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" $(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 update-submodules: ## Retrieve or update submodule projects
git submodule update --init git submodule update --init