aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
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
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')
-rw-r--r--ansible/roles/install-poky-sdk/README.md2
-rw-r--r--ansible/setup-jenkins-slave.yml2
2 files changed, 2 insertions, 2 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
diff --git a/ansible/setup-jenkins-slave.yml b/ansible/setup-jenkins-slave.yml
index 1135ab2..39e6f77 100644
--- a/ansible/setup-jenkins-slave.yml
+++ b/ansible/setup-jenkins-slave.yml
@@ -21,7 +21,7 @@
- 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.sh
poky_dest: /opt/poky-oc2g/2.3.4/
tags:
- poky