Skip to content
Snippets Groups Projects
Commit f39a718a authored by Peter Senna Tschudin's avatar Peter Senna Tschudin
Browse files

Add --release when calling ade


The sdk-persistent-disk.yaml test case suggest using ade to verify that
the persistent disk is working. However ade uses the release version of
the SDK as default value for the sysroot. If two different versions of
the SDK are used, not specifying the release for ade will cause ade
update to fail. This patch adds --release to all calls of ade.

Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@collabora.com>
parent f0b96a1d
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ metadata:
pre-conditions:
- "Download the virtual machine image for the latest SDK release from:"
- "~https://images.apertis.org/"
- "Make a note of the name of the latest Apertis release you used. When calling ade on the terminal replace v2020dev0 by the name of the latest Apertis release."
- "Create the first virtual machine and name it old-sdk or old-basesdk"
- "Create the second virtual machine and name it new-sdk or new-basesdk"
- "Instructions on how to use VirtualBox and psdk for persistent disk:"
......@@ -27,8 +28,8 @@ metadata:
run:
steps:
- "The following steps are for the SDK virtual machine named with old:"
- "Power on the virtual machine, and run on a terminal:"
- $ ade sysroot install
- "Power on the virtual machine, and run on a terminal(remember to replace v2020dev0):"
- $ ade sysroot install --release v2020dev0
- "Power off the virtual machine"
- "On VirtualBox add the persistent disk to the SDK virtual machine:"
- "~https://developer.apertis.org/latest/sdk-usage.html#virtualbox-adding-the-persistent-disk-to-the-old-sdk"
......@@ -36,8 +37,8 @@ run:
- "Use psdk to initialize the empty disk and to configure the SDK to use it:"
- "~https://developer.apertis.org/latest/sdk-usage.html#preparing-the-persistent-disk-on-the-old-sdk"
- "The SDK will reboot when the configuration is completed. After the reboot click on psdk icon again to confirm that the persistent disk is in use"
- "Run on a terminal:"
- $ ade sysroot update
- "Run on a terminal(remember to replace v2020dev0):"
- $ ade sysroot update --release v2020dev0
- "Power off the virtual machine"
- "The following steps are for the SDK virtual machine named with new"
......@@ -47,6 +48,6 @@ run:
- "Use psdk to configure the SDK to use the persistent disk:"
- "~https://developer.apertis.org/latest/sdk-usage.html#using-the-persistent-disk-on-the-new-sdk"
- "The SDK will reboot when the configuration is completed. After the reboot click on psdk icon again to confirm that the persistent disk is in use"
- "Run on a terminal:"
- $ ade sysroot update
- "Run on a terminal(remember to replace v2020dev0):"
- $ ade sysroot update --release v2020dev0
- "Power off the virtual machine"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment