blob: ee17ef0875a25b6892cb66cb2bf4addbfb43fef4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de
# License GPLv2
################################################################################
## bitbake the sdk
################################################################################
# finally, build the agl-demo-platform (we retry to catch the tar-native bug)
bitbake -c $TARGETSDK $TARGETIMAGE || bitbake -c $TARGETSDK $TARGETIMAGE
du -hs tmp/deploy/*
|