From: wchang kim Date: Sun, 5 Jan 2025 21:02:25 +0000 (+0900) Subject: Changes for Tizen 10.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsanbox%2Fplaychang%2Ftmp_script;p=tools%2Ftbb.git Changes for Tizen 10.0 Change-Id: I0aff066bd5c9c24ca2972fc9431cfda67f30f845 --- diff --git a/support/scripts/sync_tizen2x.sh b/support/scripts/sync_tizen2x.sh index b22ec05..2a87686 100755 --- a/support/scripts/sync_tizen2x.sh +++ b/support/scripts/sync_tizen2x.sh @@ -88,7 +88,7 @@ then printc "lblue" " reference mode" printc "lblue" "****************" REFERENCE_MODE=1 -elif [ $# = "2" -a $2 = "list" ] +elif [ $# = "2" -a x"$2" = x"list" ] then REFERENCE_MODE=1 ADDITIONAL=1 @@ -287,51 +287,12 @@ printc "lgreen" "Downloading x list xml file...." download_tizenx_list EXCEPT_BASE_LIST="\ -platform/upstream/binutils \ -platform/upstream/configure-dumper \ -platform/upstream/gcc \ -platform/upstream/gcc-contrib \ -platform/upstream/glibc \ -platform/upstream/libgcrypt \ -platform/upstream/libxcrypt \ -platform/upstream/linux-glibc-devel \ -platform/upstream/llvm \ -platform/upstream/lttng-ust \ -platform/upstream/make \ -platform/upstream/qemu \ -platform/upstream/qemu-accel \ -platform/upstream/userspace-rcu " EXCEPT_UNIFIED_LIST="\ -platform/upstream/dotnet/runtime \ -platform/upstream/tizen-debug \ -platform/core/dotnet/diagnostics \ -platform/kernel/opensbi \ -platform/kernel/linux-starfive \ -platform/upstream/strace \ -platform/kernel/linux-riscv \ -platform/kernel/u-boot-thead \ -platform/hal/backend/visionfive2/device-visionfive2 \ -platform/kernel/opensbi-spacemit \ -platform/kernel/linux-thead \ -platform/upstream/gdb \ -platform/kernel/u-boot-spacemit " EXCEPT_APP_LIST="\ -profile/iot/apps/native/gallery \ -profile/iot/apps/native/share-panel \ -profile/iot/apps/native/wallpaper-ui-service \ -profile/iot/apps/native/ug-setting-notification-efl \ -profile/iot/apps/native/video-player \ -profile/iot/apps/native/softkey-container \ -profile/iot/apps/native/music-player \ -profile/iot/apps/native/quickpanel \ -profile/iot/apps/native/ug-gallery-efl \ -profile/iot/apps/native/font-viewer \ -profile/iot/apps/native/ug-image-viewer-efl \ -profile/iot/apps/native/ug-setting-homescreen-efl \ " declare -A tizen_list