Add M2 OBS Projects 78/108578/1
authorHyungGi Lee <hyunggi.lee@samsung.com>
Thu, 5 Jan 2017 06:28:22 +0000 (15:28 +0900)
committerHyungGi Lee <hyunggi.lee@samsung.com>
Thu, 5 Jan 2017 06:28:22 +0000 (15:28 +0900)
Change-Id: I9b6c90b688e27b70e0044020915bf6f26468a454

24 files changed:
Tizen:3.0.M2:Base/_meta
Tizen:3.0.M2:Mobile/_config [new file with mode: 0644]
Tizen:3.0.M2:Mobile/_meta [new file with mode: 0644]
Tizen:3.0.M2:Mobile/libcynara-commons/_link [new file with mode: 0644]
Tizen:3.0.M2:Mobile/libcynara-dbus/_link [new file with mode: 0644]
Tizen:3.0.M2:Mobile/mic-bootstrap_aggregate/_aggregate [new file with mode: 0644]
Tizen:3.0.M2:Mobile/mic-bootstrap_aggregate/_meta [new file with mode: 0644]
Tizen:3.0.M2:TV/_config [new file with mode: 0644]
Tizen:3.0.M2:TV/_meta [new file with mode: 0644]
Tizen:3.0.M2:TV/libcynara-commons/_link [new file with mode: 0644]
Tizen:3.0.M2:TV/libcynara-dbus/_link [new file with mode: 0644]
Tizen:3.0.M2:TV/mic-bootstrap_aggregate/_aggregate [new file with mode: 0644]
Tizen:3.0.M2:TV/mic-bootstrap_aggregate/_meta [new file with mode: 0644]
Tizen:3.0.M2:TV/odroid-linux-kernel/_link [new file with mode: 0644]
Tizen:3.0.M2:TV/u-boot-xu3/_link [new file with mode: 0644]
Tizen:3.0.M2:Wearable/_config [new file with mode: 0644]
Tizen:3.0.M2:Wearable/_meta [new file with mode: 0644]
Tizen:3.0.M2:Wearable/libcynara-commons/_link [new file with mode: 0644]
Tizen:3.0.M2:Wearable/libcynara-dbus/_link [new file with mode: 0644]
Tizen:3.0.M2:Wearable/mic-bootstrap_aggregate/_aggregate [new file with mode: 0644]
Tizen:3.0.M2:Wearable/mic-bootstrap_aggregate/_meta [new file with mode: 0644]
Tizen:3.0:Mobile/_config
Tizen:3.0:TV/_config
Tizen:3.0:Wearable/_config

index 32e1a0f..aac9437 100644 (file)
@@ -1,6 +1,6 @@
 <project name="Tizen:3.0.M2:Base">
   <title/>
-  <description>Tizen:3.0.M2:Base tmp</description>
+  </description>
   <person userid="alone" role="maintainer"/>
   <person userid="alone" role="bugowner"/>
   <person userid="hglee" role="maintainer"/>
     <enable/>
   </debuginfo>
   <repository name="x86_64">
-    <path project="Tizen:3.0:Base" repository="x86_64"/>
     <arch>x86_64</arch>
     <arch>i586</arch>
   </repository>
   <repository name="ia32">
-    <path project="Tizen:3.0:Base" repository="ia32"/>
     <arch>x86_64</arch>
     <arch>i586</arch>
   </repository>
   <repository name="emulator64">
-    <path project="Tizen:3.0:Base" repository="emulator64"/>
     <arch>i586</arch>
     <arch>x86_64</arch>
   </repository>
   <repository name="emulator32">
-    <path project="Tizen:3.0:Base" repository="emulator32"/>
     <arch>i586</arch>
   </repository>
   <repository name="arm64">
-    <path project="Tizen:3.0:Base" repository="arm64"/>
     <arch>aarch64</arch>
     <arch>i586</arch>
     <arch>x86_64</arch>
   </repository>
   <repository name="arm">
-    <path project="Tizen:3.0:Base" repository="arm"/>
     <arch>armv7l</arch>
     <arch>i586</arch>
     <arch>x86_64</arch>
diff --git a/Tizen:3.0.M2:Mobile/_config b/Tizen:3.0.M2:Mobile/_config
new file mode 100644 (file)
index 0000000..0e498df
--- /dev/null
@@ -0,0 +1,174 @@
+################################################################################
+# OBS Project config for Tizen:Mobile
+#
+# RE contacts:
+#
+# vim: set syntax=spec:
+################################################################################
+
+############################# conflicts resolution #############################
+
+FileProvides: /usr/sbin/groupadd shadow-utils
+Prefer: libtapi-devel
+Prefer: libpci-devel
+Prefer: bluetooth-tools-no-firmware
+
+############################# profile definition ###############################
+
+%define profile mobile
+%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:
+%profile mobile
+%release_name Tizen3/Mobile
+
+%tizen_version_major 3
+%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
+
+############################# display system ###################################
+
+########## display system selection ##########
+
+# selection of the display system
+# this selection is done for each repository
+#
+# flags combinations:
+# |----------------------------------------------------
+# | wayland |  x  | meaning
+# |----------------------------------------------------
+# |         |  1  | pure X11 platform(no wayland)
+# |   1     |     | pure wayland platform (no X11)
+# |   1     |  1  | wayland but X compatibility
+# |         |     | no X and no wayland
+# |----------------------------------------------------
+#
+# Owner: Stephane <stephane.desneux@open.eurogiciel.org>
+
+########## 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>
+
+########## mesa activation ##########
+
+%define _with_mesa 1
+Macros:
+%_with_mesa 1
+:Macros
+
+%ifarch %arm armv7l aarch64
+   Substitute: mesa-devel pkgconfig(glesv2)
+   #FIXME Substitute: pkgconfig(egl)
+%endif
+
+########## coregl ##########
+%ifarch %arm aarch64
+Prefer: coregl coregl-devel
+Prefer: libwayland-egl libwayland-egl-devel
+Substitute: mesa-libGLESv2 coregl
+Substitute: mesa-libEGL coregl
+%endif
+
+###################### Activate KDBUS ######################
+# This configuration flag enables the support of KDBUS and Cynara-based Dbus Policy
+
+#%if "%_repository" == "arm64-wayland"
+
+#%define _with_kdbus 1
+#%define _with_dbuspolicy 1
+
+#Macros:
+#%_with_kdbus 1
+#%_with_dbuspolicy 1
+#:Macros
+
+#%endif
+
+############################# wayland repositories #############################
+
+%if "%_repository" == "atom-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland" || "%_repository" == "arm64-wayland" || "%_repository" == "target-TM1"
+
+Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
+Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
+
+%define _with_wayland 1
+%define _with_rdp 1
+
+Macros:
+%_with_wayland 1
+%_with_rdp 1
+:Macros
+
+%endif
+
+############################# emulator repositories ############################
+
+%if "%_repository" == "emulator32-wayland" || "%_repository" == "emulator64-wayland"
+
+Substitute: mesa-devel pkgconfig(glesv2)
+
+Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
+Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
+
+Prefer: libgbm
+Prefer: coregl coregl-devel
+Prefer: emulator-yagl emulator-yagl-devel
+
+%define _with_wayland 1
+%define _with_emulator 1
+
+Macros:
+%_with_wayland 1
+%_with_emulator 1
+:Macros
+
+%endif
+
+%if "%_repository" == "target-TM1"
+
+Macros:
+%tizen_target_name TM1
+:Macros
+
+%endif
+
+############################# misc config 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
+
+############################# build config #####################################
+# derived from Tizen:Base
+################################################################################
+
+########## compilation flags ##########
+# derived from Tizen:Base
+#######################################
\ No newline at end of file
diff --git a/Tizen:3.0.M2:Mobile/_meta b/Tizen:3.0.M2:Mobile/_meta
new file mode 100644 (file)
index 0000000..fb45383
--- /dev/null
@@ -0,0 +1,46 @@
+<project name="Tizen:3.0.M2:Mobile">
+  <title/>
+  <description/>
+  <person userid="alone" role="maintainer"/>
+  <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="alone" role="bugowner"/>
+  <build>
+    <disable arch="i586" repository="arm-wayland"/>
+    <disable arch="i586" repository="arm64-wayland"/>
+    <disable arch="x86_64" repository="arm64-wayland"/>
+    <disable arch="i586" repository="emulator64-wayland"/>
+    <disable arch="i586" repository="target-TM1"/>
+  </build>
+  <debuginfo>
+    <enable/>
+  </debuginfo>
+  <repository name="target-TM1">
+    <path project="Tizen:3.0.M2:Base" repository="arm"/>
+    <arch>armv7l</arch>
+    <arch>i586</arch>
+  </repository>
+  <repository name="emulator64-wayland">
+    <path project="Tizen:3.0.M2:Base" repository="emulator64"/>
+    <arch>i586</arch>
+    <arch>x86_64</arch>
+  </repository>
+  <repository name="emulator32-wayland">
+    <path project="Tizen:3.0.M2:Base" repository="emulator32"/>
+    <arch>i586</arch>
+  </repository>
+  <repository name="arm64-wayland">
+    <path project="Tizen:3.0.M2:Base" repository="arm64"/>
+    <arch>aarch64</arch>
+    <arch>i586</arch>
+    <arch>x86_64</arch>
+  </repository>
+  <repository name="arm-wayland">
+    <path project="Tizen:3.0.M2:Base" repository="arm"/>
+    <arch>armv7l</arch>
+    <arch>i586</arch>
+  </repository>
+</project>
diff --git a/Tizen:3.0.M2:Mobile/libcynara-commons/_link b/Tizen:3.0.M2:Mobile/libcynara-commons/_link
new file mode 100644 (file)
index 0000000..e1f95a9
--- /dev/null
@@ -0,0 +1,4 @@
+<link package="cynara" cicount="copy">
+  <patches>
+  </patches>
+</link>
diff --git a/Tizen:3.0.M2:Mobile/libcynara-dbus/_link b/Tizen:3.0.M2:Mobile/libcynara-dbus/_link
new file mode 100644 (file)
index 0000000..e1f95a9
--- /dev/null
@@ -0,0 +1,4 @@
+<link package="cynara" cicount="copy">
+  <patches>
+  </patches>
+</link>
diff --git a/Tizen:3.0.M2:Mobile/mic-bootstrap_aggregate/_aggregate b/Tizen:3.0.M2:Mobile/mic-bootstrap_aggregate/_aggregate
new file mode 100644 (file)
index 0000000..8538534
--- /dev/null
@@ -0,0 +1,9 @@
+<aggregatelist>
+  <aggregate project="Tizen:3.0.M2:Mobile">
+    <package>mic-bootstrap</package>
+    <binary>mic-bootstrap-x86-arm</binary>
+    <repository source="emulator32-wayland" target="arm-wayland"/>
+    <repository source="emulator32-wayland" target="target-TM1"/>
+    <repository source="emulator64-wayland" target="arm64-wayland"/>
+    </aggregate>
+</aggregatelist>
diff --git a/Tizen:3.0.M2:Mobile/mic-bootstrap_aggregate/_meta b/Tizen:3.0.M2:Mobile/mic-bootstrap_aggregate/_meta
new file mode 100644 (file)
index 0000000..9a1e41c
--- /dev/null
@@ -0,0 +1,10 @@
+<package name="mic-bootstrap_aggregate" project="Tizen:3.0.M2:Mobile">
+  <title/>
+  <description/>
+  <build>
+    <disable/>
+    <enable arch="i586" repository="arm-wayland"/>
+    <enable arch="i586" repository="target-TM1"/>
+    <enable arch="x86_64" repository="arm64-wayland"/>
+  </build>
+</package>
diff --git a/Tizen:3.0.M2:TV/_config b/Tizen:3.0.M2:TV/_config
new file mode 100644 (file)
index 0000000..226c0b5
--- /dev/null
@@ -0,0 +1,166 @@
+################################################################################
+# OBS Project config for Tizen:TV
+#
+# RE contacts:
+#
+# vim: set syntax=spec:
+################################################################################
+
+############################# conflicts resolution #############################
+
+FileProvides: /usr/sbin/groupadd shadow-utils
+Prefer: libtapi-devel
+Prefer: libpci-devel
+Prefer: bluetooth-tools-no-firmware
+
+############################# profile definition ###############################
+
+%define profile tv
+%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:
+%profile tv
+%release_name Tizen3/TV
+
+%tizen_version_major 3
+%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
+
+############################# display system ###################################
+
+########## display system selection ##########
+
+# selection of the display system
+# this selection is done for each repository
+#
+# flags combinations:
+# |----------------------------------------------------
+# | wayland |  x  | meaning
+# |----------------------------------------------------
+# |         |  1  | pure X11 platform(no wayland)
+# |   1     |     | pure wayland platform (no X11)
+# |   1     |  1  | wayland but X compatibility
+# |         |     | no X and no wayland
+# |----------------------------------------------------
+#
+# Owner: Stephane <stephane.desneux@open.eurogiciel.org>
+
+########## 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>
+
+########## mesa activation ##########
+
+%define _with_mesa 1
+Macros:
+%_with_mesa 1
+:Macros
+
+%ifarch %arm armv7l aarch64
+   Substitute: mesa-devel pkgconfig(glesv2)
+   #FIXME Substitute: pkgconfig(egl)
+%endif
+
+########## coregl ##########
+%ifarch %arm aarch64
+Prefer: coregl coregl-devel
+Prefer: libwayland-egl libwayland-egl-devel
+Substitute: mesa-libGLESv2 coregl
+Substitute: mesa-libEGL coregl
+%endif
+
+###################### Activate KDBUS ######################
+# This configuration flag enables the support of KDBUS and Cynara-based Dbus Policy
+
+%if "%_repository" == "arm-wayland"
+
+%define _with_kdbus 1
+%define _with_dbuspolicy 1
+
+Macros:
+%_with_kdbus 1
+%_with_dbuspolicy 1
+:Macros
+
+%endif
+
+############################# wayland repositories #############################
+
+%if "%_repository" == "ia32-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland"
+
+Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
+Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
+
+%define _with_wayland 1
+%define _with_rdp 1
+
+Macros:
+%_with_wayland 1
+%_with_rdp 1
+:Macros
+
+%endif
+
+############################# emulator repositories ############################
+
+%if "%_repository" == "emulator32-wayland" || "%_repository" == "emulator64-wayland"
+
+Substitute: mesa-devel pkgconfig(glesv2)
+
+Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
+Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
+
+Prefer: libgbm
+Prefer: coregl coregl-devel
+Prefer: emulator-yagl emulator-yagl-devel
+
+%define _with_wayland 1
+%define _with_emulator 1
+
+Macros:
+%_with_wayland 1
+%_with_emulator 1
+:Macros
+
+%endif
+
+############################# misc config 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
+
+############################# build config #####################################
+# derived from Tizen:Base
+################################################################################
+
+########## compilation flags ##########
+# derived from Tizen:Base
+#######################################
\ No newline at end of file
diff --git a/Tizen:3.0.M2:TV/_meta b/Tizen:3.0.M2:TV/_meta
new file mode 100644 (file)
index 0000000..afbe40d
--- /dev/null
@@ -0,0 +1,32 @@
+<project name="Tizen:3.0.M2:TV">
+  <title/>
+  <description/>
+  <person userid="alone" role="maintainer"/>
+  <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="alone" role="bugowner"/>
+  <build>
+    <disable arch="i586" repository="arm-wayland"/>
+    <disable arch="i586" repository="emulator64-wayland"/>
+  </build>
+  <debuginfo>
+    <enable/>
+  </debuginfo>
+  <repository name="emulator64-wayland">
+    <path project="Tizen:3.0.M2:Base" repository="emulator64"/>
+    <arch>i586</arch>
+    <arch>x86_64</arch>
+  </repository>
+  <repository name="emulator32-wayland">
+    <path project="Tizen:3.0.M2:Base" repository="emulator32"/>
+    <arch>i586</arch>
+  </repository>
+  <repository name="arm-wayland">
+    <path project="Tizen:3.0.M2:Base" repository="arm"/>
+    <arch>armv7l</arch>
+    <arch>i586</arch>
+  </repository>
+</project>
diff --git a/Tizen:3.0.M2:TV/libcynara-commons/_link b/Tizen:3.0.M2:TV/libcynara-commons/_link
new file mode 100644 (file)
index 0000000..e1f95a9
--- /dev/null
@@ -0,0 +1,4 @@
+<link package="cynara" cicount="copy">
+  <patches>
+  </patches>
+</link>
diff --git a/Tizen:3.0.M2:TV/libcynara-dbus/_link b/Tizen:3.0.M2:TV/libcynara-dbus/_link
new file mode 100644 (file)
index 0000000..e1f95a9
--- /dev/null
@@ -0,0 +1,4 @@
+<link package="cynara" cicount="copy">
+  <patches>
+  </patches>
+</link>
diff --git a/Tizen:3.0.M2:TV/mic-bootstrap_aggregate/_aggregate b/Tizen:3.0.M2:TV/mic-bootstrap_aggregate/_aggregate
new file mode 100644 (file)
index 0000000..db047c8
--- /dev/null
@@ -0,0 +1,7 @@
+<aggregatelist>
+  <aggregate project="Tizen:3.0.M2:TV">
+    <package>mic-bootstrap</package>
+    <binary>mic-bootstrap-x86-arm</binary>
+    <repository source="emulator32-wayland" target="arm-wayland"/>
+   </aggregate>
+</aggregatelist>
diff --git a/Tizen:3.0.M2:TV/mic-bootstrap_aggregate/_meta b/Tizen:3.0.M2:TV/mic-bootstrap_aggregate/_meta
new file mode 100644 (file)
index 0000000..6a6ab28
--- /dev/null
@@ -0,0 +1,8 @@
+<package name="mic-bootstrap_aggregate" project="Tizen:3.0.M2:TV">
+  <title/>
+  <description/>
+  <build>
+    <disable/>
+    <enable arch="i586" repository="arm-wayland"/>
+  </build>
+</package>
diff --git a/Tizen:3.0.M2:TV/odroid-linux-kernel/_link b/Tizen:3.0.M2:TV/odroid-linux-kernel/_link
new file mode 100644 (file)
index 0000000..c634e19
--- /dev/null
@@ -0,0 +1,4 @@
+<link package="linux-exynos" cicount="copy">
+  <patches>
+  </patches>
+</link>
diff --git a/Tizen:3.0.M2:TV/u-boot-xu3/_link b/Tizen:3.0.M2:TV/u-boot-xu3/_link
new file mode 100644 (file)
index 0000000..9c9fbd6
--- /dev/null
@@ -0,0 +1,4 @@
+<link package="u-boot" cicount="copy">
+  <patches>
+  </patches>
+</link>
diff --git a/Tizen:3.0.M2:Wearable/_config b/Tizen:3.0.M2:Wearable/_config
new file mode 100644 (file)
index 0000000..b8acb7e
--- /dev/null
@@ -0,0 +1,151 @@
+################################################################################
+# OBS Project config for Tizen:Wearable
+#
+# RE contacts:
+#
+# vim: set syntax=spec:
+################################################################################
+
+############################# conflicts resolution #############################
+
+FileProvides: /usr/sbin/groupadd shadow-utils
+Prefer: libtapi-devel
+Prefer: libpci-devel
+Prefer: bluetooth-tools-no-firmware
+
+############################# profile definition ###############################
+
+%define profile wearable
+%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:
+%profile wearable
+%release_name Tizen3/Wearable
+
+%tizen_version_major 3
+%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
+
+############################# display system ###################################
+
+########## display system selection ##########
+
+# selection of the display system
+# this selection is done for each repository
+#
+# flags combinations:
+# |----------------------------------------------------
+# | wayland |  x  | meaning
+# |----------------------------------------------------
+# |         |  1  | pure X11 platform(no wayland)
+# |   1     |     | pure wayland platform (no X11)
+# |   1     |  1  | wayland but X compatibility
+# |         |     | no X and no wayland
+# |----------------------------------------------------
+#
+# Owner: Stephane <stephane.desneux@open.eurogiciel.org>
+
+########## 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>
+
+########## mesa activation ##########
+
+%define _with_mesa 1
+Macros:
+%_with_mesa 1
+:Macros
+
+%ifarch %arm armv7l aarch64
+   Substitute: mesa-devel pkgconfig(glesv2)
+   #FIXME Substitute: pkgconfig(egl)
+%endif
+
+########## coregl ##########
+%ifarch %arm aarch64
+Prefer: coregl coregl-devel
+Prefer: libwayland-egl libwayland-egl-devel
+Substitute: mesa-libGLESv2 coregl
+Substitute: mesa-libEGL coregl
+%endif
+
+############################# wayland repositories #############################
+
+%if "%_repository" == "target-circle"
+
+Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
+Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
+
+%define _with_wayland 1
+%define _with_rdp 1
+
+Macros:
+%_with_wayland 1
+%_with_rdp 1
+:Macros
+
+%endif
+
+############################# emulator repositories ############################
+
+%if "%_repository" == "emulator32-wayland" || "%_repository" == "emulator-circle"
+
+Substitute: mesa-devel pkgconfig(glesv2)
+
+Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
+Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
+
+Prefer: libgbm
+Prefer: coregl coregl-devel
+Prefer: emulator-yagl emulator-yagl-devel
+
+%define _with_wayland 1
+%define _with_emulator 1
+
+Macros:
+%_with_wayland 1
+%_with_emulator 1
+:Macros
+
+%endif
+
+############################# misc config 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
+
+############################# build config #####################################
+# derived from Tizen:Base
+################################################################################
+
+########## compilation flags ##########
+# derived from Tizen:Base
+#######################################
\ No newline at end of file
diff --git a/Tizen:3.0.M2:Wearable/_meta b/Tizen:3.0.M2:Wearable/_meta
new file mode 100644 (file)
index 0000000..305c5bd
--- /dev/null
@@ -0,0 +1,30 @@
+<project name="Tizen:3.0.M2:Wearable">
+  <title/>
+  <description/>
+  <person userid="alone" role="maintainer"/>
+  <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="alone" role="bugowner"/>
+  <build>
+    <disable arch="i586" repository="target-circle"/>
+  </build>
+  <debuginfo>
+    <enable/>
+  </debuginfo>
+  <repository name="target-circle">
+    <path project="Tizen:3.0.M2:Base" repository="arm"/>
+    <arch>armv7l</arch>
+    <arch>i586</arch>
+  </repository>
+  <repository name="emulator32-wayland">
+    <path project="Tizen:3.0.M2:Base" repository="emulator32"/>
+    <arch>i586</arch>
+  </repository>
+  <repository name="emulator-circle">
+    <path project="Tizen:3.0.M2:Base" repository="emulator32"/>
+    <arch>i586</arch>
+  </repository>
+</project>
diff --git a/Tizen:3.0.M2:Wearable/libcynara-commons/_link b/Tizen:3.0.M2:Wearable/libcynara-commons/_link
new file mode 100644 (file)
index 0000000..e1f95a9
--- /dev/null
@@ -0,0 +1,4 @@
+<link package="cynara" cicount="copy">
+  <patches>
+  </patches>
+</link>
diff --git a/Tizen:3.0.M2:Wearable/libcynara-dbus/_link b/Tizen:3.0.M2:Wearable/libcynara-dbus/_link
new file mode 100644 (file)
index 0000000..e1f95a9
--- /dev/null
@@ -0,0 +1,4 @@
+<link package="cynara" cicount="copy">
+  <patches>
+  </patches>
+</link>
diff --git a/Tizen:3.0.M2:Wearable/mic-bootstrap_aggregate/_aggregate b/Tizen:3.0.M2:Wearable/mic-bootstrap_aggregate/_aggregate
new file mode 100644 (file)
index 0000000..a8bad00
--- /dev/null
@@ -0,0 +1,7 @@
+<aggregatelist>
+  <aggregate project="Tizen:3.0.M2:Wearable">
+    <package>mic-bootstrap</package>
+    <binary>mic-bootstrap-x86-arm</binary>
+    <repository source="emulator-circle" target="target-circle"/>
+  </aggregate>
+</aggregatelist>
diff --git a/Tizen:3.0.M2:Wearable/mic-bootstrap_aggregate/_meta b/Tizen:3.0.M2:Wearable/mic-bootstrap_aggregate/_meta
new file mode 100644 (file)
index 0000000..66d4cfa
--- /dev/null
@@ -0,0 +1,8 @@
+<package name="mic-bootstrap_aggregate" project="Tizen:3.0.M2:Wearable">
+  <title/>
+  <description/>
+  <build>
+    <enable arch="i586" repository="target-circle"/>
+    <disable/>
+  </build>
+</package>
index 9cdadca..1bbb5a3 100644 (file)
@@ -2,7 +2,6 @@
 # OBS Project config for Tizen:Mobile
 #
 # RE contacts:
-# Joonsub Lee <joon-sub.lee@samsung.com>
 #
 # vim: set syntax=spec:
 ################################################################################
@@ -172,4 +171,4 @@ Macros:
 
 ########## compilation flags ##########
 # derived from Tizen:Base
-#######################################
\ No newline at end of file
+#######################################
index b1fe508..509a96a 100644 (file)
@@ -2,8 +2,6 @@
 # OBS Project config for Tizen:TV
 #
 # RE contacts:
-# Joonsub Lee (joon-sub.lee@samsung.com)
-# Hyunggi Lee (hyunggi.lee@samsung.com)
 #
 # vim: set syntax=spec:
 ################################################################################
@@ -165,4 +163,4 @@ Macros:
 
 ########## compilation flags ##########
 # derived from Tizen:Base
-#######################################
\ No newline at end of file
+#######################################
index b5af034..c812bdf 100644 (file)
@@ -2,7 +2,6 @@
 # OBS Project config for Tizen:Wearable
 #
 # RE contacts:
-# Joonsub Lee <joon-sub.lee@samsung.com>
 #
 # vim: set syntax=spec:
 ################################################################################
@@ -149,4 +148,4 @@ Macros:
 
 ########## compilation flags ##########
 # derived from Tizen:Base
-#######################################
\ No newline at end of file
+#######################################