blob: a9f6f5c2541e72362fd9e445576e06498744ecf2 (
plain)
1
2
3
4
5
6
7
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
```
|