summaryrefslogtreecommitdiffstats
path: root/getting-started/machines/qemu.md
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-11-07 18:23:01 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-11-07 18:23:01 +0100
commit93367bbf66fb0e3c443cf79807f84573505abbba (patch)
tree8db6d09aa9b9cd4c493725fd6888ab9b7108b99b /getting-started/machines/qemu.md
docs subfolder created; moved all MD files in docs
Change-Id: I89e02117c9569354567816ec5ba2a5565b79849b Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'getting-started/machines/qemu.md')
-rw-r--r--getting-started/machines/qemu.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/getting-started/machines/qemu.md b/getting-started/machines/qemu.md
new file mode 100644
index 0000000..a9f6f5c
--- /dev/null
+++ b/getting-started/machines/qemu.md
@@ -0,0 +1,8 @@
+# Building the AGL Demo Platform for QEMU
+
+To build the QEMU version of the AGL demo platform use machine **qemux86-64** and feature **agl-demo**:
+
+```
+source meta-agl/scripts/aglsetup.sh -m qemux86-64 agl-demo agl-netboot agl-appfw-smack
+bitbake agl-demo-platform
+```