commit | 74593d3c0a226dd45b0aa16b4ef82b99912d116c | [log] [tgz] |
---|---|---|
author | Peter Griffin <peter.griffin@linaro.org> | Wed Apr 28 10:08:43 2021 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon May 03 09:20:05 2021 +0200 |
tree | 7d388671920cb5b0066ed4052c2851fb9bf48e5a | |
parent | 8af8fa271ee5d2c25f2e63c5cc17f05560b44d37 [diff] |
qemu_v8: Add linux-modules target for building kernel modules To avoid initramfs becoming huge with modules they can be mounted from host into the guest filesystem. (host) make linux-modules make QEMU_VIRTFS_ENABLE=y QEMU_USERNET_ENABLE=y run-only (qemu guest) mount -t 9p -o trans=virtio host /host ln -s /host/out/kernel_modules/lib/modules/ /lib/modules modprobe virtio-video Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Reviewed-by: Jerome Forissier <jerome@forissier.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