aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/install-poky-sdk/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/install-poky-sdk/README.md')
-rw-r--r--ansible/roles/install-poky-sdk/README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/ansible/roles/install-poky-sdk/README.md b/ansible/roles/install-poky-sdk/README.md
index 541ea3c..7f2c31e 100644
--- a/ansible/roles/install-poky-sdk/README.md
+++ b/ansible/roles/install-poky-sdk/README.md
@@ -1,10 +1,17 @@
-# Install the poky sdk used to build sysmobts binaries
+# 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` and the
-`poky_version`.
-For the defaults of those variable have a look into `defaults/main.yml`.
+Also the exact filename must match the variable `poky_installer_file`
+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_dest: /opt/poky-sdk/2.3.4/
+ tags:
+ - poky
+```