osmo-ci/ansible/roles/install-poky-sdk
Pau Espin d8e2f0a682 ansible: Fix several file permission mask format
From ansible documentation [1]:
"""
For those used to /usr/bin/chmod remember that modes are actually octal
numbers. You must either add a leading zero so that Ansible's YAML
parser knows it is an octal number (like 0644 or 01777) or quote it
(like '644' or '1777') so Ansible receives a string and can do its own
conversion from string into number.
Giving Ansible a number without following one of these rules will end up
with a decimal number which will have unexpected results.
"""

[1] https://docs.ansible.com/ansible/latest/modules/template_module.html?highlight=template

Change-Id: I91008927c50016a837420c4249b5f69b9153572e
2019-11-27 09:30:28 +01:00
..
defaults generalize the install-poky-sdk role to support multiple sdks 2019-04-26 15:38:12 +02:00
tasks ansible: Fix several file permission mask format 2019-11-27 09:30:28 +01:00
README.md Fix oc2g poky SDK installation 2019-05-15 14:46:02 +02:00

README.md

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