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

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dfastboot.sh39 if [ -z "$BM_DTB" ]; then
40 echo "Must set BM_DTB to your board's DTB file 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
106 wget $BM_DTB -O dtb
111 cat $BM_KERNEL $BM_DTB > Image.gz-dtb
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst1809 - ci/freedreno: Remove stray BM_DTB definition.

Completed in 9 milliseconds