commit | 5217886ce7fe5ae1683136cdb55bb0289ab37cf6 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Jul 01 12:06:57 2021 +0200 |
committer | Jens Wiklander <jens.wiklander@linaro.org> | Thu Jul 01 14:12:27 2021 +0200 |
tree | 91bb116215e3fa854212ce48be22b6e91dd75845 | |
parent | 24606793c70be5ff85f48d585f50144f62bceee2 [diff] |
qemu_v8: xen: replace virt-make-fs with mke2fs Replaces virt-make-fs with mke2fs since it's more robust on Ubuntu and also a bit faster. Fixes build problems like: virt-make-fs -t ext4 /home/jens/work/repos/qemu_v8_xen/build/../out/bin/xen_files /home/jens/work/repos/qemu_v8_xen/build/../out/bin/xen.ext4 Image Name: Root file system Created: Wed Jun 30 19:34:06 2021 Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 31978230 Bytes = 31228.74 KiB = 30.50 MiB Load Address: 44000000 Entry Point: 44000000 libguestfs: error: tar_in: tar subcommand failed on directory: /: tar: ./rootfs.cpio.gz: Wrote only 6144 of 10240 bytes tar: Exiting with failure status due to previous errors make: *** [Makefile:362: xen-create-image] Error 1 Reviewed-by: Jerome Forissier <jerome@forissier.org> Tested-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers