Searched full:bm_kernel (Results 1 – 4 of 4) 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
44 BM_KERNEL: /baremetal-files/Image.gz69 BM_KERNEL: /baremetal-files/Image.gz120 BM_KERNEL: /baremetal-files/cheza-kernel
10 BM_KERNEL: /baremetal-files/zImage