diff options
author | 2012-11-21 17:13:58 +0200 | |
---|---|---|
committer | 2012-12-05 09:51:56 +0200 | |
commit | f29dee6fa9e31f78d2b415bdf40ac0ea0177a15c (patch) | |
tree | 4edfe0d2b7743440191902f52db4c6980b25e172 /README.md | |
parent | 39397527901991b79527ddf6385ff0c2b2b0c675 (diff) | |
download | meta-ivi-f29dee6fa9e31f78d2b415bdf40ac0ea0177a15c.tar.gz meta-ivi-f29dee6fa9e31f78d2b415bdf40ac0ea0177a15c.tar.bz2 meta-ivi-f29dee6fa9e31f78d2b415bdf40ac0ea0177a15c.zip |
README.md: update with info related to building for qemux86 too.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ You can build a QEMU image including GENIVI P1 components using the following st 5. Add meta-openembedded/meta-gnome path to COREBASE/build/conf/bblayers.conf file. -6. Set MACHINE ??= "vexpressa9" in COREBASE/build/conf/local.conf file. +6. Set MACHINE ??= "vexpressa9" or MACHINE ??= "qemux86" in COREBASE/build/conf/local.conf file to build for emulated vexpressa9 or x86. 7. Add BBMASK = "meta-systemd/meta-efl|meta-systemd/meta-gnome|meta-systemd/meta-multimedia|meta-systemd/meta-oe/recipes-support|meta-gnome/recipes-gnome" in COREBASE/build/conf/local.conf file. |