Skip to content
Snippets Groups Projects
Commit 6514efaf authored by Benani Sagar Kishore's avatar Benani Sagar Kishore
Browse files

Updated steps for devroot testcase


Signed-off-by: default avatarSagar <SagarKishore.Benani@in.bosch.com>
parent 6884c3e9
No related branches found
No related tags found
1 merge request!535Updated steps for devroot testcase
Pipeline #541857 passed
......@@ -21,7 +21,7 @@ run:
steps:
- "Download the ARM64 devroot OSpack for the respective image version that your testing:"
- "For example, if you want to build for ARM64 with the v2021.0 release, then you can download the OSpack as follows:"
- $ wget -O ${HOME}/devroot.tar.gz https://images.apertis.org/release/v2021/v2021.0/amd64/devroot/ospack_v2021-amd64-devroot_v2021.0.tar.gz
- $ wget -O ${HOME}/devroot.tar.gz https://images.apertis.org/release/v2023/v2023.0/arm64/devroot/ospack_v2023-arm64-devroot_v2023.0.tar.gz
- "Create a directory for the devroot-64 in the /opt folder"
- $ sudo mkdir -p /opt/devroot-64
- "Extract the downloaded devroot:"
......@@ -37,6 +37,6 @@ run:
- "Change the working directory to the dlt-daemon folder:"
- $ cd dlt-daemon-64
- "Build the dlt-daemon package:"
- $ dpkg-buildpackage -b -uc
- $ sudo dpkg-buildpackage -b -uc
- "The debian packages should be built for ARM64 architecture for dlt-daemon, check to see if these are created in the parent folder"
- $ ls ../
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