Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Add fc-upstream kernel make target -- dont update yet
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthybox committed Nov 9, 2020
1 parent 29d4a61 commit 94d1b42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ kernel-builder:
$(DOCKER) build -t ${KERNEL_BUILDER_NAME}:dev \
-f builder/Dockerfile .

fc-upstream:
curl -L https://github.com/firecracker-microvm/firecracker/master/resources/microvm-kernel-x86_64.config > upstream/config-amd64
curl -L https://github.com/firecracker-microvm/firecracker/master/resources/microvm-kernel-arm64.config > upstream/config-arm64

upgrade: $(addprefix upgrade-,$(KERNEL_VERSIONS))
./patch-config.sh
for file in generated/*; do \
Expand Down

0 comments on commit 94d1b42

Please sign in to comment.