add makefile options to run qemu-boot
This commit is contained in:
parent
57ecd26eb6
commit
d0dac4cc49
6
Makefile
6
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
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user