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

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

Change-Id: I002fde53684cd4a43c9f22e09264056f2a950c24
This commit is contained in:
Pau Espin 2020-02-14 16:26:30 +01:00
parent 10fe37cdce
commit 4f3cc9e7e4
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ _poky_version="$POKY_VERSION"
_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"

View File

@ -5,7 +5,7 @@ _poky_version="$POKY_VERSION"
_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"