X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=README.md;h=dd08bc21dc809bb2276c1546b117a7188a3ec4e3;hb=21bc7e1510ff0d625098b38c3efad68853df4b71;hp=25e8d89747ed8e0b6997850d89115d6e6d9b78e1;hpb=49e6616a903e82e851bec008984b69a0649ee124;p=AGL%2Fmeta-agl-demo.git diff --git a/README.md b/README.md index 25e8d8974..dd08bc21d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ URI: git://git.yoctoproject.org/poky > revision: df87cb27efeaea1455f20692f9f1397c6fcab254 URI: git://git.openembedded.org/meta-openembedded -> layer: meta-oe +> layer: meta-oe, meta-multimedia, meta-ruby > branch: dizzy > revision: 9efaed99125b1c4324663d9a1b2d3319c74e7278 @@ -151,13 +151,10 @@ You can build a QEMU image using the following steps: 2. Build the full image of AGL Demo Platform and applications $ bitbake agl-demo-platform - 2a. Specifically If you are building the CES2016 demos you will want to add the following to your "conf/local.conf" file to install the demo code in the image: -IMAGE_INSTALL_append = " CES2016-demo" - - 2b. If you want to run QEMU directly as VM in Virtual Box or your other favorite VM software then add this line to your "conf/local.conf" file. + 2a. If you want to run QEMU directly as VM in Virtual Box or your other favorite VM software then add this line to your "conf/local.conf" file. IMAGE_FSTYPES += "vmdk" - 2c. The Weston IVI-Shell always gets built ; it will not be started, however, unless you specify the following in your "conf/local.conf" file : + 2b. The Weston IVI-Shell always gets built ; it will not be started, however, unless you specify the following in your "conf/local.conf" file : IMAGE_INSTALL_append = " \ weston-ivi-shell-config \ @@ -175,8 +172,12 @@ IMAGE_INSTALL_append = " \ To extend the amount of memory, add to runqemu: qemuparams="-m 512" + To separate console from VGA screen (to avoid corrupt screen while booting), + add to runqemu: + serial + or use the virtual disk in Virtual Box from this location: - tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.vmdk + tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.vmdk 4. Some weston samples are available from weston terminal.