diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-07 18:23:01 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-07 18:23:01 +0100 |
commit | 93367bbf66fb0e3c443cf79807f84573505abbba (patch) | |
tree | 8db6d09aa9b9cd4c493725fd6888ab9b7108b99b /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.md | 8 |
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 +``` |