summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2017-08-09 14:03:25 +0200
committerMaciej Wereski <m.wereski@partner.samsung.com>2017-08-10 08:40:51 +0200
commit5775b1f6348d3da33a86d82ca4bdc625ddc9b134 (patch)
treefc460a3db32a3115c6878c81144fee622f4efee4
parentf57347b56a8491e7d27ea12e0a24aee754441095 (diff)
downloadobs-5775b1f6348d3da33a86d82ca4bdc625ddc9b134.tar.gz
obs-5775b1f6348d3da33a86d82ca4bdc625ddc9b134.tar.bz2
obs-5775b1f6348d3da33a86d82ca4bdc625ddc9b134.zip
Add Tizen 4.0 Base and Unified files
Change-Id: Ib624f4e6dc2e7100d15ef8280c4fbff28e6b737b Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-rw-r--r--Tizen:4.0:Base/_config195
-rw-r--r--Tizen:4.0:Base/_meta53
-rw-r--r--Tizen:4.0:Base/binutils-aarch64/_link4
-rw-r--r--Tizen:4.0:Base/binutils-armv7l/_link4
-rw-r--r--Tizen:4.0:Base/gcc-aarch64/_link4
-rw-r--r--Tizen:4.0:Base/gcc-armv7l/_link4
-rw-r--r--Tizen:4.0:Base/multilib_aggregate/_aggregate46
-rw-r--r--Tizen:4.0:Base/multilib_aggregate/_meta11
-rw-r--r--Tizen:4.0:Base/python-libxml2/_link4
-rw-r--r--Tizen:4.0:Base/python-magic/_link4
-rw-r--r--Tizen:4.0:Base/python3-base/_link4
-rw-r--r--Tizen:4.0:Base/qemu-accel-aarch64/_link4
-rw-r--r--Tizen:4.0:Base/qemu-accel-armv7l/_link4
-rw-r--r--Tizen:4.0:Base/qemu-accel_aggregate/_aggregate27
-rw-r--r--Tizen:4.0:Base/qemu-accel_aggregate/_meta14
-rw-r--r--Tizen:4.0:Base/qemu_aggregate/_aggregate25
-rw-r--r--Tizen:4.0:Base/qemu_aggregate/_meta14
-rw-r--r--Tizen:4.0:Unified/_config150
-rw-r--r--Tizen:4.0:Unified/_meta33
-rw-r--r--Tizen:4.0:Unified/artik10-linux-kernel/_link9
-rw-r--r--Tizen:4.0:Unified/libcynara-commons/_link4
-rw-r--r--Tizen:4.0:Unified/libcynara-dbus/_link4
-rw-r--r--Tizen:4.0:Unified/linux-3.10-artik/_link9
-rw-r--r--Tizen:4.0:Unified/linux-artik530/_link9
-rw-r--r--Tizen:4.0:Unified/linux-exynos-tm2/_link9
-rw-r--r--Tizen:4.0:Unified/odroid-linux-kernel/_link9
-rw-r--r--Tizen:4.0:Unified/u-boot-artik/_link9
-rw-r--r--Tizen:4.0:Unified/u-boot-artik10/_link9
-rw-r--r--Tizen:4.0:Unified/u-boot-artik530/_link9
-rw-r--r--Tizen:4.0:Unified/u-boot-rpi3/_link10
-rw-r--r--Tizen:4.0:Unified/u-boot-xu3/_link9
31 files changed, 703 insertions, 0 deletions
diff --git a/Tizen:4.0:Base/_config b/Tizen:4.0:Base/_config
new file mode 100644
index 0000000..604ec44
--- /dev/null
+++ b/Tizen:4.0:Base/_config
@@ -0,0 +1,195 @@
+################################################################################
+# OBS Project config for Tizen:4.0: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)
+Prefer: libgcc libstdc++ libunwind libuuid zlib libopenssl
+
+############################# base definition ###############################
+
+Macros:
+%vendor tizen
+%_vendor tizen
+%_with_tizen 1
+
+%check exit 0
+%run_check_section 0
+%opensuse_bs 1
+%_default_patch_fuzz 2
+
+%_binary_payload w5T.xzdio
+:Macros
+
+
+############################# build config #####################################
+
+%define gcc_version 62
+Macros:
+%gcc_version 62
+:Macros
+
+########## 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
+%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 -Wformat-security -fmessage-length=0 -Wl,--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
+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
diff --git a/Tizen:4.0:Base/_meta b/Tizen:4.0:Base/_meta
new file mode 100644
index 0000000..2b036ee
--- /dev/null
+++ b/Tizen:4.0:Base/_meta
@@ -0,0 +1,53 @@
+<project name="Tizen:4.0:Base">
+ <title>Bootstrap Project of Tizen 4.0</title>
+ <description>Bootstrap Project of Tizen 4.0</description>
+ <person userid="alone" role="maintainer"/>
+ <person userid="alone" role="bugowner"/>
+ <person userid="hglee" role="maintainer"/>
+ <person userid="junhyeonlee" role="maintainer"/>
+ <person userid="tcshin93" role="maintainer"/>
+ <person userid="jintaeson" role="maintainer"/>
+ <person userid="dnxowls" role="maintainer"/>
+ <person userid="mwereski" role="maintainer"/>
+ <person userid="pwieczorek" role="maintainer"/>
+ <person userid="gagarin" role="maintainer"/>
+ <build>
+ <disable arch="i586" repository="arm"/>
+ <disable arch="x86_64" repository="arm"/>
+ <disable arch="i586" repository="arm64"/>
+ <disable arch="x86_64" repository="arm64"/>
+ <disable arch="i586" repository="x86_64"/>
+ <disable arch="i586" repository="emulator64"/>
+ <disable arch="x86_64" repository="ia32"/>
+ <disable arch="x86_64" repository="emulator32"/>
+ </build>
+ <debuginfo>
+ <enable/>
+ </debuginfo>
+ <repository name="x86_64">
+ <arch>x86_64</arch>
+ <arch>i586</arch>
+ </repository>
+ <repository name="ia32">
+ <arch>x86_64</arch>
+ <arch>i586</arch>
+ </repository>
+ <repository name="emulator64">
+ <arch>i586</arch>
+ <arch>x86_64</arch>
+ </repository>
+ <repository name="emulator32">
+ <arch>i586</arch>
+ <arch>x86_64</arch>
+ </repository>
+ <repository name="arm64">
+ <arch>aarch64</arch>
+ <arch>i586</arch>
+ <arch>x86_64</arch>
+ </repository>
+ <repository name="arm">
+ <arch>armv7l</arch>
+ <arch>i586</arch>
+ <arch>x86_64</arch>
+ </repository>
+</project>
diff --git a/Tizen:4.0:Base/binutils-aarch64/_link b/Tizen:4.0:Base/binutils-aarch64/_link
new file mode 100644
index 0000000..10954e6
--- /dev/null
+++ b/Tizen:4.0:Base/binutils-aarch64/_link
@@ -0,0 +1,4 @@
+<link package="binutils" cicount="copy">
+<patches>
+</patches>
+</link>
diff --git a/Tizen:4.0:Base/binutils-armv7l/_link b/Tizen:4.0:Base/binutils-armv7l/_link
new file mode 100644
index 0000000..10954e6
--- /dev/null
+++ b/Tizen:4.0:Base/binutils-armv7l/_link
@@ -0,0 +1,4 @@
+<link package="binutils" cicount="copy">
+<patches>
+</patches>
+</link>
diff --git a/Tizen:4.0:Base/gcc-aarch64/_link b/Tizen:4.0:Base/gcc-aarch64/_link
new file mode 100644
index 0000000..cbbfab1
--- /dev/null
+++ b/Tizen:4.0:Base/gcc-aarch64/_link
@@ -0,0 +1,4 @@
+<link package="linaro-gcc" cicount="copy">
+<patches>
+</patches>
+</link>
diff --git a/Tizen:4.0:Base/gcc-armv7l/_link b/Tizen:4.0:Base/gcc-armv7l/_link
new file mode 100644
index 0000000..cbbfab1
--- /dev/null
+++ b/Tizen:4.0:Base/gcc-armv7l/_link
@@ -0,0 +1,4 @@
+<link package="linaro-gcc" cicount="copy">
+<patches>
+</patches>
+</link>
diff --git a/Tizen:4.0:Base/multilib_aggregate/_aggregate b/Tizen:4.0:Base/multilib_aggregate/_aggregate
new file mode 100644
index 0000000..8414dc2
--- /dev/null
+++ b/Tizen:4.0:Base/multilib_aggregate/_aggregate
@@ -0,0 +1,46 @@
+<aggregatelist>
+ <aggregate project="Tizen:4.0:Base">
+ <package>glibc</package>
+ <binary>glibc-32bit</binary>
+ <binary>glibc-devel-32bit</binary>
+ <repository source="ia32" target="x86_64"/>
+ <repository source="emulator32" target="emulator64"/>
+ </aggregate>
+ <aggregate project="Tizen:4.0:Base">
+ <package>linaro-gcc</package>
+ <binary>libgcc-64bit</binary>
+ <binary>libstdc++-64bit</binary>
+ <repository source="x86_64" target="ia32"/>
+ <repository source="emulator64" target="emulator32"/>
+ </aggregate>
+ <aggregate project="Tizen:4.0:Base">
+ <package>glibc</package>
+ <binary>glibc-64bit</binary>
+ <repository source="x86_64" target="ia32"/>
+ <repository source="emulator64" target="emulator32"/>
+ </aggregate>
+ <aggregate project="Tizen:4.0:Base">
+ <package>libunwind</package>
+ <binary>libunwind-64bit</binary>
+ <repository source="x86_64" target="ia32"/>
+ <repository source="emulator64" target="emulator32"/>
+ </aggregate>
+ <aggregate project="Tizen:4.0:Base">
+ <package>util-linux</package>
+ <binary>libuuid-64bit</binary>
+ <repository source="x86_64" target="ia32"/>
+ <repository source="emulator64" target="emulator32"/>
+ </aggregate>
+ <aggregate project="Tizen:4.0:Base">
+ <package>zlib</package>
+ <binary>zlib-64bit</binary>
+ <repository source="x86_64" target="ia32"/>
+ <repository source="emulator64" target="emulator32"/>
+ </aggregate>
+ <aggregate project="Tizen:4.0:Base">
+ <package>openssl</package>
+ <binary>libopenssl-64bit</binary>
+ <repository source="x86_64" target="ia32"/>
+ <repository source="emulator64" target="emulator32"/>
+ </aggregate>
+</aggregatelist>
diff --git a/Tizen:4.0:Base/multilib_aggregate/_meta b/Tizen:4.0:Base/multilib_aggregate/_meta
new file mode 100644
index 0000000..9bedd44
--- /dev/null
+++ b/Tizen:4.0:Base/multilib_aggregate/_meta
@@ -0,0 +1,11 @@
+<package name="multilib_aggregate" project="Tizen:4.0:Base">
+ <title/>
+ <description/>
+ <build>
+ <disable/>
+ <enable arch="x86_64" repository="ia32"/>
+ <enable arch="x86_64" repository="emulator32"/>
+ <enable arch="i586" repository="x86_64"/>
+ <enable arch="i586" repository="emulator64"/>
+ </build>
+</package>
diff --git a/Tizen:4.0:Base/python-libxml2/_link b/Tizen:4.0:Base/python-libxml2/_link
new file mode 100644
index 0000000..bcc0355
--- /dev/null
+++ b/Tizen:4.0:Base/python-libxml2/_link
@@ -0,0 +1,4 @@
+<link package="libxml2" cicount="copy">
+ <patches>
+ </patches>
+</link>
diff --git a/Tizen:4.0:Base/python-magic/_link b/Tizen:4.0:Base/python-magic/_link
new file mode 100644
index 0000000..882d165
--- /dev/null
+++ b/Tizen:4.0:Base/python-magic/_link
@@ -0,0 +1,4 @@
+<link package="file" cicount="copy">
+ <patches>
+ </patches>
+</link>
diff --git a/Tizen:4.0:Base/python3-base/_link b/Tizen:4.0:Base/python3-base/_link
new file mode 100644
index 0000000..9b010ed
--- /dev/null
+++ b/Tizen:4.0:Base/python3-base/_link
@@ -0,0 +1,4 @@
+<link package="python3" cicount="copy">
+<patches>
+</patches>
+</link>
diff --git a/Tizen:4.0:Base/qemu-accel-aarch64/_link b/Tizen:4.0:Base/qemu-accel-aarch64/_link
new file mode 100644
index 0000000..573ab9f
--- /dev/null
+++ b/Tizen:4.0:Base/qemu-accel-aarch64/_link
@@ -0,0 +1,4 @@
+<link package="qemu-accel" cicount="copy">
+ <patches>
+ </patches>
+</link>
diff --git a/Tizen:4.0:Base/qemu-accel-armv7l/_link b/Tizen:4.0:Base/qemu-accel-armv7l/_link
new file mode 100644
index 0000000..573ab9f
--- /dev/null
+++ b/Tizen:4.0:Base/qemu-accel-armv7l/_link
@@ -0,0 +1,4 @@
+<link package="qemu-accel" cicount="copy">
+ <patches>
+ </patches>
+</link>
diff --git a/Tizen:4.0:Base/qemu-accel_aggregate/_aggregate b/Tizen:4.0:Base/qemu-accel_aggregate/_aggregate
new file mode 100644
index 0000000..7b99ca3
--- /dev/null
+++ b/Tizen:4.0:Base/qemu-accel_aggregate/_aggregate
@@ -0,0 +1,27 @@
+<aggregatelist>
+ <aggregate project="Tizen:4.0:Base" >
+ <package>qemu-accel-armv7l</package>
+ <binary>qemu-accel-armv7l</binary>
+ <binary>python-accel-armv7l</binary>
+ <binary>qemu-accel-x86-armv7l</binary>
+ <binary>python-accel-x86-armv7l</binary>
+ <binary>clang-accel-x86-armv7l</binary>
+ <repository source="ia32" target="arm"/>
+ </aggregate>
+ <aggregate project="Tizen:4.0:Base" >
+ <package>qemu-accel-armv7l</package>
+ <binary>qemu-accel-x86_64-armv7l</binary>
+ <binary>python-accel-x86_64-armv7l</binary>
+ <binary>clang-accel-x86_64-armv7l</binary>
+ <repository source="x86_64" target="arm"/>
+ </aggregate>
+ <aggregate project="Tizen:4.0:Base" >
+ <package>qemu-accel-aarch64</package>
+ <binary>qemu-accel-aarch64</binary>
+ <binary>python-accel-aarch64</binary>
+ <binary>qemu-accel-x86_64-aarch64</binary>
+ <binary>python-accel-x86_64-aarch64</binary>
+ <binary>clang-accel-x86_64-aarch64</binary>
+ <repository source="x86_64" target="arm64"/>
+ </aggregate>
+</aggregatelist>
diff --git a/Tizen:4.0:Base/qemu-accel_aggregate/_meta b/Tizen:4.0:Base/qemu-accel_aggregate/_meta
new file mode 100644
index 0000000..ae3f0fd
--- /dev/null
+++ b/Tizen:4.0:Base/qemu-accel_aggregate/_meta
@@ -0,0 +1,14 @@
+<package name="qemu-accel_aggregate" project="Tizen:4.0:Base">
+ <title/>
+ <description/>
+ <build>
+ <disable/>
+ <enable arch="x86_64" repository="arm64"/>
+ <enable arch="x86_64" repository="arm"/>
+ <enable arch="i586" repository="arm"/>
+ <enable arch="x86_64" repository="x86_64"/>
+ <enable arch="i586" repository="ia32"/>
+ <enable arch="x86_64" repository="emulator64"/>
+ <enable arch="i586" repository="emulator32"/>
+ </build>
+</package>
diff --git a/Tizen:4.0:Base/qemu_aggregate/_aggregate b/Tizen:4.0:Base/qemu_aggregate/_aggregate
new file mode 100644
index 0000000..e3897a4
--- /dev/null
+++ b/Tizen:4.0:Base/qemu_aggregate/_aggregate
@@ -0,0 +1,25 @@
+<aggregatelist>
+ <aggregate project="Tools:qemu:2.7.x">
+ <package>qemu</package>
+ <binary>qemu-tools</binary>
+ <repository source="openSUSE_12.3" target="arm"/>
+ <repository source="openSUSE_12.3" target="arm64"/>
+ <repository source="openSUSE_12.3" target="ia32"/>
+ <repository source="openSUSE_12.3" target="x86_64"/>
+ <repository source="openSUSE_12.3" target="emulator32"/>
+ <repository source="openSUSE_12.3" target="emulator64"/>
+ </aggregate>
+ <aggregate project="Tools:qemu:2.7.x">
+ <package>qemu-linux-user</package>
+ <binary>qemu-linux-user-cross</binary>
+ <binary>qemu-linux-user-x86-cross</binary>
+ <binary>qemu-linux-user-x86_64-cross</binary>
+ <binary>qemu-linux-user</binary>
+ <repository source="openSUSE_12.3" target="arm"/>
+ <repository source="openSUSE_12.3" target="arm64"/>
+ <repository source="openSUSE_12.3" target="ia32"/>
+ <repository source="openSUSE_12.3" target="x86_64"/>
+ <repository source="openSUSE_12.3" target="emulator32"/>
+ <repository source="openSUSE_12.3" target="emulator64"/>
+ </aggregate>
+</aggregatelist>
diff --git a/Tizen:4.0:Base/qemu_aggregate/_meta b/Tizen:4.0:Base/qemu_aggregate/_meta
new file mode 100644
index 0000000..487c544
--- /dev/null
+++ b/Tizen:4.0:Base/qemu_aggregate/_meta
@@ -0,0 +1,14 @@
+<package name="qemu_aggregate" project="Tizen:4.0:Base">
+ <title/>
+ <description/>
+ <build>
+ <disable/>
+ <enable arch="x86_64" repository="arm64"/>
+ <enable arch="x86_64" repository="arm"/>
+ <enable arch="i586" repository="arm"/>
+ <enable arch="x86_64" repository="x86_64"/>
+ <enable arch="i586" repository="ia32"/>
+ <enable arch="x86_64" repository="emulator64"/>
+ <enable arch="i586" repository="emulator32"/>
+ </build>
+</package>
diff --git a/Tizen:4.0:Unified/_config b/Tizen:4.0:Unified/_config
new file mode 100644
index 0000000..3b8ac0f
--- /dev/null
+++ b/Tizen:4.0:Unified/_config
@@ -0,0 +1,150 @@
+################################################################################
+# OBS Project config for Tizen:4.0: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 Tizen4/Unified
+
+%tizen_version_major 4
+%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
+
+%check 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
+
+########## 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:4.0:Base
+################################################################################
diff --git a/Tizen:4.0:Unified/_meta b/Tizen:4.0:Unified/_meta
new file mode 100644
index 0000000..0c3d6b3
--- /dev/null
+++ b/Tizen:4.0:Unified/_meta
@@ -0,0 +1,33 @@
+<project name="Tizen:4.0:Unified">
+ <title>Tizen:4.0:Unified</title>
+ <description>Tizen:4.0:Unified</description>
+ <person userid="mwereski" role="maintainer"/>
+ <person userid="alone" role="maintainer"/>
+ <person userid="alone" role="bugowner"/>
+ <person userid="hglee" role="maintainer"/>
+ <person userid="junhyeonlee" role="maintainer"/>
+ <person userid="tcshin93" role="maintainer"/>
+ <person userid="pwieczorek" role="maintainer"/>
+ <person userid="gagarin" role="maintainer"/>
+ <person userid="jintaeson" role="maintainer"/>
+ <person userid="dnxowls" role="maintainer"/>
+ <debuginfo>
+ <enable/>
+ </debuginfo>
+ <repository name="standard">
+ <path project="Tizen:4.0:Base" repository="arm"/>
+ <path project="Tizen:4.0:Base" repository="arm64"/>
+ <path project="Tizen:4.0:Base" repository="ia32"/>
+ <path project="Tizen:4.0:Base" repository="x86_64"/>
+ <arch>x86_64</arch>
+ <arch>i586</arch>
+ <arch>armv7l</arch>
+ <arch>aarch64</arch>
+ </repository>
+ <repository name="emulator">
+ <path project="Tizen:4.0:Base" repository="ia32"/>
+ <path project="Tizen:4.0:Base" repository="x86_64"/>
+ <arch>x86_64</arch>
+ <arch>i586</arch>
+ </repository>
+</project>
diff --git a/Tizen:4.0:Unified/artik10-linux-kernel/_link b/Tizen:4.0:Unified/artik10-linux-kernel/_link
new file mode 100644
index 0000000..1b2f754
--- /dev/null
+++ b/Tizen:4.0:Unified/artik10-linux-kernel/_link
@@ -0,0 +1,9 @@
+<link package="artik5-linux-kernel" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:4.0:Unified/libcynara-commons/_link b/Tizen:4.0:Unified/libcynara-commons/_link
new file mode 100644
index 0000000..e1f95a9
--- /dev/null
+++ b/Tizen:4.0:Unified/libcynara-commons/_link
@@ -0,0 +1,4 @@
+<link package="cynara" cicount="copy">
+ <patches>
+ </patches>
+</link>
diff --git a/Tizen:4.0:Unified/libcynara-dbus/_link b/Tizen:4.0:Unified/libcynara-dbus/_link
new file mode 100644
index 0000000..e1f95a9
--- /dev/null
+++ b/Tizen:4.0:Unified/libcynara-dbus/_link
@@ -0,0 +1,4 @@
+<link package="cynara" cicount="copy">
+ <patches>
+ </patches>
+</link>
diff --git a/Tizen:4.0:Unified/linux-3.10-artik/_link b/Tizen:4.0:Unified/linux-3.10-artik/_link
new file mode 100644
index 0000000..1b2f754
--- /dev/null
+++ b/Tizen:4.0:Unified/linux-3.10-artik/_link
@@ -0,0 +1,9 @@
+<link package="artik5-linux-kernel" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:4.0:Unified/linux-artik530/_link b/Tizen:4.0:Unified/linux-artik530/_link
new file mode 100644
index 0000000..d904b32
--- /dev/null
+++ b/Tizen:4.0:Unified/linux-artik530/_link
@@ -0,0 +1,9 @@
+<link package="linux-artik7" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:4.0:Unified/linux-exynos-tm2/_link b/Tizen:4.0:Unified/linux-exynos-tm2/_link
new file mode 100644
index 0000000..9a105fd
--- /dev/null
+++ b/Tizen:4.0:Unified/linux-exynos-tm2/_link
@@ -0,0 +1,9 @@
+<link package="tm2-linux-kernel" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:4.0:Unified/odroid-linux-kernel/_link b/Tizen:4.0:Unified/odroid-linux-kernel/_link
new file mode 100644
index 0000000..9a105fd
--- /dev/null
+++ b/Tizen:4.0:Unified/odroid-linux-kernel/_link
@@ -0,0 +1,9 @@
+<link package="tm2-linux-kernel" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:4.0:Unified/u-boot-artik/_link b/Tizen:4.0:Unified/u-boot-artik/_link
new file mode 100644
index 0000000..bdfe20f
--- /dev/null
+++ b/Tizen:4.0:Unified/u-boot-artik/_link
@@ -0,0 +1,9 @@
+<link package="u-boot-artik5" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:4.0:Unified/u-boot-artik10/_link b/Tizen:4.0:Unified/u-boot-artik10/_link
new file mode 100644
index 0000000..bdfe20f
--- /dev/null
+++ b/Tizen:4.0:Unified/u-boot-artik10/_link
@@ -0,0 +1,9 @@
+<link package="u-boot-artik5" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:4.0:Unified/u-boot-artik530/_link b/Tizen:4.0:Unified/u-boot-artik530/_link
new file mode 100644
index 0000000..6007bb1
--- /dev/null
+++ b/Tizen:4.0:Unified/u-boot-artik530/_link
@@ -0,0 +1,9 @@
+<link package="u-boot-artik7" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:4.0:Unified/u-boot-rpi3/_link b/Tizen:4.0:Unified/u-boot-rpi3/_link
new file mode 100644
index 0000000..2200748
--- /dev/null
+++ b/Tizen:4.0:Unified/u-boot-rpi3/_link
@@ -0,0 +1,10 @@
+<link package="u-boot" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
+
diff --git a/Tizen:4.0:Unified/u-boot-xu3/_link b/Tizen:4.0:Unified/u-boot-xu3/_link
new file mode 100644
index 0000000..fe300e3
--- /dev/null
+++ b/Tizen:4.0:Unified/u-boot-xu3/_link
@@ -0,0 +1,9 @@
+<link package="u-boot" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>