aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-mainline.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-11-16 13:25:04 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-11-17 15:06:13 +0000
commit892a5ec62f8336f2f204c745e5878f33b220c8ae (patch)
tree757bae00b5a6d58f9a98d553222dcdf0e6332708 /openembedded-lkft-linux-mainline.yaml
parentbae23c36ef89ac992f5a7f8977c44bffd15f077a (diff)
openembedded-lkft: set kselftests version for mainline and next
This patch changes the version of kselftests executed on mainline and next kernels to the one that comes from the same source as the kernel itself. All other kernels remain on the 'current stable' version of kselftests. Version of the mainline and next kselftests is reported as 'make kernelversion'. The URL points to the git repository URL and revision is set to git commit ID that the kernel was built from. Change-Id: Iedf0d0f24ec8b0f9987215d4e6a0c551f7886e84 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'openembedded-lkft-linux-mainline.yaml')
-rw-r--r--openembedded-lkft-linux-mainline.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/openembedded-lkft-linux-mainline.yaml b/openembedded-lkft-linux-mainline.yaml
index cdf4c773..9c31d010 100644
--- a/openembedded-lkft-linux-mainline.yaml
+++ b/openembedded-lkft-linux-mainline.yaml
@@ -113,6 +113,10 @@
esac
echo "DEVICE_TYPE=${DEVICE_TYPE}" > device_type_parameters
+ echo "KSELFTESTS_VERSION=${MAKE_KERNELVERSION}" >> device_type_parameters
+ echo "KSELFTESTS_URL=${KERNEL_REPO}" >> device_type_parameters
+ echo "KSELFTESTS_REVISION=${KERNEL_COMMIT}" >> device_type_parameters
+ echo "KSELFTEST_PATH=/opt/kselftests/default-in-kernel/" >> device_type_parameters
echo "#${BUILD_NUMBER}-${SRCREV_kernel:0:8}" > ${WORKSPACE}/version.txt
- build-name-setter:
name: 'version.txt'