contrib/*sysmo.sh: Fix default poky SDK version to 2.3.4

Current latest poky SDK is 2.3.4, and that's the one we have installed
in all buildhosts.

Change-Id: I8c855456c7f94a3d6ee58ca550a056a0fea61a71
This commit is contained in:
Pau Espin 2020-02-14 15:39:47 +01:00
parent f0a1af567f
commit 10fe37cdce
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ set -e -x
_poky_version="$POKY_VERSION"
_poky_path="$POKY_PATH"
[ -z "$_poky_version" ] && _poky_version="2.3.2"
[ -z "$_poky_version" ] && _poky_version="2.3.4"
[ -z "$_poky_path" ] && _poky_path="/opt/poky/$_poky_version"
. "$_poky_path/environment-setup-armv5te-poky-linux-gnueabi"

View File

@ -4,7 +4,7 @@ set -e -x
_poky_version="$POKY_VERSION"
_poky_path="$POKY_PATH"
[ -z "$_poky_version" ] && _poky_version="2.3.2"
[ -z "$_poky_version" ] && _poky_version="2.3.4"
[ -z "$_poky_path" ] && _poky_path="/opt/poky/$_poky_version"
. "$_poky_path/environment-setup-armv5te-poky-linux-gnueabi"