aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-developer.yaml
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-09-10 12:17:10 -0500
committerDan Rue <dan.rue@linaro.org>2018-09-10 17:27:31 +0000
commit17410383cedc26337ad82c7d0246cd741dd5d037 (patch)
tree24e70c333d2c707bb48a98011054aba65e8e4bbb /openembedded-lkft-linux-developer.yaml
parent5c78283569ae0df2202afaee173338b1cf02af5a (diff)
openembedded-lkft-linux-developer: Improve descriptions
Modifications include: * a link to the boards that we're targetting; * a link to job status page, where more information can be found describing the kernel config fragments; * a note regarding the kernel config, remarking that it's actually a file to be found in arch/$ARCH/configs/. Change-Id: I00330177a1bc6275a73d10e443321d9dab96ff02 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'openembedded-lkft-linux-developer.yaml')
-rw-r--r--openembedded-lkft-linux-developer.yaml12
1 files changed, 8 insertions, 4 deletions
diff --git a/openembedded-lkft-linux-developer.yaml b/openembedded-lkft-linux-developer.yaml
index 3a396fe69c..8e34cb8336 100644
--- a/openembedded-lkft-linux-developer.yaml
+++ b/openembedded-lkft-linux-developer.yaml
@@ -30,7 +30,8 @@
builds.</p>
<p>You can compare your test results with existing runs on actual hardware:
<b>arm (X15)</b>, <b>arm64 (HiKey)</b> and <b>x86_64 (Xeon
- E3-1220)</b></p>
+ E3-1220)</b>. A description of the hardware can be found
+ <a href="https://lkft.linaro.org/boards/">here</a>.</p>
<p>This is more or less how it goes:
<ul>
<li>Jenkins will have the kernel and filesystem built here.</li>
@@ -82,12 +83,15 @@
name: KERNEL_CONFIG
default: ''
description: |
- <b>[OPTIONAL]</b> Kernel config<br>
- If ommited the default kernel config will use<br>
+ <b>[OPTIONAL]</b> Kernel config file<br>
+ File to use from arch/${ARCH}/configs/ as base kernel configuration. If ommited the default
+ kernel config will be used:<br>
- defconfig on HiKey<br>
- multi_v7_defconfig on X15<br>
- x86_64_defconfig on x86<br>
- Note: Additional config fragments are added to all defconfigs to ensure build is functional. See job description.
+ Note: Additional config fragments are added to all defconfigs to ensure build is functional. See
+ <a href="https://ci.linaro.org/job/openembedded-lkft-linux-developer/">the status page</a> for
+ more information.
- extended-choice:
name: TEST_SUITES
description: |