From cf00e8181097e32ff40dd69e1c15d7a0c9ea3a40 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 7 Nov 2016 12:37:23 +0100 Subject: Add generic jjb CI job for AGL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8264fd08a6ea2348751c1c7ed15da1103fbf4272 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-bitbake-image.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 jjb/common/include-agl-bitbake-image.sh (limited to 'jjb/common/include-agl-bitbake-image.sh') diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh new file mode 100644 index 00000000..180cef78 --- /dev/null +++ b/jjb/common/include-agl-bitbake-image.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 $TARGETIMAGE || bitbake $TARGETIMAGE + +du -hs tmp/deploy/* -- cgit 1.2.3-korg