diff options
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 +``` |