Bump Tizen RT target to release 2.0 (#2709)

Current build test uses and documentation refers to release 1.1,
however, 2.0 has been out since Oct 2018. This commit bumps the
target to that latest release.

Co-authored-by: Roland Takacs <rtakacs.uszeged@partner.samsung.com>
JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs.uszeged@partner.samsung.com
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2019-01-21 12:28:39 +01:00
committed by Robert Sipka
parent 772a88050b
commit 936766d241
7 changed files with 238 additions and 347 deletions
+1 -3
View File
@@ -23,7 +23,7 @@ all:
# Fetch Tizen RT repository.
install:
git clone https://github.com/Samsung/TizenRT.git ../TizenRT -b 1.1_Public_Release
git clone https://github.com/Samsung/TizenRT.git ../TizenRT -b 2.0_Public_M2
## Targets for building Tizen RT with JerryScript.
@@ -32,7 +32,6 @@ install:
script-add-jerryscript:
cp -R targets/tizenrt-artik053/apps/jerryscript/ ../TizenRT/apps/system/
cp -R targets/tizenrt-artik053/configs/jerryscript/ ../TizenRT/build/configs/artik053/
cp -R targets/tizenrt-artik053/romfs-1.1.patch ../TizenRT/
# Build the JerryScript library.
script-libjerry:
@@ -41,6 +40,5 @@ script-libjerry:
# Configure and build the firmware (Tizen RT with JerryScript).
script: script-add-jerryscript script-libjerry
cd ../TizenRT/os/tools && ./configure.sh artik053/jerryscript
cd ../TizenRT && patch -p1 <romfs-1.1.patch
mkdir -p ../TizenRT/build/output/res
$(MAKE) -C ../TizenRT/os