summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Halstead <mhalstead@linuxfoundation.org>2022-05-11 11:52:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-11 19:59:44 +0100
commit936ed093007c45761eea58911779d2fc06bb4b3e (patch)
tree9ef2fadb76f6dc7c1b13bf1910cec9df400cce97
parentc0267bb7327a4289025fd43b42bc8ad58d0e76db (diff)
downloadpoky-936ed093007c45761eea58911779d2fc06bb4b3e.tar.gz
scripts/autobuilder-worker-prereq-tests: update to use yocto 4.0
Use files from the current release to avoid the depreciated -show-cursor option. (From OE-Core rev: 53e86ed1af73834be03762eb8ce98aa977a12001) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xscripts/autobuilder-worker-prereq-tests6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/autobuilder-worker-prereq-tests b/scripts/autobuilder-worker-prereq-tests
index 82e9a77bd5..3956349b30 100755
--- a/scripts/autobuilder-worker-prereq-tests
+++ b/scripts/autobuilder-worker-prereq-tests
@@ -54,13 +54,13 @@ fi
54mkdir -p tmp/deploy/images/qemux86-64 54mkdir -p tmp/deploy/images/qemux86-64
55pushd tmp/deploy/images/qemux86-64 55pushd tmp/deploy/images/qemux86-64
56if [ ! -e core-image-minimal-qemux86-64.ext4 ]; then 56if [ ! -e core-image-minimal-qemux86-64.ext4 ]; then
57 wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-image-minimal-qemux86-64.ext4 57 wget http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/core-image-minimal-qemux86-64.ext4
58fi 58fi
59if [ ! -e core-image-minimal-qemux86-64.qemuboot.conf ]; then 59if [ ! -e core-image-minimal-qemux86-64.qemuboot.conf ]; then
60 wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-image-minimal-qemux86-64.qemuboot.conf 60 wget http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/core-image-minimal-qemux86-64.qemuboot.conf
61fi 61fi
62if [ ! -e bzImage-qemux86-64.bin ]; then 62if [ ! -e bzImage-qemux86-64.bin ]; then
63 wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/bzImage-qemux86-64.bin 63 wget http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/bzImage-qemux86-64.bin
64fi 64fi
65popd 65popd
66bitbake qemu-helper-native 66bitbake qemu-helper-native