Home
last modified time | relevance | path

Searched full:bm_kernel (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/.gitlab-ci/bare-metal/
Dcros-servo.sh34 if [ -z "$BM_KERNEL" ]; then
35 echo "Must set BM_KERNEL to your board's kernel FIT image"
67 # moving that container to the runner. So, if BM_KERNEL is a URL, fetch it
82 if echo "$BM_KERNEL" | grep -q http; then
84 wget $BM_KERNEL -O /tftp/vmlinuz
86 cp $BM_KERNEL /tftp/vmlinuz
Dfastboot.sh34 if [ -z "$BM_KERNEL" ]; then
35 echo "Must set BM_KERNEL to your board's kernel vmlinuz or Image.gz in the job's variables:"
100 # moving that container to the runner. So, if BM_KERNEL+BM_DTB are URLs,
102 if echo "$BM_KERNEL $BM_DTB" | grep -q http; then
105 wget $BM_KERNEL -O kernel
111 cat $BM_KERNEL $BM_DTB > Image.gz-dtb
/third_party/mesa3d/src/freedreno/ci/
Dgitlab-ci.yml39 BM_KERNEL: /baremetal-files/Image.gz
88 BM_KERNEL: /baremetal-files/Image.gz
165 BM_KERNEL: /baremetal-files/cheza-kernel
/third_party/mesa3d/src/etnaviv/ci/
Dgitlab-ci.yml9 BM_KERNEL: /baremetal-files/zImage
/third_party/mesa3d/docs/ci/
Dkernel.rst111 `BM_KERNEL`. If one puts a gz-compressed kernel URL there, the job will use that