aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildapp.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-06-13 15:11:07 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-06-14 12:37:19 +0000
commit9c0f6648c8457f2d88e81230bcbfb5de3fcf6b32 (patch)
tree20bbdf34f49b04ec64a9d991a4d8e3fd77671757 /tcwg-buildapp.yaml
parentca49713e9d4dc8df0af666613267ec0beec4f798 (diff)
tcwg-buildapp: Add support to build the Linux kernel.
And add aarch64-linux-gnu to the list of targets. Change-Id: I80b1f0dd24daa0fafee7f0cc244604a57081139f
Diffstat (limited to 'tcwg-buildapp.yaml')
-rw-r--r--tcwg-buildapp.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml
index 16425367dd..22447e4036 100644
--- a/tcwg-buildapp.yaml
+++ b/tcwg-buildapp.yaml
@@ -39,12 +39,13 @@
name: app
values:
- gcc
+ - linux
- axis:
type: user-defined
name: target
values:
- arm-linux-gnueabihf
-
+ - aarch64-linux-gnu
execution-strategy:
sequential: false
wrappers:
@@ -61,4 +62,4 @@
- shell: |
#!/bin/bash
set -ex
- ./tcwg-buildapp.sh ${toolchain_url} ${app} ${target}
+ ./tcwg-buildapp.sh ${toolchain_url} ${app} ${target}