Add 8.0
authorsangwook lee <sangwook96.lee@samsung.com>
Thu, 18 May 2023 04:18:36 +0000 (13:18 +0900)
committersangwook lee <sangwook96.lee@samsung.com>
Thu, 18 May 2023 04:18:36 +0000 (13:18 +0900)
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
script/rootstrap_plugin_gen_1.0.sh
script/rootstrap_plugin_gen_1.0_64.sh

index 8ba82078b8e3d32ad24f55ce447132c03160d56c..714b1f5223399395514ab1353f8266aec7ce67ca 100755 (executable)
@@ -79,8 +79,8 @@ xmlstarlet ed -L -s "/extension/rootstrap/property[last()]" -t attr -n "value" -
 #xmlstarlet ed -L -s "/extension/rootstrap/property[last()]" -t attr -n "key" -v "EDJE_CC" $PLUGIN_FILENAME
 #xmlstarlet ed -L -s "/extension/rootstrap/property[last()]" -t attr -n "value" -v "#{SBI_HOME}/../../platforms/tizen-${PLATFORM_VERSION}/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
 # end OLD tool option - should be deprecated
-GCC_VERSION="4.9"
-LLVM_VERSION="3.6"
+GCC_VERSION="9.2"
+LLVM_VERSION="10.0"
 
 if [[ "${PLATFORM_VERSION}" = "2.3"* ]]
 then
@@ -149,8 +149,8 @@ xmlstarlet ed -L -s "/extension/rootstrap/toolchain[last()]" -t attr -n "version
 xmlstarlet ed -L -s "/extension/rootstrap" -t elem -n "tool" -v "" $PLUGIN_FILENAME
 xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "name" -v "EDJE_CC" $PLUGIN_FILENAME
 xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "version" -v "" $PLUGIN_FILENAME
-#xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-${PLATFORM_VERSION}/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
-xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-7.0/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
+xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-${PLATFORM_VERSION}/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
+#xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-7.0/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
 
 if [ "$INTERNAL" = true ]; then
 xmlstarlet ed -L -s "/extension/rootstrap" -t elem -n "property" -v "" $PLUGIN_FILENAME
index 7ad37aabc10a4017ccc6e98ee5aadd8ddca89551..71ee6bc0a981e34eb8573f6e90ef223a3c8a41e8 100755 (executable)
@@ -79,8 +79,8 @@ xmlstarlet ed -L -s "/extension/rootstrap/property[last()]" -t attr -n "value" -
 #xmlstarlet ed -L -s "/extension/rootstrap/property[last()]" -t attr -n "key" -v "EDJE_CC" $PLUGIN_FILENAME
 #xmlstarlet ed -L -s "/extension/rootstrap/property[last()]" -t attr -n "value" -v "#{SBI_HOME}/../../platforms/tizen-${PLATFORM_VERSION}/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
 # end OLD tool option - should be deprecated
-GCC_VERSION="4.9"
-LLVM_VERSION="3.6"
+GCC_VERSION="9.2"
+LLVM_VERSION="10.0"
 
 if [[ "${PLATFORM_VERSION}" = "2.3"* ]]
 then
@@ -142,8 +142,8 @@ xmlstarlet ed -L -s "/extension/rootstrap/toolchain[last()]" -t attr -n "version
 xmlstarlet ed -L -s "/extension/rootstrap" -t elem -n "tool" -v "" $PLUGIN_FILENAME
 xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "name" -v "EDJE_CC" $PLUGIN_FILENAME
 xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "version" -v "" $PLUGIN_FILENAME
-#xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-${PLATFORM_VERSION}/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
-xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-7.0/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
+xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-${PLATFORM_VERSION}/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
+#xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-7.0/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
 
 if [ "$INTERNAL" = true ]; then
 xmlstarlet ed -L -s "/extension/rootstrap" -t elem -n "property" -v "" $PLUGIN_FILENAME