osmo-ci/ansible/roles/install-poky-sdk
Oliver Smith aee8b3f14b ansible: fix apt deprecation warning about loops
Fix deprecation warnings like the following:
  [DEPRECATION WARNING]: Invoking "apt" only once while using a loop
  via squash_actions is deprecated. Instead of using a loop to supply
  multiple items  and specifying `name: "{{ item }}"`, please use
  `name: ['libjansson-dev', 'libulfius-dev']` and remove the loop.
  This feature will be removed in version 2.11.

Related: OS#5055
Change-Id: I57b9ce690e8167249468954f3e62d14c7a92fcfc
2021-03-08 15:47:17 +01:00
..
defaults generalize the install-poky-sdk role to support multiple sdks 2019-04-26 15:38:12 +02:00
tasks ansible: fix apt deprecation warning about loops 2021-03-08 15:47:17 +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