aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildapp.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-02-15 13:37:00 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-02-21 14:16:26 +0000
commit170bd285ef7230cf95d589fa56759dc3c04b82d2 (patch)
treeac7edacded839816538ac6c00e4ca5630b6d7e7c /tcwg-buildapp.yaml
parent31417fe96dad450859f003b3a8704a95c0c4fbec (diff)
tcwg-buildapp: Improve description of app_list.
Explain how build linux "defconfig". Change-Id: I5a034ee42e2b7601d10598f1b5174248b86342ef
Diffstat (limited to 'tcwg-buildapp.yaml')
-rw-r--r--tcwg-buildapp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml
index 1e0b7365..c21e92cd 100644
--- a/tcwg-buildapp.yaml
+++ b/tcwg-buildapp.yaml
@@ -21,7 +21,7 @@
- string:
name: app_list
default: 'gcc linux linux+all spec2k spec2k6'
- description: 'List of apps to build (eg gcc, linux, linux+myconfig, linux+all ["linux" means allmodconfig, "linux+all" means build all defconfigs in sequence; multi_v7 can be used to boot on arm], spec2k spec2k6)'
+ description: 'List of apps to build (eg gcc, linux, linux+myconfig, linux+all ["linux" means allmodconfig, "linux+" means defconfig, "linux+all" means build all defconfigs in sequence; multi_v7 can be used to boot on arm], spec2k spec2k6)'
- string:
name: linux_repo
default: 'torvalds/linux'