diff options
Diffstat (limited to 'scripts')
| -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 |
