diff options
| author | Jon Mason <jdmason@kudzu.us> | 2021-10-07 11:06:23 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 23:14:16 +0100 |
| commit | 9036ad0ab3269e3127d5c7b04f4e397e66c646dd (patch) | |
| tree | 3fb416aa1f6532e399b3eb115991a7f5865ca9ec | |
| parent | fed017998a3ee7a9877f05fd78916923fd0fd99d (diff) | |
| download | poky-9036ad0ab3269e3127d5c7b04f4e397e66c646dd.tar.gz | |
oeqa/manual: Fix no longer valid URLs
autobuilder.yoctoproject.org URLS no longer work. Update them to a
working location.
(From OE-Core rev: 8809209c95fa185c29d11dcfc4e69cfe0efabd92)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 56f7bac1f0d1ced41e6908706be27149aa7b87e2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/lib/oeqa/manual/eclipse-plugin.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/lib/oeqa/manual/eclipse-plugin.json b/meta/lib/oeqa/manual/eclipse-plugin.json index d77d0e673b..6c110d0656 100644 --- a/meta/lib/oeqa/manual/eclipse-plugin.json +++ b/meta/lib/oeqa/manual/eclipse-plugin.json | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | "expected_results": "" | 44 | "expected_results": "" |
| 45 | }, | 45 | }, |
| 46 | "2": { | 46 | "2": { |
| 47 | "action": "wget autobuilder.yoctoproject.org/pub/releases//machines/qemu/qemux86/qemu (ex:core-image-sato-sdk-qemux86-date-rootfs-tar-bz2) \nsource /opt/poky/version/environment-setup-i585-poky-linux \n\nExtract qemu with runqemu-extract-sdk /home/user/file(ex.core-image-sato-sdk-qemux86.bz2) \n/home/user/qemux86-sato-sdk \n\n", | 47 | "action": "wget https://downloads.yoctoproject.org/releases/yocto/yocto-$VERSION/machines/qemu/qemux86/ (ex:core-image-sato-sdk-qemux86-date-rootfs-tar-bz2) \nsource /opt/poky/version/environment-setup-i585-poky-linux \n\nExtract qemu with runqemu-extract-sdk /home/user/file(ex.core-image-sato-sdk-qemux86.bz2) \n/home/user/qemux86-sato-sdk \n\n", |
| 48 | "expected_results": " Qemu can be lauched normally." | 48 | "expected_results": " Qemu can be lauched normally." |
| 49 | }, | 49 | }, |
| 50 | "3": { | 50 | "3": { |
| @@ -60,7 +60,7 @@ | |||
| 60 | "expected_results": "" | 60 | "expected_results": "" |
| 61 | }, | 61 | }, |
| 62 | "6": { | 62 | "6": { |
| 63 | "action": "(d) QEMU: \nSelect this option if you will be using the QEMU emulator. Specify the Kernel matching the QEMU architecture you are using. \n wget autobuilder.yoctoproject.org/pub/releases//machines/qemu/qemux86/bzImage-qemux86.bin \n e.g: /home/$USER/yocto/adt-installer/download_image/bzImage-qemux86.bin \n\n", | 63 | "action": "(d) QEMU: \nSelect this option if you will be using the QEMU emulator. Specify the Kernel matching the QEMU architecture you are using. \n wget https://downloads.yoctoproject.org/releases/yocto/yocto-$VERSION/machines/qemu/qemux86/bzImage-qemux86.bin \n e.g: /home/$USER/yocto/adt-installer/download_image/bzImage-qemux86.bin \n\n", |
| 64 | "expected_results": "" | 64 | "expected_results": "" |
| 65 | }, | 65 | }, |
| 66 | "7": { | 66 | "7": { |
| @@ -247,7 +247,7 @@ | |||
| 247 | "execution": { | 247 | "execution": { |
| 248 | "1": { | 248 | "1": { |
| 249 | "action": "Clone eclipse-poky source. \n \n - git clone git://git.yoctoproject.org/eclipse-poky \n\n", | 249 | "action": "Clone eclipse-poky source. \n \n - git clone git://git.yoctoproject.org/eclipse-poky \n\n", |
| 250 | "expected_results": "Eclipse plugin is successfully installed \n\nDocumentation is there. For example if you have release yocto-2.0.1 you will found on http://autobuilder.yoctoproject.org/pub/releases/yocto-2.0.1/eclipse-plugin/mars/ archive with documentation like org.yocto.doc-development-$date.zip \n \n" | 250 | "expected_results": "Eclipse plugin is successfully installed \n\nDocumentation is there. For example if you have release yocto-2.0.1 you will found on https://downloads.yoctoproject.org/releases/yocto/yocto-2.0.1/eclipse-plugin/mars/ archive with documentation like org.yocto.doc-development-$date.zip \n \n" |
| 251 | }, | 251 | }, |
| 252 | "2": { | 252 | "2": { |
| 253 | "action": "Checkout correct tag. \n\n - git checkout <eclipse-version>/<yocto-version> \n\n", | 253 | "action": "Checkout correct tag. \n\n - git checkout <eclipse-version>/<yocto-version> \n\n", |
