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:
5692eba
)
[TCT][Scripts][Non-ACR] Updated Current Version in tpk_create script
40/304040/1
author
Tarun Kumar
<tarun1.kumar@samsung.com>
Tue, 9 Jan 2024 09:14:03 +0000
(14:44 +0530)
committer
Tarun Kumar
<tarun1.kumar@samsung.com>
Tue, 9 Jan 2024 09:14:03 +0000
(14:44 +0530)
Change-Id: I2916f0cf42dd8f5b5f7f1f2972b37f9356a2efea
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 512e1300d77f317a123fb7df756ba4a310dad2bf..d029aae81efffa4c011a578d462a59e0c5ed6bed 100755
(executable)
--- a/
scripts_tpk/tpk_create.sh
+++ b/
scripts_tpk/tpk_create.sh
@@
-655,7
+655,7
@@
if [ "$ARCH_TYPE" == "x86" ]; then
else
WORKSPACE_PATH="$HOME/workspace_${PROFILE_TYPE}_${ARCH_TYPE}"
fi
-CURRENT_VERSION="
8
.0"
+CURRENT_VERSION="
9
.0"
#####Check for architecture in case of TV profile##########
if [ "$ARCH_TYPE" != "arm" ]&& [ "$ARCH_TYPE" != "aarch64" ]; then