summaryrefslogtreecommitdiffstats
path: root/README-AGL.md
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-12-29 08:24:41 +0000
committerChanghyeok Bae <changhyeok.bae@gmail.com>2018-01-23 22:17:51 +0900
commit8e7b933e38161d9471cce76467aeed24d935841a (patch)
tree600566a95c15655010f2020c3518513f9baeb8e8 /README-AGL.md
parentd82b96c1d284c1cd7b517aeaf6119809931800cf (diff)
Change image type to wic.vmdk
vmdk image type is changed to wic.vmdk in upstream. (From Poky rev: 9d07c736e39a9aa922630b4241eda185a19a11ea) (From OE-Core rev: 929ba563f1bc7195c4981b8e139c432b2cc388ea) Bug-AGL: SPEC-1181 Change-Id: I94fab8ce4d075776b5f72d1c270a333d6b34a4b7 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'README-AGL.md')
-rw-r--r--README-AGL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-AGL.md b/README-AGL.md
index bb6e8aa63..146d6ff16 100644
--- a/README-AGL.md
+++ b/README-AGL.md
@@ -173,7 +173,7 @@ To build an image from 'meta-agl'
> $ bitbake agl-demo-platform
- 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"
+ > IMAGE_FSTYPES += "wic.vmdk"
5. Run in the emulator
> $ runqemu agl-image-ivi qemux86-64
@@ -194,7 +194,7 @@ To build an image from 'meta-agl'
> $ runqemu agl-image-ivi qemux86-64 bootparams="uvesafb.mode_option=1280x720-32" 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.wic.vmdk
6. Some weston samples are available from weston terminal (click top left icon).
Check the folder `/opt/AGL/ALS2016`.