scm/meta/obs.git
7 years agoTizen:IVI: Enable x86_64 building 59/71059/3
Joonsub Lee [Tue, 24 May 2016 02:28:41 +0000 (11:28 +0900)]
Tizen:IVI: Enable x86_64 building

Change-Id: I850177ab4e0c9b07272f26b8c301e0d6c12acbe8
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
7 years agochange pwdutils to shadow-utils 63/70563/1
HyungGi Lee [Thu, 19 May 2016 12:14:53 +0000 (21:14 +0900)]
change pwdutils to shadow-utils

Change-Id: Ife4a36c8da04096262c3dd6f16dc262de3696f91

7 years agoMobile/TV/Wearable: Adjust OBS maintainer 74/68974/1
Joonsub Lee [Wed, 11 May 2016 01:13:44 +0000 (10:13 +0900)]
Mobile/TV/Wearable: Adjust OBS maintainer

Change-Id: Ibc06b64aea2a94069f29d80a6ca5246e021d8d29
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
7 years agoTizen:Common: Add libwayland-egl(-devel) preference 69/68469/1
Pawel Wieczorek [Wed, 4 May 2016 12:52:11 +0000 (14:52 +0200)]
Tizen:Common: Add libwayland-egl(-devel) preference

Both libtpl-egl and qtwayland projects provide "libwayland-egl.so" (in
packages "libwayland-egl" and "qt5-qtwayland", respectively). This
causes build failures on emulator, as OBS treats it as an unresolvable
dependency conflict without having explicit preference.

Change-Id: Id25f6648af85dc4259de310230819ea0145d40fa
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
8 years agoTizen:IVI/_config:add Prefer: libwayland-egl libwayland-egl-devel 06/68206/1
HyungGi Lee [Tue, 3 May 2016 04:16:05 +0000 (13:16 +0900)]
Tizen:IVI/_config:add Prefer: libwayland-egl libwayland-egl-devel

Change-Id: Ib09b47b51676d5551bca64b2a23341d81dabdb04

8 years ago[TRE-243] Mobile/TV/Wearable: Remove linkpac: odroid-linux-kernel 09/67909/1
Joonsub Lee [Fri, 29 Apr 2016 06:50:55 +0000 (15:50 +0900)]
[TRE-243] Mobile/TV/Wearable: Remove linkpac: odroid-linux-kernel

Change-Id: I13c21264a8afbc46d10ad27aa8bf526381c5cccd
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoremove linkpac libdbus 15/67215/1
HyungGi Lee [Tue, 26 Apr 2016 01:51:17 +0000 (10:51 +0900)]
remove linkpac libdbus

Change-Id: Ia2fc2e35444cdb3fa08515433fb882f6e6f9757d

8 years agoenable publish - Tizen:IVI 19/65919/1
HyungGi Lee [Thu, 14 Apr 2016 04:27:18 +0000 (13:27 +0900)]
enable publish - Tizen:IVI

Change-Id: I2aba9a1289ca4285b60b21765119b20e0bd0e45c

8 years agofix cynara link 82/65582/1
HyungGi Lee [Mon, 11 Apr 2016 11:54:47 +0000 (20:54 +0900)]
fix cynara link

Change-Id: I05cdd5c9ef6297bbdcabe41d60c467cc20799e43

8 years ago[TRE-91] Add cynara link packages 34/64734/3
Joonsub Lee [Tue, 5 Apr 2016 07:04:13 +0000 (16:04 +0900)]
[TRE-91] Add cynara link packages

Change-Id: I7e93d8f41a43b132e278314edfd8d36debe6a67e
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoremove macro %_with_dlog_to_systemd_journal 59/63059/1
HyungGi Lee [Tue, 22 Mar 2016 03:15:12 +0000 (12:15 +0900)]
remove macro %_with_dlog_to_systemd_journal

no more using this macro

Change-Id: I9d2a52538b5bc0307f1c040906f07d95cdd5e41b

8 years agoadd -Wl,--as-needed to global cflags (all the profiles) 73/61073/2
Dongkyun, Son [Fri, 4 Mar 2016 00:03:29 +0000 (09:03 +0900)]
add -Wl,--as-needed to global cflags (all the profiles)

‘--as-needed’ is a linker option. It affects linking of dynamic
libraries which follow the ‘—as-needed’ flag on the linker command
line. Normally, the linker will generate a runtime dependency against
all dynamic libraries mentioned on command line regardless of whether
libraries are actually needed or not. ‘--as-needed’ option causes
dependency to be only emitted for a library that at that point in the
link.

Change-Id: Id7306902cfcb495825b9f708b55364479a8fb545
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
8 years agoTizen:Wearable: Adjust config for coregl 32/61232/2
Joonsub Lee [Mon, 7 Mar 2016 01:59:20 +0000 (10:59 +0900)]
Tizen:Wearable: Adjust config for coregl

Change-Id: I076bad2ff7c160d60c5ffe5b0d1a2709240b7ee6
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Common: Inherit compilation flags from Base 62/60862/2
Pawel Wieczorek [Wed, 2 Mar 2016 14:45:08 +0000 (15:45 +0100)]
Tizen:Common: Inherit compilation flags from Base

Change-Id: I97780ce2142f45dded6de763e98c12bf9a3f79d4
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
8 years agoTizen:Base: Group common compilation flags 67/60867/3
Pawel Wieczorek [Wed, 2 Mar 2016 15:00:55 +0000 (16:00 +0100)]
Tizen:Base: Group common compilation flags

This patch introduces variable for common compilation flags in order to
improve readability of project configuration.

Change-Id: Ic6607913b4517fa3b81c3b0a7681828c3e16ea6b
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
8 years agoTizen:Base: Add linkpac: python3-base 84/60784/1
Joonsub Lee [Wed, 2 Mar 2016 07:53:43 +0000 (16:53 +0900)]
Tizen:Base: Add linkpac: python3-base

Change-Id: I253ad40dfb271992a700d4b1004d473c097d0406
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Base: adjust qemu_aggregate package (qemu-linux-user) 17/60217/2
Joonsub Lee [Wed, 24 Feb 2016 07:28:04 +0000 (16:28 +0900)]
Tizen:Base: adjust qemu_aggregate package (qemu-linux-user)

Change-Id: If868a60d62d58b9f27dc273db575eed041810416
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Base: adjust qemu_aggregate package 12/60212/2
Joonsub Lee [Wed, 24 Feb 2016 07:05:35 +0000 (16:05 +0900)]
Tizen:Base: adjust qemu_aggregate package

Change-Id: I34cde381623e3e5f7cee7bed143328c8b1975bc6
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Base: Adjust qemu_aggregate package (TRE-3) 75/60175/1
Joonsub Lee [Wed, 24 Feb 2016 04:50:39 +0000 (13:50 +0900)]
Tizen:Base: Adjust qemu_aggregate package (TRE-3)

Change-Id: Id9c3c4fb324ea47b4aa67f40d429085459cbf84e
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoarmv7l, i686, x86_64: compilation flags 99/59999/3
Dongkyun, Son [Mon, 22 Feb 2016 07:34:50 +0000 (16:34 +0900)]
armv7l, i686, x86_64: compilation flags

1) Modify --param=ssp-buffer-size=32 to 4 for arm/emulator
2) Add -Wl,-O1 -Wl,--hash-style=gnu for arm
3) Add -fdiagnostics-color=never for emulator
4) Delete -Wformat for arm/emulator
5) Delete -feliminate-unused-debug-types for arm
6) Delete -fipa-cp-clone for emulator

Change-Id: I8ce06693bc241ae287ad0c1b535ff157ffe99182
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
8 years agoTizen:IVI: Enable build and add libdbus, mic-bootstrap_aggregate 81/60081/3
Joonsub Lee [Tue, 23 Feb 2016 07:45:50 +0000 (16:45 +0900)]
Tizen:IVI: Enable build and add libdbus, mic-bootstrap_aggregate

Change-Id: I219302084e5e9f377f59acbc9b4ad8d90ae9943c
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:IVI: Reinitialize Tizen:IVI (TRE-2) 05/60005/1
Joonsub Lee [Mon, 22 Feb 2016 08:31:54 +0000 (17:31 +0900)]
Tizen:IVI: Reinitialize Tizen:IVI (TRE-2)

Change-Id: I050f316ac6c6106492e45f5a9f5b634b29919ca3

8 years agoTizen:TV: Remove dbus configuration (missing) 92/59992/1
Joonsub Lee [Mon, 22 Feb 2016 07:35:19 +0000 (16:35 +0900)]
Tizen:TV: Remove dbus configuration (missing)

Change-Id: Idb4e8a00f66aae61d85569a972a55ac6e0eca62e
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Wearable: Delete arm-wayland repository 77/59977/1
Joonsub Lee [Mon, 22 Feb 2016 04:34:01 +0000 (13:34 +0900)]
Tizen:Wearable: Delete arm-wayland repository

Change-Id: I2326b525cacfce98f553944dbde4287f70d8cbbc
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Mobile/TV: Adjust dbus policy configuration 38/59738/2
Joonsub Lee [Thu, 18 Feb 2016 05:16:58 +0000 (14:16 +0900)]
Tizen:Mobile/TV: Adjust dbus policy configuration

Change-Id: Ib242ae3cbb12a8827683cd5de951157e48a5989f
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Wearable: Enable mic-bootstrap_aggregate in target-circle repo 99/59499/1
Joonsub Lee [Tue, 16 Feb 2016 05:43:05 +0000 (14:43 +0900)]
Tizen:Wearable: Enable mic-bootstrap_aggregate in target-circle repo

Change-Id: I52775fa2818a774b4e375b85781ab28bb270485e
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Common: Adjust project configuration to Base 41/59441/1
Pawel Wieczorek [Mon, 15 Feb 2016 10:48:53 +0000 (11:48 +0100)]
Tizen:Common: Adjust project configuration to Base

This patch adds Tizen:Base repositories to Tizen:Common project, removes
duplicated packages and updates configuration to apply Linaro-based
common toolchain.

Change-Id: I81960a18cea856f42bcc04478f2a9aca5580c47e
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
8 years agoTizen:Wearable: Add emulator-circle, target-circle repo 57/59357/2
Joonsub Lee [Mon, 15 Feb 2016 05:08:40 +0000 (14:08 +0900)]
Tizen:Wearable: Add emulator-circle, target-circle repo

Change-Id: I812269b61bd6aa7e0298a1de906b97d887feec3c
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Common: Update new maintainer's user ID 05/59005/1
Pawel Wieczorek [Mon, 8 Feb 2016 09:36:26 +0000 (10:36 +0100)]
Tizen:Common: Update new maintainer's user ID

Recently added Tizen:Common maintainer Stanisław Wadas has no period in
his Tizen.org ID.

Change-Id: Ib4d9d61d1501fc2a2ef020ec63ee86dd638ac0af

8 years agoTizen:Mobile/TV: Add dbuspolicy value 85/58785/1
Joonsub Lee [Wed, 3 Feb 2016 10:29:54 +0000 (19:29 +0900)]
Tizen:Mobile/TV: Add dbuspolicy value

Change-Id: I1396174264ea82ffea1645265a148c2fb25445e9
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Common: Add mesa over coregl preference 66/58666/1
Pawel Wieczorek [Tue, 2 Feb 2016 14:22:38 +0000 (15:22 +0100)]
Tizen:Common: Add mesa over coregl preference

Both libgbm and mesa packages provide /usr/lib/libgbm.so. This causes
build failures on Intel-based architectures, as OBS treats it as an
unresolvable dependency conflict without having explicit preference.

Change-Id: I688a2777ed704490e3ccd20af3d04db5c952a040
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
8 years agoAdd new Tizen:Common's maintainers 67/57967/1
Lukasz Wojciechowski [Tue, 26 Jan 2016 11:01:48 +0000 (12:01 +0100)]
Add new Tizen:Common's maintainers

Add Stanislaw Wadas (s.wadas) and Lukasz Wojciechowski (gagarin)
to Tizen Common maintainers.

Change-Id: I21f2868a40f426cbbcf9adad2527522d65fca08a
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
8 years agoTizen:Base: Adjust link and aggregate package 59/57459/3
Joonsub Lee [Tue, 19 Jan 2016 06:20:03 +0000 (15:20 +0900)]
Tizen:Base: Adjust link and aggregate package

To apply linaro-based common toolchain

+ Set enable emulator-kernel in Tizen:Mobile's all repositories

Change-Id: I7fe43c13119e8bf7cbdd91c292e0ceb7c5942e08
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoUpdate Tizen:Mobile/Wearable/TV project configuration to apply linaro-based common... 94/56694/1
Dongkyun, Son [Tue, 12 Jan 2016 06:08:44 +0000 (15:08 +0900)]
Update Tizen:Mobile/Wearable/TV project configuration to apply linaro-based common toolchain.

1) rename qemu-linux-user, qemu-accel, libgcc packages
2) require gcc-c++
3) add substitute for libgcc-32bit(for syslinux x86_64 build)

Change-Id: Ia60b6d50e12580317470bec529674975a0a21ed7
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
8 years agoUpdate Tizen:Base project configuration to apply linaro-based common toolchain. 85/56685/1
Dongkyun, Son [Tue, 12 Jan 2016 05:13:17 +0000 (14:13 +0900)]
Update Tizen:Base project configuration to apply linaro-based common toolchain.

1) rename qemu-linux-user, qemu-accel, libgcc packages
2) require gcc-c++
3) add substitute for libgcc-32bit(for syslinux x86_64 build)

Change-Id: I4719cb8052e6e95fdf73d2bb817175fd708dd31f
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
8 years agoTizen:Common: replace mesa with coregl 80/56480/1
Maciej Wereski [Fri, 8 Jan 2016 11:03:46 +0000 (12:03 +0100)]
Tizen:Common: replace mesa with coregl

Change-Id: I55cfecec48d443b481e51de6228974019922502b
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
8 years agoAdjust emulator prefer option for coregl 35/56435/1
Joonsub Lee [Fri, 8 Jan 2016 02:37:40 +0000 (11:37 +0900)]
Adjust emulator prefer option for coregl

Change-Id: Icfd4b4b9eb7cd61a6392f322e82e40a441430fb5
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoCommon: remove crosswalk-bin _link file 30/56030/1
Pawel Wieczorek [Thu, 31 Dec 2015 14:36:10 +0000 (15:36 +0100)]
Common: remove crosswalk-bin _link file

Change-Id: I799030fe5e17fcaa99cabd794d9d3170600d83ac
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
8 years agoUpdate Tizen Common release engineers list 05/55805/1
Lukasz Wojciechowski [Tue, 29 Dec 2015 09:38:32 +0000 (10:38 +0100)]
Update Tizen Common release engineers list

Previous release engineers from Eurogiciel left project in June 2015.

+remove some red blocks

Change-Id: I3896dde3c73468e8c485b3249942e4f3f2442e78
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
8 years agoCommon: remove function inlining flag 02/55802/1
Maciej Wereski [Tue, 29 Dec 2015 09:25:03 +0000 (10:25 +0100)]
Common: remove function inlining flag

-finline-functions is used in -O3 and inlines functions more aggresively
then -O2 does. It caused issues for some packages on 64bit platforms,
when inlined function was too big.

Change-Id: Ic26c32d62eaa3d1fdba45089fe71936a9d231553
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
8 years agoCommon: remove X11 from config 01/55801/1
Maciej Wereski [Tue, 29 Dec 2015 09:23:24 +0000 (10:23 +0100)]
Common: remove X11 from config

Change-Id: I0a2f9cbc5c0003506178b7245f84be70a78dd9d1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
8 years agoTizen:Mobile/TV/Wearable remove x11 configurations 85/55685/2
HyungGi Lee [Mon, 28 Dec 2015 23:29:01 +0000 (08:29 +0900)]
Tizen:Mobile/TV/Wearable remove x11 configurations

Change-Id: If3dc2a13af423b24e5187c1750a2b35f978b7a7a

8 years agoTizen:Common: remove X11 repositories from aggregate packages 80/55680/2
Maciej Wereski [Mon, 28 Dec 2015 15:58:35 +0000 (16:58 +0100)]
Tizen:Common: remove X11 repositories from aggregate packages

Change-Id: I908158e02fc448921e1457650b16bd1a30438011
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
8 years agoAdjust project configrations Tizen:Mobile/TV/Wearable 04/55604/1
HyungGi Lee [Mon, 28 Dec 2015 06:10:39 +0000 (15:10 +0900)]
Adjust project configrations Tizen:Mobile/TV/Wearable

add base repositories and remove base packages

Change-Id: I7d58644bf8adc8bda28eda182988220e17e0ae26

8 years agoTizen:Wearable/Base : Adjust project configrations 27/55527/1
Joonsub Lee [Thu, 24 Dec 2015 07:47:30 +0000 (16:47 +0900)]
Tizen:Wearable/Base : Adjust project configrations

* Tizen:Wearable : Remove x11 repositories
* Tizen:Base : Sync from obs

Change-Id: I537f69ce80b692f53dddc41442620a7bd6fd2248
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Mobile/TV: Change project config for coregl 10/55310/4
Joonsub Lee [Wed, 23 Dec 2015 05:09:06 +0000 (14:09 +0900)]
Tizen:Mobile/TV: Change project config for coregl

Change-Id: I8977bef0780aca394009a6f10efa7efab86de830
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Common: Disable X11 67/54867/3
Pawel Wieczorek [Fri, 18 Dec 2015 09:18:12 +0000 (10:18 +0100)]
Tizen:Common: Disable X11

Change-Id: I5ab17544f65398239d03113391267c667c3d6f53
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
8 years agoEnable mic-bootstrap_aggregate and qemu_aggregate at wayland repositories 11/54811/2
Joonsub Lee [Fri, 18 Dec 2015 04:52:02 +0000 (13:52 +0900)]
Enable mic-bootstrap_aggregate and qemu_aggregate at wayland repositories

Change-Id: I09a4ae768044f061b933d4da7fdc0d00fad64482
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Wearable/_config:modify emulator32-wayland config 60/54760/1
HyungGi Lee [Thu, 17 Dec 2015 23:31:54 +0000 (08:31 +0900)]
Tizen:Wearable/_config:modify emulator32-wayland config

Change-Id: I32b767177840b2795061f4b2390cf54befab5659
Signed-off-by: HyungGi Lee <hyunggi.lee@samsung.com>
8 years agoTizen:Wearable: Remove temporary lines in project meta 16/54716/1
Joonsub Lee [Thu, 17 Dec 2015 09:54:44 +0000 (18:54 +0900)]
Tizen:Wearable: Remove temporary lines in project meta

Change-Id: Idd8fb6401a78de1a4e6ec7549b4bd82385b72fab
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoAdjust project config for Tizen:Mobile/Wearable 70/54670/1
Joonsub Lee [Thu, 17 Dec 2015 05:55:10 +0000 (14:55 +0900)]
Adjust project config for Tizen:Mobile/Wearable

Change-Id: I95cdc70f46d7da69bafeb0a2b4b4a9c0ec634dd4
Tizen:Mobile: disable kdbus activation
Tizen:Wearable: seperate build macro emulator32-wayland from emulator32-x11

8 years agoTizen:Wearable: Add Wayland repos and set build disable at x11 repos 43/54643/1
Joonsub Lee [Thu, 17 Dec 2015 01:45:11 +0000 (10:45 +0900)]
Tizen:Wearable: Add Wayland repos and set build disable at x11 repos

Change-Id: I88aaffd9f3189949b9dfad130a100c82514bb2e8
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Common: Add Joonsub Lee & Hyunggi Lee to maintainer 49/54449/1
Joonsub Lee [Tue, 15 Dec 2015 08:53:30 +0000 (17:53 +0900)]
Tizen:Common: Add Joonsub Lee & Hyunggi Lee to maintainer

This is request with Yooduck Seo.
Hyunggi Lee and I don't manage Tizen:Common directly,
but it is better that getting maintainer authority for helping new common maintainers

Change-Id: Ibd3dbb56d434581cb157f982ff6b070876d92aaa
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoAdd Pawel Wieczorek to Tizen:Common's maintainers 30/53930/1
Pawel Wieczorek [Thu, 10 Dec 2015 08:05:33 +0000 (09:05 +0100)]
Add Pawel Wieczorek to Tizen:Common's maintainers

Change-Id: I91dca0b881c83a4099263b3486879320cbc4a071

8 years agoTizen:TV: Remove chromium-efl-libs and fix mistype about kdbus configuration 24/52724/1
Joonsub Lee [Thu, 26 Nov 2015 07:42:15 +0000 (16:42 +0900)]
Tizen:TV: Remove chromium-efl-libs and fix mistype about kdbus configuration

Change-Id: Icecebdd81c2ee18c8b6545561e8dcbac6fe0b063
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:TV/Mobile: Activate kdbus 20/52720/1
Joonsub Lee [Thu, 26 Nov 2015 07:20:01 +0000 (16:20 +0900)]
Tizen:TV/Mobile: Activate kdbus

Change-Id: I5828ceb6a8b004459f4fe7efbdf30c91dd9cc826
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoTizen:Mobile: Add target-TM1 repository 25/52025/2
Joonsub Lee [Wed, 18 Nov 2015 09:41:07 +0000 (18:41 +0900)]
Tizen:Mobile: Add target-TM1 repository

Change-Id: I61ef0d0d637fb2510fe94d1505b2b9014db57c4c
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
8 years agoAdjust qemu_aggregate for python acceleration in Tizen:Common 93/51193/2
Joonsub Lee [Thu, 5 Nov 2015 07:15:25 +0000 (16:15 +0900)]
Adjust qemu_aggregate for python acceleration in Tizen:Common

Change-Id: Id75db7574e9d385bf6ec6cab5270dc4fd2a3007b

8 years agoAdd Yooduck Seo to Tizen:Common's maintainers 38/47238/1
Joonsub Lee [Tue, 1 Sep 2015 08:59:57 +0000 (17:59 +0900)]
Add Yooduck Seo to Tizen:Common's maintainers

Change-Id: I267ed24732afc2d87b549adefd821d7517a520ad

8 years agoAdd myself to Tizen:Common maintainers 47/46247/2
Maciej Wereski [Tue, 18 Aug 2015 10:47:04 +0000 (12:47 +0200)]
Add myself to Tizen:Common maintainers

Change-Id: Ibeafb0f2ad245d645e9965ba4d3671eed664767f
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
8 years agoRemove support option python-accel 09/46509/2
Joonsub Lee [Fri, 21 Aug 2015 07:55:51 +0000 (16:55 +0900)]
Remove support option python-accel

Some packages doesn't support that option

Current error package: iotivity, starter, pango

Change-Id: Id1ac8f2d5354284a2d3e11af78ffa4de171b2451

8 years agoAdjust qemu_aggregate for python acceleration 99/46499/1
Joonsub Lee [Fri, 21 Aug 2015 07:14:36 +0000 (16:14 +0900)]
Adjust qemu_aggregate for python acceleration

Change-Id: I31d978e30b375ec6494a0d42d088ccb03643f77c

8 years agoAdd support option python-accel for python acceleration 93/46493/1
Joonsub Lee [Fri, 21 Aug 2015 06:54:26 +0000 (15:54 +0900)]
Add support option python-accel for python acceleration

Change-Id: Ifd73b0964c5f53bdb00d010257210414578f54d0

8 years agoTizen:Mobile/TV: Add linked package - chromium-efl-libs 43/44143/2
Joonsub Lee [Fri, 17 Jul 2015 06:31:04 +0000 (15:31 +0900)]
Tizen:Mobile/TV: Add linked package - chromium-efl-libs

Change-Id: Ibc5c454182c789f568bc139cc5c277c55464653a

8 years agoTizen:Mobile/TV - VMinstall pkg required by new util-linux 76/42576/1
Joonsub Lee [Tue, 30 Jun 2015 08:26:46 +0000 (17:26 +0900)]
Tizen:Mobile/TV - VMinstall pkg required by new util-linux

util-linux update to 2.25.2 make swapon depend on libsmartcols.
(Same as Tizen:Common)

Change-Id: Ic71a04a08063b20e8eeece0d0c1551d3a0ba2a1c

8 years agoTizen:Mobile/TV/Wearable - add tizen_build_devel_mode macro 61/42561/1
Joonsub Lee [Tue, 30 Jun 2015 06:07:20 +0000 (15:07 +0900)]
Tizen:Mobile/TV/Wearable - add tizen_build_devel_mode macro

Change-Id: I3f80d05eaae74d64d5f06bf2dcdff7cdb833e173

8 years agoTizen:Mobile/TV/Wearable - remove baserev in links 57/42557/1
Joonsub Lee [Tue, 30 Jun 2015 05:11:44 +0000 (14:11 +0900)]
Tizen:Mobile/TV/Wearable - remove baserev in links

Change-Id: I325e7d12e5140cfb147979ab45f52db8e476e10e

8 years agoAdd project Tizen:3.0.2015.Q2:Common 00/40700/1
Stephane Desneux [Mon, 8 Jun 2015 08:01:50 +0000 (10:01 +0200)]
Add project Tizen:3.0.2015.Q2:Common

Change-Id: I0da69a4ff4fedb4ea07477c6f77a188c7f4edf60
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
8 years agoTizen:Common: VMinstall pkg required by new util-linux 87/40487/1
Stephane Desneux [Thu, 4 Jun 2015 09:35:15 +0000 (11:35 +0200)]
Tizen:Common: VMinstall pkg required by new util-linux

util-linux update to 2.25.2 make swapon depend on libsmartcols.

Change-Id: I7a70b3685c46a2a122c54fc41c3841cd621cb30b
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
8 years agoTizen:Common - remove baserev in links 84/40484/1
Stephane Desneux [Thu, 4 Jun 2015 09:33:18 +0000 (11:33 +0200)]
Tizen:Common - remove baserev in links

Change-Id: Id140033868223b1c41571c8c413f4fce6a4083c9
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
8 years agoTizen:TV: add linked package: u-boot-xu3 85/39785/1
Joonsub Lee [Fri, 22 May 2015 08:05:49 +0000 (17:05 +0900)]
Tizen:TV: add linked package: u-boot-xu3

https://bugs.tizen.org/jira/browse/TINF-930

Change-Id: I3c4219690122a1810b4591cfecdb901a58d77c77

8 years agoTizen:TV/Mobile: Remove unused repositories from obs 68/39768/1
Joonsub Lee [Fri, 22 May 2015 05:08:06 +0000 (14:08 +0900)]
Tizen:TV/Mobile: Remove unused repositories from obs

Change-Id: I12d6f8038c38ae92b817297979230b0d6eb64570

8 years agoTizen:TV/Mobile/Wearable: Remove crosswalk-bin package's _link file. 54/39754/1
Joonsub Lee [Fri, 22 May 2015 04:12:35 +0000 (13:12 +0900)]
Tizen:TV/Mobile/Wearable: Remove crosswalk-bin package's _link file.

https://bugs.tizen.org/jira/browse/TINF-925

crosswalk(crosswalk-bin also) package will be replaced by wrt.
To use update_meta.sh, I remove each profile's crosswalk-bin folder.

Change-Id: I35543b20a43fc738d65628d848b62820fc933d38

8 years agoTizen:TV/Mobile/Wearable: remove Preinstall: rpm-security-plugin 00/39700/1
Joonsub Lee [Thu, 21 May 2015 05:59:14 +0000 (14:59 +0900)]
Tizen:TV/Mobile/Wearable: remove Preinstall: rpm-security-plugin

I have plan to merge the latest qemu-accel pkg with below submissions like Tizen:Common:
- submit/tizen_tv/20150521.010036
- submit/tizen_wearable/20150521.010049
- submit/tizen_mobile/20150521.035215

Change-Id: I01e228f2d70bec0429c384b58e96082e60e88569

8 years agoTizen:Mobile: disable atom build and adjust *_aggregate setting 99/39699/2
Joonsub Lee [Thu, 21 May 2015 02:29:34 +0000 (11:29 +0900)]
Tizen:Mobile: disable atom build and adjust *_aggregate setting

As same as Tizen:TV/Wearable, Tizen:Mobile does not need to maintain ia32(atom) and x86_64 repositories.
Before delete those from obs, we have to disable atom build and adjust _aggregate packages.

Change-Id: I5d4fefcc93f227bff5821e7a950ea17e4d161219

8 years agoRemove ia32(atom) and x86_64 repositories in obs project 91/39691/1
Joonsub Lee [Thu, 21 May 2015 02:04:17 +0000 (11:04 +0900)]
Remove ia32(atom) and x86_64 repositories in obs project

ia32 and x86_64 repositories are not needed in current Tizen:TV and Wearable.
So I remove these repos to downsize obs project.

Change-Id: I1c0d5b4cc7ce0dd78346c194d13eab7bba49cd89

8 years agoTizen:Common - remove Preinstall: rpm-security-plugin 64/39264/2
Stephane Desneux [Mon, 11 May 2015 15:08:06 +0000 (17:08 +0200)]
Tizen:Common - remove Preinstall: rpm-security-plugin

Bug-Tizen: TC-2489

Change-Id: I4002923a23f997d25bfc29ee01b1f6a77b9361d4
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
8 years agoTizen:TV,Tizen:Wearable: disable ia32 build and adjust aggregate setting 31/39431/1
Joonsub Lee [Fri, 15 May 2015 05:09:50 +0000 (14:09 +0900)]
Tizen:TV,Tizen:Wearable: disable ia32 build and adjust aggregate setting

In Tizen:TV and Wearable, we have no require package building at ia32(atom) and x86_64 repositories.
Before delete those from obs environment, we set them to disable and adjust some aggregate packages' setting.
'*_aggregate' packages will be built from emulator32 repositories.

Change-Id: I0f85c07a69b19f4c63ad4ee81dc6be5b1a301adb

8 years agoAdd descriptions about Tizen:TV/Mobile/Wearable 26/39426/3
Joonsub Lee [Fri, 15 May 2015 01:56:43 +0000 (10:56 +0900)]
Add descriptions about Tizen:TV/Mobile/Wearable

Change-Id: I3817813910416207d835004ab38b6ece43d06c73

8 years agoTizen:TV, Tizen:Wearable: disable 64bit repositories build 51/39351/1
Joonsub Lee [Wed, 13 May 2015 11:32:44 +0000 (20:32 +0900)]
Tizen:TV, Tizen:Wearable: disable 64bit repositories build

Change-Id: I156dbc809deb6f61ea407b3f806b138fa0d0c30e

8 years agoTizen:TV/Tizen:Mobile: Enable emulator-wayland build and change RE list 71/39071/3
Joonsub Lee [Fri, 8 May 2015 05:49:34 +0000 (14:49 +0900)]
Tizen:TV/Tizen:Mobile: Enable emulator-wayland build and change RE list

Target repositories:
- Tizen:TV: emualtor32-wayland
- Tizen:Mobile: emualtor32-wayland / emulator64-wayland

Change-Id: I044eb87a5beb22b1eeae98d3c3c86b4096465410

9 years agoUnsupport Opensuse13.2 distro in three Tools* projects 85/38785/1
Li Jinjing [Tue, 28 Apr 2015 10:41:19 +0000 (18:41 +0800)]
Unsupport Opensuse13.2 distro in three Tools* projects

It is ok during package building.

But there is still an issue in gbs using:
    `gbs build` error as:
        [4/35] preinstalling glibc...
        cpio: Can't write over symlinks: ./lib/ld-2.20.so

Change-Id: I5289ad24bee60cf2f4c8ebddda8a3e6698729be7
Signed-off-by: Li Jinjing <jinjingx.li@intel.com>
9 years agoSet vendor for tools projects 78/38778/1
Ed Bartosh [Tue, 28 Apr 2015 09:49:39 +0000 (12:49 +0300)]
Set vendor for tools projects

Setting vendor should fix possible package upgrade issues caused
by different default vendor settings.

Change-Id: Ie9f610b369a7225b4bab776eb7b0f1f4b7fc16de
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
9 years agoHandle build modifications for all packages 55/38155/1
Ed Bartosh [Mon, 13 Apr 2015 18:00:19 +0000 (21:00 +0300)]
Handle build modifications for all packages

So far build modifications were handled only for
aggregates and links. Adding the rest of the packages makes
meta information more complete.

Change-Id: Iaa1e58e0bebcc4850be7f5028ef42d9057626508
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
9 years agoAdd Tools* projects 54/38154/1
Ed Bartosh [Mon, 13 Apr 2015 17:58:26 +0000 (20:58 +0300)]
Add Tools* projects

Added Tools:Devel, Tools:Pre-release and Tools projects

Change-Id: Ief90f33b6de78f6633e131b2c32b4ca8925310d8
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
9 years agoTizen:Mobile and Tizen:TV: Enable wayland repositories 95/36395/3
Joonsub Lee [Fri, 6 Mar 2015 00:53:20 +0000 (09:53 +0900)]
Tizen:Mobile and Tizen:TV: Enable wayland repositories

Reference Tizen:Common's config, meta, aggregate settings

Change-Id: I46dc092afb65cdbd9b19ae0aa7235e0199f855a7

9 years agoAdded -march flag for aarch64 32/34832/3
Yury Usishchev [Tue, 3 Feb 2015 09:50:31 +0000 (12:50 +0300)]
Added -march flag for aarch64

Change-Id: Ie104aa277e4249de5559fe1ce36ae108c779f67f
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
9 years agoTizen:Mobile: Add i586, x86_64 Optflags like Tizen:Common 89/36089/2
Joonsub Lee [Mon, 2 Mar 2015 08:52:55 +0000 (17:52 +0900)]
Tizen:Mobile: Add i586, x86_64 Optflags like Tizen:Common

- to fix the c-ares pkg's build failure

Change-Id: I30b710b24089a9cdc577b947568044e4e8e12f18

9 years agoAdd project Tizen:3.0.2015.Q1:Common 30/36030/1
Stephane Desneux [Fri, 27 Feb 2015 13:37:27 +0000 (14:37 +0100)]
Add project Tizen:3.0.2015.Q1:Common

Change-Id: Icf08c326dc61b479e159c65960fd2826e86c7b8d
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
9 years agoAdd project Tizen:3.0.2014.Q4:Common 27/35027/2
Stephane Desneux [Fri, 6 Feb 2015 08:28:02 +0000 (09:28 +0100)]
Add project Tizen:3.0.2014.Q4:Common

Change-Id: Ic8feae687e399ae7dc2c38c69b041d2dd36e5159
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
9 years agoTizen:Mobile: Modify mic-bootstrap_aggregate's meta 92/35092/1
Joonsub Lee [Mon, 9 Feb 2015 04:03:26 +0000 (13:03 +0900)]
Tizen:Mobile: Modify mic-bootstrap_aggregate's meta

- to fix the mobile-x1-3parts-arm64 image build fail issue

Change-Id: I4fec460b69efd2d582c271d485ec99d4c37ca517

9 years agoTizen:Wearable: Add i586 Optflags like Tizen:Common 25/34725/1
Joonsub Lee [Mon, 2 Feb 2015 03:55:24 +0000 (12:55 +0900)]
Tizen:Wearable: Add i586 Optflags like Tizen:Common

- to fix the c-ares pkg's build failure

Change-Id: Id58e5bccaf3d3af7ef69afcf114d7253edc51872

9 years agoInstall qemu-linux-user-cross-arm also for aarch64 02/32202/4
Ilya Palachev [Tue, 16 Dec 2014 14:03:52 +0000 (17:03 +0300)]
Install qemu-linux-user-cross-arm also for aarch64

After refactoring made in qemu-accel it's preferable to have symmetric
things for arm and aarch64 everywhere if possible. Before this change
binaries /usr/bin/qemu-arm64 and /usr/bin/qemu-arm64-binfmt where packed to
qemu-accel-aarch64 package, thus qemu-linux-user-cross-arm was not
needed. But after refactoring we changed the behavior of
qemu-accel-aarch64 and it also requires qemu-linux-user-cross-arm now.

Change-Id: I8f39fbb665da9131cba1ed343ccd970d07458584
Signed-off-by: Ilya Palachev <i.palachev@samsung.com>
9 years agoIVI: Prefer Mesa OpenGL(/ES) libs in all configurations 52/31252/6
Damian Hobson-Garcia [Wed, 3 Dec 2014 08:07:18 +0000 (17:07 +0900)]
IVI: Prefer Mesa OpenGL(/ES) libs in all configurations

Making one version of these libraries preffered in any configuration
makes it possible to keep multiple versions in the same repository.
If all of the versions are binary compatible, the correct version
for the platform can be selected by explicitly specifying it in the
kickstart file during image creation.

For more background on the motivation for this patch, see the following
discussion on the Tizen mailing list:

https://lists.tizen.org/pipermail/ivi/2014-December/003711.html

Change-Id: I6cfa1fe0182676765f6d5346210223236ee5c11a

9 years agoAdding preference for vconf-buxton 58/33558/2
José Bollo [Tue, 13 Jan 2015 08:08:38 +0000 (09:08 +0100)]
Adding preference for vconf-buxton

While integrating buxton, the package vconf-buxton provides
API of vconf and should be prefered until vconf is dropped.

Change-Id: Ied1631ae578326753335d46ffcd29fc0fd3af11b
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
9 years agoTizen:Wearable, TIzen:TV: Add simple description 14/34014/2
Joonsub Lee [Tue, 20 Jan 2015 01:32:49 +0000 (10:32 +0900)]
Tizen:Wearable, TIzen:TV: Add simple description

Added description is temporary string like Tizen:Mobile.
I will modify 3 profiles(Mobile, Wearable, TV) description after receiving our developer's opinion.

Change-Id: I2bbaade2399a2b896ec168814f8deca7e686376c

9 years agoTizen:TV: Modify RE list 38/32838/3
Joonsub Lee [Fri, 26 Dec 2014 06:45:03 +0000 (15:45 +0900)]
Tizen:TV: Modify RE list

Remove Tizen:Common's REs and add Samsung's REs

Change-Id: I8f88e17a8ee1dabbb4b13a38b756ef9450ff8263

9 years agoFix profile definition 00/34000/1
Ed Bartosh [Mon, 19 Jan 2015 14:02:58 +0000 (16:02 +0200)]
Fix profile definition

Replaced '%define profile common' -> '%define profile ivi'
in Tizen:IVI and Tizen:3.0:IVI project configs.

Change-Id: I47cd6fdc1b30c2cb4a7d6265f1518c6a44e43dba
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
9 years agoAdd Tizen:3.0:IVI project 66/33966/1
Ed Bartosh [Mon, 19 Jan 2015 09:26:52 +0000 (11:26 +0200)]
Add Tizen:3.0:IVI project

Change-Id: I31cafec8c8392872f7b30656f512e00f7e3098d5
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
9 years agoRemove redundant export filters. 15/31815/3
Yury Usishchev [Wed, 10 Dec 2014 13:01:39 +0000 (16:01 +0300)]
Remove redundant export filters.

All packages that should be exported to another architecture are
marked with appropriate arch suffix.
This patch eliminates possibility of i586 qemu-linux-user binary
being installed to aarch64 buildroot.

Change-Id: Id390b1133e8e6c36a3a426c96eb429c283c4d001
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>