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