blob: 398eda51f8ad2ef97b8987b0b16ba1f22ae1fcf8 (
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**:
```bash
source meta-agl/scripts/aglsetup.sh -m qemux86-64 agl-demo agl-netboot agl-appfw-smack
bitbake agl-demo-platform
```
|