Home
last modified time | relevance | path

Searched full:bm_kernel (Results 1 – 4 of 4) 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.yml44 BM_KERNEL: /baremetal-files/Image.gz
69 BM_KERNEL: /baremetal-files/Image.gz
120 BM_KERNEL: /baremetal-files/cheza-kernel
/third_party/mesa3d/src/etnaviv/ci/
Dgitlab-ci.yml10 BM_KERNEL: /baremetal-files/zImage