Change in osmo-gsm-tester[master]: contrib/*sysmo.sh: Fix default poky SDK path

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Feb 14 15:28:24 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17148 )


Change subject: contrib/*sysmo.sh: Fix default poky SDK path
......................................................................

contrib/*sysmo.sh: Fix default poky SDK path

ansible scripts are installing the SDK in "poky-sdk" dir, not "poky" one.

Change-Id: I002fde53684cd4a43c9f22e09264056f2a950c24
---
M contrib/jenkins-build-osmo-bts-sysmo.sh
M contrib/jenkins-build-osmo-pcu-sysmo.sh
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/48/17148/1

diff --git a/contrib/jenkins-build-osmo-bts-sysmo.sh b/contrib/jenkins-build-osmo-bts-sysmo.sh
index 82dae39..fc528d3 100755
--- a/contrib/jenkins-build-osmo-bts-sysmo.sh
+++ b/contrib/jenkins-build-osmo-bts-sysmo.sh
@@ -5,7 +5,7 @@
 _poky_path="$POKY_PATH"
 
 [ -z "$_poky_version" ] && _poky_version="2.3.4"
-[ -z "$_poky_path" ] && _poky_path="/opt/poky/$_poky_version"
+[ -z "$_poky_path" ] && _poky_path="/opt/poky-sdk/$_poky_version"
 
 . "$_poky_path/environment-setup-armv5te-poky-linux-gnueabi"
 
diff --git a/contrib/jenkins-build-osmo-pcu-sysmo.sh b/contrib/jenkins-build-osmo-pcu-sysmo.sh
index 13f37b5..789b0c0 100755
--- a/contrib/jenkins-build-osmo-pcu-sysmo.sh
+++ b/contrib/jenkins-build-osmo-pcu-sysmo.sh
@@ -5,7 +5,7 @@
 _poky_path="$POKY_PATH"
 
 [ -z "$_poky_version" ] && _poky_version="2.3.4"
-[ -z "$_poky_path" ] && _poky_path="/opt/poky/$_poky_version"
+[ -z "$_poky_path" ] && _poky_path="/opt/poky-sdk/$_poky_version"
 
 . "$_poky_path/environment-setup-armv5te-poky-linux-gnueabi"
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17148
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: I002fde53684cd4a43c9f22e09264056f2a950c24
Gerrit-Change-Number: 17148
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200214/1a8e00a4/attachment.htm>


More information about the gerrit-log mailing list