projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef4e50
)
[TCT][Scripts][Non-ACR] Added support for tizen rootstrap for 9.0
10/305210/1
author
Tarun Kumar
<tarun1.kumar@samsung.com>
Tue, 30 Jan 2024 05:43:31 +0000
(11:13 +0530)
committer
Tarun Kumar
<tarun1.kumar@samsung.com>
Tue, 30 Jan 2024 05:43:31 +0000
(11:13 +0530)
Change-Id: I6113b0337689c5dfaa545725f5348fa30bfab0b2
Signed-off-by: Tarun Kumar <tarun1.kumar@samsung.com>
scripts_tpk/tpk_create.sh
patch
|
blob
|
history
diff --git
a/scripts_tpk/tpk_create.sh
b/scripts_tpk/tpk_create.sh
index 2362c5fbf3872f149537216e2f1384288accd305..9dd82ef814c6c64c5f9f58fe11a4387a8068e39b 100755
(executable)
--- a/
scripts_tpk/tpk_create.sh
+++ b/
scripts_tpk/tpk_create.sh
@@
-567,6
+567,11
@@
getlatestrootstrap() {
else
SEARCH_ARCHITECTURE=$4
fi
+ if [ "$3" == "9.0" ]; then
+ SEARCH_PROFILE="tizen"
+ else
+ SEARCH_PROFILE=$1
+ fi
echo $yellow"Getting latest Rootstrap information"$reset
ROOTSTRAP_LIST=`tizen list rootstrap | grep "${SEARCH_PROFILE}" | grep "${SEARCH_DEVICE}" | grep "${SEARCH_VERSION}" | grep "${SEARCH_ARCHITECTURE}" | cut -f1 -d' '`
LATEST_DATE=""