diff options
Diffstat (limited to 'jjb/common/include-agl-bitbake-sdk.sh')
-rw-r--r-- | jjb/common/include-agl-bitbake-sdk.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/common/include-agl-bitbake-sdk.sh b/jjb/common/include-agl-bitbake-sdk.sh new file mode 100644 index 00000000..4627932b --- /dev/null +++ b/jjb/common/include-agl-bitbake-sdk.sh @@ -0,0 +1,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 -c $TARGETSDK $TARGETIMAGE || bitbake -c $TARGETSDK $TARGETIMAGE + +du -hs tmp/deploy/* |