aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/container/baremetal_build.sh
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2020-06-16 12:05:23 -0700
committerMarge Bot <[email protected]>2020-06-26 19:34:17 +0000
commit6283da34a9147f65c2cf2bc0d4d2c06bec9ed4ac (patch)
tree4a8e1faf65f3dab5acb4a676f47ec7231a880e54 /.gitlab-ci/container/baremetal_build.sh
parent5c0f82b0d72927b98157300f5c9017f99299fbd4 (diff)
ci/baremetal: Bump the kernel to a recent drm-msm-fixes for msm semaphores.
We need this to test the new VK feature we're about to land. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2769>
Diffstat (limited to '.gitlab-ci/container/baremetal_build.sh')
-rw-r--r--.gitlab-ci/container/baremetal_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/container/baremetal_build.sh b/.gitlab-ci/container/baremetal_build.sh
index 6024138f8ab..d6d8c6726de 100644
--- a/.gitlab-ci/container/baremetal_build.sh
+++ b/.gitlab-ci/container/baremetal_build.sh
@@ -48,6 +48,7 @@ mkdir /var/cache/apt/archives/$arch
. .gitlab-ci/container/container_pre_build.sh
############### Create rootfs
+KERNEL_URL=https://gitlab.freedesktop.org/drm/msm/-/archive/drm-msm-fixes-2020-06-25/msm-drm-msm-fixes-2020-06-25.tar.gz
DEBIAN_ARCH=$arch INCLUDE_VK_CTS=1 . .gitlab-ci/container/lava_arm.sh