From 6113a7d4c4db24630fabf204bdcaecca553db992 Mon Sep 17 00:00:00 2001 From: Hyunggi Lee Date: Thu, 9 Jun 2022 11:24:31 +0900 Subject: [PATCH] update tizen-7.0 projects Change-Id: I038429d1e76ac3f3c40f3ce297ff53633b11032e Signed-off-by: Hyunggi Lee --- TIZEN/Tizen-7.0/Tizen-7.0-Base/aggregate_list | 2 +- TIZEN/Tizen-7.0/Tizen-7.0-Base/auto_trigger | 9 -- TIZEN/Tizen-7.0/Tizen-7.0-Base/candidate_snapshot | 114 +------------- TIZEN/Tizen-7.0/Tizen-7.0-Base/manifest.xml | 179 ++++++++++++++-------- TIZEN/Tizen-7.0/Tizen-7.0-Base/project_config | 174 ++------------------- TIZEN/Tizen-7.0/Tizen-7.0-Base/project_env | 8 +- TIZEN/Tizen-7.0/Tizen-7.0-Base/project_meta | 42 +---- TIZEN/Tizen-7.0/Tizen-7.0-Base/snapshot_info | 6 +- TIZEN/Tizen-7.0/Tizen-7.0-Unified/auto_trigger | 72 --------- 9 files changed, 147 insertions(+), 459 deletions(-) delete mode 100644 TIZEN/Tizen-7.0/Tizen-7.0-Base/auto_trigger delete mode 100644 TIZEN/Tizen-7.0/Tizen-7.0-Unified/auto_trigger diff --git a/TIZEN/Tizen-7.0/Tizen-7.0-Base/aggregate_list b/TIZEN/Tizen-7.0/Tizen-7.0-Base/aggregate_list index 7535b4d..3a194cd 100644 --- a/TIZEN/Tizen-7.0/Tizen-7.0-Base/aggregate_list +++ b/TIZEN/Tizen-7.0/Tizen-7.0-Base/aggregate_list @@ -1,5 +1,5 @@ - + diff --git a/TIZEN/Tizen-7.0/Tizen-7.0-Base/auto_trigger b/TIZEN/Tizen-7.0/Tizen-7.0-Base/auto_trigger deleted file mode 100644 index 03d7fcd..0000000 --- a/TIZEN/Tizen-7.0/Tizen-7.0-Base/auto_trigger +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/TIZEN/Tizen-7.0/Tizen-7.0-Base/candidate_snapshot b/TIZEN/Tizen-7.0/Tizen-7.0-Base/candidate_snapshot index 512d116..690d602 100644 --- a/TIZEN/Tizen-7.0/Tizen-7.0-Base/candidate_snapshot +++ b/TIZEN/Tizen-7.0/Tizen-7.0-Base/candidate_snapshot @@ -1,114 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + \ No newline at end of file diff --git a/TIZEN/Tizen-7.0/Tizen-7.0-Base/manifest.xml b/TIZEN/Tizen-7.0/Tizen-7.0-Base/manifest.xml index e3b0463..6e1ebf3 100644 --- a/TIZEN/Tizen-7.0/Tizen-7.0-Base/manifest.xml +++ b/TIZEN/Tizen-7.0/Tizen-7.0-Base/manifest.xml @@ -1,64 +1,121 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_config b/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_config index 39e0668..a1e3485 100644 --- a/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_config +++ b/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_config @@ -32,6 +32,7 @@ Prefer: mono-data-sqlite # Owner : Jiyoung Yun (jy910.yun@samsung.com) # libopenssl11 : Dongsun Lee (ds73.lee@samsung.com) Prefer: libgcc libstdc++ libunwind libuuid zlib libopenssl libopenssl11 +Prefer: lldb ############################# base definition ############################### @@ -88,7 +89,7 @@ Macros: %build_hostarch x86_64 :Macros -%ifarch %arm armv7l aarch64 +%ifarch %arm armv7l armv7hl aarch64 Hostarch: x86_64 # cross build support for the build hosts Preinstall: qemu-linux-user-%{build_hostarch}-cross @@ -105,6 +106,12 @@ Runscripts: qemu-accel-%{build_hostarch}-armv7l Preinstall: libmount libblkid libuuid %endif +%ifarch armv7hl +Preinstall: qemu-accel-%{build_hostarch}-armv7hl +Runscripts: qemu-accel-%{build_hostarch}-armv7hl +Preinstall: libmount libblkid libuuid +%endif + %ifarch aarch64 Preinstall: qemu-accel-%{build_hostarch}-aarch64 Runscripts: qemu-accel-%{build_hostarch}-aarch64 @@ -112,14 +119,17 @@ Preinstall: libmount libblkid libuuid %endif # aarch64 Substitute: python-accel-armv7l-cross-arm python-accel-%{build_hostarch}-armv7l +Substitute: python-accel-armv7hl-cross-arm python-accel-%{build_hostarch}-armv7hl Substitute: python-accel-aarch64-cross-aarch64 python-accel-%{build_hostarch}-aarch64 Substitute: clang-accel-armv7l-cross-arm clang-accel-%{build_hostarch}-armv7l +Substitute: clang-accel-armv7hl-cross-arm clang-accel-%{build_hostarch}-armv7hl Substitute: clang-accel-aarch64-cross-aarch64 clang-accel-%{build_hostarch}-aarch64 ########## exports for different architectures ########## ExportFilter: \.armv7l\.rpm$ armv7l +ExportFilter: \.armv7hl\.rpm$ armv7hl ExportFilter: \.aarch64\.rpm$ aarch64 ExportFilter: \.i586\.rpm$ i586 ExportFilter: \.x86_64\.rpm$ x86_64 @@ -202,165 +212,7 @@ Substitute: glibc-devel-32bit %define __global_cflags -O2 -g2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -Wformat-security -fmessage-length=0 -frecord-gcc-switches -Wl,-z,relro,--as-needed Optflags: armv7l %{__global_cflags} --param=ssp-buffer-size=4 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -mthumb -Wp,-D__SOFTFP__ -Wl,-O1 -Wl,--hash-style=gnu -Wa,-mimplicit-it=thumb +Optflags: armv7hl %{__global_cflags} --param=ssp-buffer-size=4 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=hard -mthumb -Wl,-O1 -Wl,--hash-style=gnu -Wa,-mimplicit-it=thumb Optflags: aarch64 %{__global_cflags} -feliminate-unused-debug-types -Wformat -march=armv8-a+fp+simd+crc+crypto -mtune=cortex-a57.cortex-a53 Optflags: i686 %{__global_cflags} -feliminate-unused-debug-types --param=ssp-buffer-size=4 -fdiagnostics-color=never -m32 -march=i686 -mtune=i686 -msse4.2 -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer -mstackrealign -Wl,-z,noseparate-code -Optflags: x86_64 %{__global_cflags} -feliminate-unused-debug-types --param=ssp-buffer-size=4 -fdiagnostics-color=never -m64 -march=nehalem -msse4.2 -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer - -################################################################################ -# OBS Project config for Tizen:Unified -# -# vim: set syntax=spec: -################################################################################ - -############################# conflicts resolution ############################# - -FileProvides: /usr/sbin/groupadd shadow-utils -Prefer: bluetooth-tools-no-firmware - -############################# profile definition ############################### - -%define _with_tizen 1 - -# For classifying debug/release mode -Macros: -%tizen_build_devel_mode 1 -:Macros - -# %release_name and %tizen_full_version are used in platform/upstream/tizen-release - -Macros: -%release_name Tizen7/Unified - -%tizen_version_major 7 -%tizen_version_minor 0 -%tizen_version_patch 0 - -%tizen_version %{tizen_version_major}.%{tizen_version_minor} -%tizen_full_version %{tizen_version}.%{tizen_version_patch} -%tizen %tizen_version -%vendor tizen -%_vendor tizen -%_with_tizen 1 - -#### %__spec_check_pre exit 0 -#### %run_check_section 0 -%opensuse_bs 1 -%_default_patch_fuzz 2 -:Macros - -########## mesa activation / coregl ########## - -%define _with_mesa 1 -Macros: -%_with_mesa 1 -:Macros - -Substitute: mesa-devel pkgconfig(glesv2) -Substitute: pkgconfig(gles20) pkgconfig(egl) pkgconfig(glesv2) -Substitute: pkgconfig(gles11) pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl) - -Prefer: coregl coregl-devel -Prefer: libwayland-egl libwayland-egl-devel -Prefer: vulkan-loader vulkan-loader-devel -#libelementary.so (upstream, tizen-only ) so add below Prefer. Requested by EFL team. -Prefer: elementary - -########## WAYLAND ######### - -%define _with_wayland 1 -Macros: -%_with_wayland 1 -:Macros - -########## RDP flag ########## - -# enable/disable RDP (remote desktop protocol) for wayland -# flag: _with_rdp, used in repositories -# Affects: weston, freerdp -# Owner: Manuel - -############################# target repositories ############################# - -%if "%_repository" == "standard" - -Prefer: mesa libgbm -Substitute: mesa-libGLESv2 coregl -Substitute: mesa-libEGL coregl - -%define _with_rdp 1 -Macros: -%_with_rdp 1 -:Macros - -%endif - -############################# emulator repositories ############################ - -%if "%_repository" == "emulator" - -Prefer: libgbm -Prefer: emulator-yagl emulator-yagl-devel - -%define _with_emulator 1 -Macros: -%_with_emulator 1 -:Macros - -%endif - -############################# misc config flags ################################ -########## USAGE ########## -# -# IMPORTANT: please follow the following rules when playing with flags -# ******************************************************************** -# -# In spec file, call %bcond_with macro at the beginning and test with %with: -# ------------------------- -# | %bcond_with myfeature -# | [...] -# | %if %{with myfeature} -# | [...] -# | %endif -# | [...] -# ------------------------- -# -# To activate an option, use: -# ------------------------- -# | %define _with_myfeature 1 -# | Macros: -# | %_with_myfeature 1 -# | :Macros -# ------------------------- -# -# To disable an option, DON'T set the values to 0, as the option would still be defined -# but simply comment the lines: this will undefine the option. -# ------------------------- -# | #%define _with_myfeature 1 -# | #Macros: -# | #%_with_myfeature 1 -# | #:Macros -# ------------------------- -# -# More information here: -# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond -# - -########## flags ########## - -# Activate introspection -# This is needed on GuPNP to build Rygel correctly in IVI -# Impacts potentially packages that use gobject-introspection -# Owner: Mikko - -Macros: -%_with_introspection 1 -:Macros - -############################# other config ##################################### -# derived from Tizen:Base -################################################################################ - -#### For Quickbuild System #### -%_smp_mflags -j8 -%_use_customized_job 1 -#### For Quickbuild System #### +Optflags: x86_64 %{__global_cflags} -feliminate-unused-debug-types --param=ssp-buffer-size=4 -fdiagnostics-color=never -m64 -march=nehalem -msse4.2 -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer \ No newline at end of file diff --git a/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_env b/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_env index d727a78..f6c2e97 100644 --- a/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_env +++ b/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_env @@ -1,4 +1,4 @@ -GERRIT_HOSTNAME_EXTERNAL='github.sec.samsung.net' -GERRIT_HOSTNAME='github.sec.samsung.net' -GERRIT_REVIEW_URL='https://github.sec.samsung.net' -GERRIT_FETCH_URL='//git@github.sec.samsung.net:/' +GERRIT_HOSTNAME_EXTERNAL='review.tizen.org' +GERRIT_HOSTNAME='review.tizen.org' +GERRIT_REVIEW_URL='https://review.tizen.og' +GERRIT_FETCH_URL='ssh://review.tizen.org:29418' diff --git a/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_meta b/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_meta index 9e9d750..dbbc796 100644 --- a/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_meta +++ b/TIZEN/Tizen-7.0/Tizen-7.0-Base/project_meta @@ -4,50 +4,18 @@ + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + yooduck.seo diff --git a/TIZEN/Tizen-7.0/Tizen-7.0-Base/snapshot_info b/TIZEN/Tizen-7.0/Tizen-7.0-Base/snapshot_info index 3e5f960..98c27d4 100644 --- a/TIZEN/Tizen-7.0/Tizen-7.0-Base/snapshot_info +++ b/TIZEN/Tizen-7.0/Tizen-7.0-Base/snapshot_info @@ -1,8 +1,8 @@ - - - + + + diff --git a/TIZEN/Tizen-7.0/Tizen-7.0-Unified/auto_trigger b/TIZEN/Tizen-7.0/Tizen-7.0-Unified/auto_trigger deleted file mode 100644 index e3956c9..0000000 --- a/TIZEN/Tizen-7.0/Tizen-7.0-Unified/auto_trigger +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.7.4