aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-15 14:44:02 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-15 14:46:02 +0200
commit02ebc242b8f82a7239d4cde3d747fe319d260bab (patch)
tree1b683be4a11c486b863f60cac097efab1a199596 /ansible/roles
parenta72c87cba2da399a99fddef2b00573cce2d3ab38 (diff)
Fix oc2g poky SDK installation
It's poky_installer_file, not poky_install_file. Also, don't mandate a version from april that's no longer on downloads.sysmocom.de. This was broken since Change-Id I35f34a089311808cb21a064dd50e41cd1887b320 Change-Id: If3adf078fd89b9d0c5151cdbf745123df34bbaba
Diffstat (limited to 'ansible/roles')
-rw-r--r--ansible/roles/install-poky-sdk/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/install-poky-sdk/README.md b/ansible/roles/install-poky-sdk/README.md
index 7f2c31e..dc2fe7e 100644
--- a/ansible/roles/install-poky-sdk/README.md
+++ b/ansible/roles/install-poky-sdk/README.md
@@ -10,7 +10,7 @@ example:
```
- name: install-poky-sdk
jenkins_user: osmocom-build
- poky_install_file: poky-glibc-x86_64-meta-toolchain-osmo-cortexa15hf-neon-toolchain-osmo-2.3.4-20190426050512.sh
+ 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