Searched full:bm_kernel (Results 1 – 5 of 5) sorted by relevance
34 if [ -z "$BM_KERNEL" ]; then35 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 it82 if echo "$BM_KERNEL" | grep -q http; then84 wget $BM_KERNEL -O /tftp/vmlinuz86 cp $BM_KERNEL /tftp/vmlinuz
34 if [ -z "$BM_KERNEL" ]; then35 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; then105 wget $BM_KERNEL -O kernel111 cat $BM_KERNEL $BM_DTB > Image.gz-dtb
39 BM_KERNEL: /baremetal-files/Image.gz88 BM_KERNEL: /baremetal-files/Image.gz165 BM_KERNEL: /baremetal-files/cheza-kernel
9 BM_KERNEL: /baremetal-files/zImage
111 `BM_KERNEL`. If one puts a gz-compressed kernel URL there, the job will use that