aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/install-poky-sdk/README.md
blob: dc2fe7e9e2d5f52cd6be7651398c3b644a6f9804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Install the poky sdk's used to build sysmobts binaries

# Poky Installation

The poky installation requires you to have the installer available.
Put the `poky_installer_file` to the root directory of this repo.
Also the exact filename must match the variable `poky_installer_file`

example:
```
    - name: install-poky-sdk
      jenkins_user: osmocom-build
      poky_installer_file: poky-glibc-x86_64-meta-toolchain-osmo-cortexa15hf-neon-toolchain-osmo-2.3.4-20190426050512.sh
      poky_dest: /opt/poky-sdk/2.3.4/
      tags:
        - poky
```