Skip to content
Snippets Groups Projects
Commit 18549229 authored by Sagar's avatar Sagar
Browse files

Changed the devroot path to point to devroot-64


Signed-off-by: default avatarSagar <SagarKihore.Benani@in.bosch.com>
parent f1f878c7
Branches 18.12 apertis/v2019dev0
No related tags found
1 merge request!292Changed the devroot path to point to devroot-64 folder
Pipeline #265992 passed
......@@ -22,10 +22,10 @@ run:
- "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
- "Create a directory for the devroot in the /opt folder"
- $ sudo mkdir -p /opt/devroot
- "Create a directory for the devroot-64 in the /opt folder"
- $ sudo mkdir -p /opt/devroot-64
- "Extract the downloaded devroot:"
- $ sudo tar -xvf ${HOME}/devroot.tar.gz -C /opt/devroot
- $ sudo tar -xvf ${HOME}/devroot.tar.gz -C /opt/devroot-64
- "Ensure the package list is up-to-date:"
- $ sudo apt-get update
- "Download the sources for dlt-daemon:"
......@@ -33,9 +33,9 @@ run:
- "Retrieve Build dependencies for dlt-daemon:"
- $ sudo apt-get build-dep dlt-daemon
- "Enter the devroot:"
- $ sudo devroot-enter /opt/devroot --bind=${HOME}/dlt-daemon
- $ sudo devroot-enter /opt/devroot-64 --bind=${HOME}/dlt-daemon-2.18.6
- "Change the working directory to the dlt-daemon folder:"
- $ cd dlt-daemon
- $ cd dlt-daemon-64
- "Build the dlt-daemon package:"
- $ 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"
......
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