Skip to content

Commit

Permalink
Update integrations/docker/images/chip-build-tizen/tizen-sdk-installe…
Browse files Browse the repository at this point in the history
…r/install.sh

Co-authored-by: Arkadiusz Bokowy <[email protected]>
  • Loading branch information
DamMicSzm and arkq committed Jul 29, 2022
1 parent cd90b1e commit 3786682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function install_tizen_sdk() {
echo "export TIZEN_VESRSION=\"$TIZEN_VERSION\""
echo "export TIZEN_SDK_ROOT=\"$(realpath "$TIZEN_SDK_ROOT")\""
echo "export TIZEN_SDK_TOOLCHAIN=\"\$TIZEN_SDK_ROOT/tools/arm-linux-gnueabi-gcc-9.2\""
echo "export TIZEN_SDK_SYSROOT=\"\$TIZEN_SDK_ROOT/platforms/tizen-\"$TIZEN_VERSION\"/mobile/rootstraps/mobile-\"$TIZEN_VERSION\"-device.core\""
echo "export TIZEN_SDK_SYSROOT=\"\$TIZEN_SDK_ROOT/platforms/tizen-$TIZEN_VERSION/mobile/rootstraps/mobile-$TIZEN_VERSION-device.core\""
echo "export PATH=\"\$TIZEN_SDK_ROOT/tools/ide/bin:\$TIZEN_SDK_ROOT/tools:\$PATH\""
echo -n "$COLOR_NONE"
}
Expand Down

0 comments on commit 3786682

Please sign in to comment.