Skip to content

Commit

Permalink
qemu_v8: add uRootfs target
Browse files Browse the repository at this point in the history
"make buildroot" generates rootfs.cpio.gz but it's not sufficient to
prepare all files for "make run-only".

Add a target uRootfs to generate the a rootfs image ready to be used by
U-Boot.

Signed-off-by: Jens Wiklander <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
Acked-by: Etienne Carriere <[email protected]>
  • Loading branch information
jenswi-linaro authored and jforissier committed Dec 7, 2023
1 parent 481cf34 commit 7ba21c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qemu_v8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,9 @@ $(ROOTFS_UGZ): u-boot buildroot | $(BINARIES_PATH)
-n "Root file system" \
-d $(ROOTFS_GZ) $(ROOTFS_UGZ)

.PHONY: uRootfs
uRootfs: $(ROOTFS_UGZ)

################################################################################
# XEN
################################################################################
Expand Down

0 comments on commit 7ba21c9

Please sign in to comment.