On Mon, Jan 19, 2015 at 04:03:52PM -0500, Christopher Covington wrote:
Hi Kevin,
On 01/19/2015 06:29 AM, Kevin Hao wrote:
These are needed when we want to boot from qeumu.
Signed-off-by: Kevin Hao kexin.hao@windriver.com
meta-aarch64/conf/machine/genericarmv8.conf | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/meta-aarch64/conf/machine/genericarmv8.conf b/meta-aarch64/conf/machine/genericarmv8.conf index 1d05238d8c04..76b380eba769 100644 --- a/meta-aarch64/conf/machine/genericarmv8.conf +++ b/meta-aarch64/conf/machine/genericarmv8.conf @@ -35,3 +35,7 @@ FEATURE_PACKAGES_autoserial = "auto-serial-console" # we do not want to have getty running on tty1 as we run # auto-serial-console there USE_VT = "0"
+IMAGE_FSTYPES += "ext3"
I've found the VirtIO 9P passthrough filesystem to be the most convenient (non) format to use with QEMU. Here are some example command lines:
http://www.spinics.net/lists/linux-virtualization/msg23031.html
Thanks for the info, Chris. But given the virtfs is disabled by default in the current qemu recipe, we do need to do some tuning before using 9P filesystem. So I would like to create ext3 image by default and this is also compatible with the oe-core.
Thanks, Kevin