ansible: Install poky-sdk only on x86_64 architecture

The SDK is pre-compiled for a x86_64 host architecture, we cannot
use it e.g. on armhf (raspi).

Change-Id: Ia565d2dba427c00aa08a4eca62ac7410448ada04
This commit is contained in:
Harald Welte 2020-01-26 13:35:44 +01:00
parent 0bd157f0bd
commit 8eb4fdb591
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
- docker
- name: install-poky-sdk
when: ansible_architecture == "x86_64"
jenkins_user: osmocom-build
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/
@ -27,6 +28,7 @@
- poky
- name: install-poky-sdk
when: ansible_architecture == "x86_64"
jenkins_user: osmocom-build
poky_installer_file: poky-glibc-x86_64-meta-toolchain-osmo-armv5te-toolchain-osmo-2.3.4.sh
poky_dest: /opt/poky-sdk/2.3.4/