From cd1dcbcc7cf2fef5090fc2d11cea8d418b033a77 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Sun, 4 Mar 2018 13:25:21 -0500 Subject: [PATCH] added target for building bootloader --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4eb192d..804fa9e 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,9 @@ citadel-image: ## Build citadel-image with bitbake citadel-kernel: ## Build citadel-kernel with bitbake $(DOCKER_RUN) bash -c "source setup-build-env && bitbake citadel-kernel" +bootloader: ## Build systemd-boot + $(DOCKER_RUN) bash -c "source setup-build-env && bitbake systemd-boot" + user-rootfs: ## Build user-rootfs tarball with debootstrap and configuration scripts mkdir -p build/debootstrap $(DOCKER_RUN_PRIV) sudo scripts/build-user-rootfs-stage-one | tee build/debootstrap/build-user-rootfs.log