diff options
author | Michael Halstead <mhalstead@linuxfoundation.org> | 2022-05-11 11:52:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-11 19:59:44 +0100 |
commit | 936ed093007c45761eea58911779d2fc06bb4b3e (patch) | |
tree | 9ef2fadb76f6dc7c1b13bf1910cec9df400cce97 | |
parent | c0267bb7327a4289025fd43b42bc8ad58d0e76db (diff) | |
download | poky-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-x | scripts/autobuilder-worker-prereq-tests | 6 |
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 | |||
54 | mkdir -p tmp/deploy/images/qemux86-64 | 54 | mkdir -p tmp/deploy/images/qemux86-64 |
55 | pushd tmp/deploy/images/qemux86-64 | 55 | pushd tmp/deploy/images/qemux86-64 |
56 | if [ ! -e core-image-minimal-qemux86-64.ext4 ]; then | 56 | if [ ! -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 |
58 | fi | 58 | fi |
59 | if [ ! -e core-image-minimal-qemux86-64.qemuboot.conf ]; then | 59 | if [ ! -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 |
61 | fi | 61 | fi |
62 | if [ ! -e bzImage-qemux86-64.bin ]; then | 62 | if [ ! -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 |
64 | fi | 64 | fi |
65 | popd | 65 | popd |
66 | bitbake qemu-helper-native | 66 | bitbake qemu-helper-native |