Searched refs:BM_KERNEL (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A 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
H A 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

Completed in 1 milliseconds