summaryrefslogtreecommitdiff
path: root/unified/standard_build.conf
blob: 18c6c721e6afbf08cbc6e0bd808d40b0cce4c409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
%define _project Tizen:Unified

### from Tizen:Base
%define _repository standard

Macros:
%vendor obs://private/Tizen:Unified
%_project Tizen:Unified

### from Tizen:Base

%_repository standard
:Macros

################################################################################
# OBS Project config for Tizen:Base
#
# RE contacts:
#
#
# vim: set syntax=spec:
################################################################################

Patterntype: rpm-md comps
Release: <CI_CNT>.<B_CNT>
Support: build
Support: build-compare build-mkbaselibs
# Support: rpmlint-mini rpmlint-tizen

############################# conflicts resolution #############################

Prefer: util-linux
Prefer: mono-wcf
Prefer: monodoc
Prefer: mono-extras
Prefer: mono-web
Prefer: mono-data
Prefer: mono-mvc
Prefer: mono-winforms
Prefer: mono-data-sqlite

# Set a preference for ambiguous libs to use *-64bit libs
#     *-64bit libs on 32bit build environment are required for .Net build (e.g., coreclr, corefx)
#     But when building 64bit target, they could make 'have choice' error with original libs in 64bit repository.
#     e.g., libstdc++ and libstdc++-64bit provides same libs. It's ambiguous to choose appropriate one.
#     Owner : Jiyoung Yun (jy910.yun@samsung.com)
#     libopenssl11 : Dongsun Lee (ds73.lee@samsung.com)
Prefer: libgcc libstdc++ libunwind libuuid zlib libopenssl libopenssl11

############################# base definition ###############################

# %release_name and %tizen_full_version are used in platform/upstream/tizen-release

Macros:
%release_name Tizen6/Unified

%tizen_version_major 6
%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

%_binary_payload w5T.xzdio
:Macros


############################# build config #####################################

########## targets ##########

%ifarch i586
Target: i686-tizen-linux
%endif

%ifarch armv7hl
Target: armv7hl-tizen-linux
%endif

%ifarch armv7l
Target: armv7l-tizen-linux
%endif

%ifarch aarch64
Target: aarch64-tizen-linux
%endif

########## cross build ##########

%define build_hostarch x86_64
Macros:
%build_hostarch x86_64
:Macros

%ifarch %arm armv7l aarch64
Hostarch: x86_64
# cross build support for the build hosts
Preinstall: qemu-linux-user-%{build_hostarch}-cross
Runscripts: qemu-linux-user-%{build_hostarch}-cross
Keep: qemu-linux-user-%{build_hostarch}-cross
Macros:
%qemu_user_space_build 1
:Macros
%endif

%ifarch armv7l
Preinstall: qemu-accel-%{build_hostarch}-armv7l
Runscripts: qemu-accel-%{build_hostarch}-armv7l
Preinstall: libmount libblkid libuuid
%endif

%ifarch aarch64
Preinstall: qemu-accel-%{build_hostarch}-aarch64
Runscripts: qemu-accel-%{build_hostarch}-aarch64
Preinstall: libmount libblkid libuuid
%endif # aarch64

Substitute: python-accel-armv7l-cross-arm python-accel-%{build_hostarch}-armv7l
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-aarch64-cross-aarch64 clang-accel-%{build_hostarch}-aarch64

########## exports for different architectures ##########

ExportFilter: \.armv7l\.rpm$ armv7l
ExportFilter: \.aarch64\.rpm$ aarch64
ExportFilter: \.i586\.rpm$ i586
ExportFilter: \.x86_64\.rpm$ x86_64

########## buildroot config ##########

Preinstall: setup filesystem
RunScripts: setup

Preinstall: bash bzip2 coreutils diffutils grep rpm
Preinstall: glibc libacl libattr
Preinstall: libcap
Preinstall: libgcc
Preinstall: libpopt sed tar zlib
Preinstall: libncurses libreadline
Preinstall: libelf libbz2
Preinstall: liblzma
Preinstall: nss nspr libfreebl3 libsoftokn3
Preinstall: libmagic
Preinstall: liblua
Preinstall: smack libsmack libxml2 libmagic  libmagic-data
Preinstall: libsqlite
#Preinstall: rpm-security-plugin
Preinstall: util-linux util-linux-su

VMinstall: perl libmount libblkid libext2fs libuuid  grep libpcre util-linux libsmartcols procps-ng

Required: binutils gcc glibc rpm-build libtool
Required: gcc-c++

Support: glibc-locale
Support: perl
Support: hostname
Support: cpio findutils
Support: file findutils zlib bzip2
Support: gzip hostname net-tools
Support: make  patch sed  gawk tar grep coreutils pkg-config
Support: m4  tzdata
Support: util-linux
Support: less
Support: which  elfutils
Support: update-alternatives
Support: libstdc++-devel
Support: cpp
Support: libatomic
Support: libgomp
Support: libitm

Keep: libstdc++-devel
Keep: cpp gcc libstdc++
Keep: pam
Keep: binutils cpp  libmagic-data file findutils gawk gcc  gcc-c++
Keep: gdbm gzip libada libunwind  glibc-devel libpcre xz-lzma-compat
Keep: make  gmp libcap groff cpio
Keep: patch rpm-build  nss nspr elfutils python grep libgcc gcc-c++
Keep: kernel-headers  perl-libs perl
Keep: pkgconfig glib2 tizen-rpm-config
Keep: libmpc libmpfr libppl libgmp libppl_c
Keep: libcloog libppl libgmpxx
Keep: nss-softokn-freebl libmagic libmagic-data
Keep: setup
Keep: update-alternatives
Keep: cpp
Keep: gcc-c++
Keep: libatomic
Keep: libgomp
Keep: libitm

Substitute: gettext gettext-tools

%ifarch x86_64
Substitute: glibc-devel-32bit glibc-devel-32bit glibc-32bit
Substitute: libgcc_s1-32bit libgcc-32bit
%else
Substitute: glibc-devel-32bit
%endif

########## compilation flags ##########
%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: 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
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
### from Tizen:Unified
%define _repository standard

Macros:

%distribution Tizen:Unified
%_project Tizen:Unified

### from Tizen:Unified

%_repository standard
:Macros

################################################################################
# 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 Tizen6/Unified

%tizen_version_major 6
%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 <manuel.bachmann@open.eurogiciel.org>

############################# 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 <mikko.ylinen@intel.com>

Macros:
%_with_introspection 1
:Macros

############################# other config #####################################
# derived from Tizen:Base
################################################################################