From: wminer Date: Sat, 7 Nov 2015 17:47:39 +0000 (-0600) Subject: Added instructions for X-Git-Tag: albacore_1.0~17 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=a34a786cccfbc87442e0153624ea2b175a4a068c Added instructions for - Building a virtual disk as part of the build process that can be run directly in Virtual Box or VMWare - Adding the demo qml and code to the disk image. - Running the build command so that the latest CES 2016 demo code is included in the build v2: (Jan-Simon Möller) - Adapt instructions with 4287 merged. Change-Id: Ie8ff5465fcf2c97cdd30f74d8084c5a43eda9a9c Signed-off-by: wminer Signed-off-by: Jan-Simon Möller --- diff --git a/README.md b/README.md index 8c4ce30b8..ecdf3e62c 100644 --- a/README.md +++ b/README.md @@ -151,15 +151,20 @@ 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 -3. The Weston IVI-Shell always gets built ; it will not be started, however, unless you specify the following in your "conf/local.conf" file : + 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. +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 : IMAGE_INSTALL_append = " \ weston-ivi-shell-config \ " + or you manually overwrite the "/etc/xdg/weston/weston.ini" file with a correct one. -or you manually overwrites the "/etc/xdg/weston/weston.ini" file with a correct one. - -4. Run the emulator. The path for the emulator (runqemu) was added during the envsetup. +3. Run the emulator. The path for the emulator (runqemu) was added during the envsetup. $ cd tmp/deploy/images/qemex86-64 $ runqemu bzImage-qemux86-64.bin agl-demo-platform-qemux86-64.ext3 @@ -167,7 +172,15 @@ or you manually overwrites the "/etc/xdg/weston/weston.ini" file with a correct $ runqemu bzImage-qemux86-64.bin agl-demo-platform-qemux86-64.ext3 \ bootparams="uvesafb.mode_option=1280x720-32" -5. Some weston samples are available from weston terminal. + To extend the amount of memory, add to runqemu: + qemuparams="-m 512" + + or use the virtual disk in Virtual Box from this location: + tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.vmdk + +4. Some weston samples are available from weston terminal. + + Build a R-Car M2 (porter) image