Tizen:IVI: Reinitialize Tizen:IVI (TRE-2) 05/60005/1
authorJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 22 Feb 2016 08:31:54 +0000 (17:31 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 22 Feb 2016 08:31:54 +0000 (17:31 +0900)
Change-Id: I050f316ac6c6106492e45f5a9f5b634b29919ca3

15 files changed:
Tizen:IVI/_config
Tizen:IVI/_meta
Tizen:IVI/cross-arm-binutils/_link [deleted file]
Tizen:IVI/cross-armv7l-gcc49/_link [deleted file]
Tizen:IVI/crosswalk-bin/_link [deleted file]
Tizen:IVI/glibc_aggregate/_aggregate [deleted file]
Tizen:IVI/glibc_aggregate/_meta [deleted file]
Tizen:IVI/libdbus/_link [deleted file]
Tizen:IVI/mic-bootstrap_aggregate/_aggregate [deleted file]
Tizen:IVI/mic-bootstrap_aggregate/_meta [deleted file]
Tizen:IVI/python-libxml2/_link [deleted file]
Tizen:IVI/python-magic/_link [deleted file]
Tizen:IVI/qemu-accel-armv7l/_link [deleted file]
Tizen:IVI/qemu_aggregate/_aggregate [deleted file]
Tizen:IVI/qemu_aggregate/_meta [deleted file]

index 9ce7bb8..73ae79a 100644 (file)
@@ -1,19 +1,67 @@
+Substitute: python-accel-armv7l-cross-arm python-accel-armv7l
+Substitute: python-accel-aarch64-cross-aarch64 python-accel-aarch64
+################################################################################
+# 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 #############################
+
 FileProvides: /usr/sbin/groupadd pwdutils
 Prefer: util-linux
-#Prefer: nfc-manager
-#Prefer: nfc-manager-devel
-#Prefer: nfc-common-lib-devel
-#Prefer: nfc-common-lib
-#Prefer: nfc-client-lib
-#Prefer: nfc-client-lib-devel
 Prefer: libtapi-devel
+Prefer: libpci-devel
+
+############################# profile definition ###############################
+
+%define profile ivi
+%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 ivi
+%release_name Tizen3/IVI
+
+%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)
@@ -21,41 +69,141 @@ Prefer: libtapi-devel
 # |   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
+
+#%if "%_repository" == "arm64-wayland"
+
+#%define _with_kdbus 1
+
+#Macros:
+#%_with_kdbus 1
+#:Macros
+
+#%endif
+
+############################# wayland repositories #############################
+
+%if "%_repository" == "arm"
 
-# mesa
 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
 
-Prefer: mesa-libGLESv2
-Prefer: libwayland-egl
-Prefer: libgbm
-Prefer: mesa-libGL
-Prefer: mesa-libEGL
+%endif
 
-############################# emulator repository ############################
+############################# emulator repositories ############################
 
 %if "%_repository" == "emulator"
 
-Prefer: emulator-yagl
+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
 
-%define _with_qt5 1
+############################# misc config flags ################################
+
+# This build macro controls the libdlog output. If enabled,
+# libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
+# logger FIFO. Affects: dlog.
+# Owner: Mikko <mikko.ylinen@intel.com>
+Macros:
+%_with_dlog_to_systemd_journal 1
+:Macros
+
+# Macro used to handle bluetooth popups without syspopup/bt-syspopup which needs OSP .
+# In IVI, this macro permits to address bluetooth notifications (using C API) to notification-service daemon.
+# Then homescreen is supposed to deal with those notifications and display relevant popups.
+# Affects: bluetooth-frwk
+# Owner: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
+Macros:
+%_with_bluetooth_frwk_libnotification 1
+:Macros
+
+# This build macro controls whether the OS uses
+# legacy nfc-manager or neard enabled nfc-manager-neard. If enabled,
+# nfc-manager-neard is used. Affects: nfc CAPI, emulator-plugin-nfc
+# Owner: Arron Wang <arron.wang@intel.com>
+Macros:
+%_with_neard_nfc 1
+:Macros
+
+# Uses mobile-specific Samsung patches for PulseAudio. Tizen Mobile needs
+# this -> Tizen Mobile is compiled with this option.
+# Owner: Ismo Puustinen <ismo.puustinen@intel.com>
+# FIXME: Why this extra define in the obs config ?
 %define _with_pulseaudio_samsung_policy 1
-%define _with_tizen 1
-%define _with_mesa 1
+Macros:
+%_with_pulseaudio_samsung_policy 1
+:Macros
+
+# 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 #####################################
+
 %define gcc_version 49
-%define profile ivi
+Macros:
+%gcc_version 49
+:Macros
+
+########## targets ##########
 
 %ifarch i586
 Target: i686-tizen-linux
@@ -69,41 +217,47 @@ Target: armv7hl-tizen-linux
 Target: armv7l-tizen-linux
 %endif
 
-%ifarch %arm armv7l
+%ifarch aarch64
+Target: aarch64-tizen-linux
+%endif
+
+########## cross build ##########/ex
+
+%ifarch %arm armv7l aarch64
 Hostarch: x86_64
 # cross build support for the build hosts
-Preinstall: qemu-linux-user-cross-arm
-Keep: qemu-linux-user-cross-arm
+Preinstall: qemu-linux-user-cross
+Runscripts: qemu-linux-user-cross
+Keep: qemu-linux-user-cross
 %endif
 
-%ifarch armv7hl
-Preinstall: qemu-accel-armv7hl
-Runscripts: qemu-accel-armv7hl
-Preinstall: libmount libblkid libuuid
-%endif
 %ifarch armv7l
-Preinstall: qemu-accel-armv7l-cross-arm
-Runscripts: qemu-accel-armv7l-cross-arm
+Preinstall: qemu-accel-armv7l
+Runscripts: qemu-accel-armv7l
 Preinstall: libmount libblkid libuuid
 %endif
-%ifarch armv7el
-Preinstall: qemu-accel-armv7el
-Runscripts: qemu-accel-armv7el
+
+%ifarch aarch64
+Preinstall: qemu-accel-aarch64
+Runscripts: qemu-accel-aarch64
 Preinstall: libmount libblkid libuuid
-%endif
+%endif # aarch64
+
+########## exports for different architectures ##########
 
-ExportFilter: ^qemu-linux-user-.*\.i686\.rpm$ . armv7l
-ExportFilter: ^qemu-accel-armv7l.*\.i686\.rpm$ .  armv7l
 ExportFilter: \.armv7l\.rpm$ armv7l
+ExportFilter: \.aarch64\.rpm$ aarch64
 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_s1
+Preinstall: libgcc
 Preinstall: libpopt sed tar zlib
 Preinstall: libncurses libreadline
 Preinstall: libelf libbz2
@@ -113,12 +267,13 @@ Preinstall: libmagic
 Preinstall: liblua
 Preinstall: smack libsmack libxml2 libmagic  libmagic-data
 Preinstall: libsqlite
-Preinstall: rpm-security-plugin
+#Preinstall: rpm-security-plugin
 Preinstall: util-linux
 
-VMinstall: perl libmount libblkid libext2fs libuuid  grep libpcre util-linux
+VMinstall: perl libmount libblkid libext2fs libuuid  grep libpcre util-linux libsmartcols
 
 Required: binutils gcc glibc rpm-build libtool
+Required: gcc-c++
 
 Support: glibc-locale
 Support: perl
@@ -132,12 +287,13 @@ Support: util-linux
 Support: less
 Support: which  elfutils
 Support: update-alternatives
+Support: libstdc++-devel
+Support: cpp
+Support: libatomic
+Support: libgomp
+Support: libitm
 
-# TO REMOVE
-Support: gcc-c++
-
-Keep: cpp%{gcc_version} gcc%{gcc_version} gcc%{gcc_version}-ada libstdc++%{gcc_version}
-Keep: libstdc++%{gcc_version}-devel gcc%{gcc_version}-c++
+Keep: libstdc++-devel
 Keep: cpp gcc libstdc++
 Keep: pam
 Keep: binutils cpp  libmagic-data file findutils gawk gcc  gcc-c++
@@ -151,82 +307,23 @@ Keep: libcloog libppl libgmpxx
 Keep: nss-softokn-freebl libmagic libmagic-data
 Keep: setup
 Keep: update-alternatives
-Prefer: libstdc++%{gcc_version} libgcc%{gcc_version}
-Prefer: libstdc++%{gcc_version}-32bit libstdc++%{gcc_version}-64bit
+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
 
-%define __global_cflags        -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=32 -Wformat -Wformat-security
-
-Optflags: i686 %{__global_cflags} -m32 -march=core2 -mfpmath=sse -mssse3 -mtune=silvermont -fasynchronous-unwind-tables -fno-omit-frame-pointer -fipa-cp-clone
-Optflags: x86_64 %{__global_cflags} -m64 -march=core2 -mssse3 -mtune=silvermont  -fasynchronous-unwind-tables -fno-omit-frame-pointer -fipa-cp-clone
-Optflags: armv7l %{__global_cflags} -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -Wp,-D__SOFTFP__ -fmessage-length=0
-
-Macros:
-
-%profile ivi
-%release_name Tizen IVI 3.0
-%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
-%gcc_version 49
-%_with_ivi 1
-%_with_wayland 1
-%_with_tizen 1
-%_with_mesa 1
-%_with_desktop 1
-%check exit 0
-%run_check_section 0
-%opensuse_bs 1
-%_default_patch_fuzz   2
-
-# Macro used to enable qt5 in Tizen project
-# Set qt5 to 1 also activate build of some sub-package
-# eg: automotive-message-broker
-# Tizen (Common, IVI, ...) can be delivered with or without qt5.
-%_with_qt5 1
-
-# Macro used to handle bluetooth popups without syspopup/bt-syspopup which
-# needs OSP . In IVI, this macro permits to address bluetooth notifications
-# (using C API) to notification-service daemon. Then homescreen is supposed
-# to deal with those notifications and display relevant popups.
-# Affects: bluetooth-frwk
-%_with_bluetooth_frwk_libnotification 1
-
-# Macro used to control how the policy interfaces (using either the Samsung
-# solution (%_with_audio_session_manager) or Murphy with Samsung ASM
-# frontend (%_with_audio_session_manager_with_murphy)
-# Affects: libmm-sound
-%_with_audio_session_manager_with_murphy 1
-
-# This build macro controls whether the OS uses legacy nfc-manager or
-# neard enabled nfc-manager-neard. If enabled, nfc-manager-neard is used.
-# Affects: nfc CAPI, emulator-plugin-nfc
-%_with_neard_nfc 1
-
-# Enable certain packages (for example, libgee and glib) to be compiled
-# with introspection enabled, which was required in IVI to compile Vala
-# source.
-%_with_introspection 1
-
-# This selects whether or not to use ICO system controller or Murphy
-# replacement.
-# Affects: murphy
-%_with_icosyscon 1
-
-# Uses mobile-specific Samsung patches for PulseAudio.
-# Affects: pulseaudio, libmm-sound
-%_with_pulseaudio_samsung_policy 1
-
-%vendor tizen
-%_vendor tizen
+########## compilation flags ##########
+Optflags: armv7l -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  --param=ssp-buffer-size=32 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian  -mfpu=neon -mfloat-abi=softfp -Wp,-D__SOFTFP__
+Optflags: aarch64 -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  -Wformat -Wformat-security -fmessage-length=0 -march=armv8-a+fp+simd+crc+crypto -mtune=cortex-a57.cortex-a53
+Optflags: i686 -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  --param=ssp-buffer-size=32 -Wformat -Wformat-security -fmessage-length=0 -m32 -march=i686 -mtune=i686 -msse4.2 -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer
+Optflags: x86_64 -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  --param=ssp-buffer-size=32 -Wformat -Wformat-security -fmessage-length=0 -m64 -march=corei7 -msse4.2  -mtune=corei7-avx -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer  -fipa-cp-clone
index 02c1aed..b6bd3d3 100644 (file)
@@ -1,32 +1,29 @@
 <project name="Tizen:IVI">
   <title>Tizen IVI</title>
-  <description>The Tizen IVI project provides a Free and Open-Source Software (FOSS) OS development platform for IVI embedded computing systems. Leveraging the Tizen code base for mobile computers and handsets and extending its functionality into vehicles, the Tizen IVI solution will enable modern portable applications providing rich Internet and multimedia experiences to consumers while they travel.</description>
+  <description/>
   <person userid="tizenrobot" role="maintainer"/>
-  <person userid="marquiz" role="maintainer"/>
-  <person userid="bartosh" role="maintainer"/>
-  <person userid="bartosh" role="bugowner"/>
-  <person userid="sdx" role="maintainer"/>
+  <person userid="joonsub1" role="maintainer"/>
+  <person userid="alone" role="maintainer"/>
+  <person userid="alone" role="bugowner"/>
+  <person userid="hglee" role="maintainer"/>
+  <person userid="jhchoi" role="maintainer"/>
   <build>
-    <disable arch="i586" repository="arm"/>
-    <disable arch="x86_64" repository="arm"/>
-    <disable arch="i586" repository="atom64"/>
-    <disable arch="armv7l" repository="atom64"/>
+    <disable arch="i586" repository="target"/>
+       <disable/>
   </build>
+  <publish>
+    <disable/>
+  </publish>
   <debuginfo>
     <enable/>
   </debuginfo>
-  <repository name="emulator">
-    <arch>i586</arch>
-  </repository>
-  <repository name="atom64">
-    <arch>x86_64</arch>
-    <arch>i586</arch>
-  </repository>
-  <repository name="atom">
-    <arch>i586</arch>
-  </repository>
   <repository name="arm">
+    <path project="Tizen:Base" repository="arm"/>
     <arch>armv7l</arch>
     <arch>i586</arch>
   </repository>
+  <repository name="emulator">
+    <path project="Tizen:Base" repository="emulator32"/>
+    <arch>i586</arch>
+  </repository>
 </project>
diff --git a/Tizen:IVI/cross-arm-binutils/_link b/Tizen:IVI/cross-arm-binutils/_link
deleted file mode 100644 (file)
index 64cc838..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<link  package="binutils" 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:IVI/cross-armv7l-gcc49/_link b/Tizen:IVI/cross-armv7l-gcc49/_link
deleted file mode 100644 (file)
index a246210..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<link  package="gcc49" 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:IVI/crosswalk-bin/_link b/Tizen:IVI/crosswalk-bin/_link
deleted file mode 100644 (file)
index 359970c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<link  package="crosswalk" 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:IVI/glibc_aggregate/_aggregate b/Tizen:IVI/glibc_aggregate/_aggregate
deleted file mode 100644 (file)
index 091b336..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<aggregatelist>
-  <aggregate project="Tizen:IVI">
-    <package>glibc</package>
-    <binary>glibc-32bit</binary>
-    <binary>glibc-devel-32bit</binary>
-    <repository source="atom" target="atom64"/>
-  </aggregate>
-</aggregatelist>
diff --git a/Tizen:IVI/glibc_aggregate/_meta b/Tizen:IVI/glibc_aggregate/_meta
deleted file mode 100644 (file)
index ac6092a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<package name="glibc_aggregate" project="Tizen:IVI">
-  <title/>
-  <description/>
-  <build>
-    <disable/>
-    <enable arch="i586" repository="atom64"/>
-  </build>
-</package>
diff --git a/Tizen:IVI/libdbus/_link b/Tizen:IVI/libdbus/_link
deleted file mode 100644 (file)
index 6e35a51..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<link  package="dbus" 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>file.patch</add> add a patch to be applied after %setup (spec file only) -->
-  <!-- <delete>filename</delete> delete a file -->
-</patches>
-</link>
diff --git a/Tizen:IVI/mic-bootstrap_aggregate/_aggregate b/Tizen:IVI/mic-bootstrap_aggregate/_aggregate
deleted file mode 100644 (file)
index 5172d57..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<aggregatelist>
-  <aggregate project="Tizen:IVI">
-    <package>mic-bootstrap</package>
-    <repository source="atom" target="arm"/>
-  </aggregate>
-</aggregatelist>
diff --git a/Tizen:IVI/mic-bootstrap_aggregate/_meta b/Tizen:IVI/mic-bootstrap_aggregate/_meta
deleted file mode 100644 (file)
index 54e8332..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<package name="mic-bootstrap_aggregate" project="Tizen:IVI">
-  <title/>
-  <description/>
-  <build>
-    <disable arch="armv7l" repository="arm"/>
-    <disable arch="i586" repository="atom"/>
-    <disable arch="i586" repository="emulator"/>
-    <disable repository="emulator"/>
-    <disable repository="atom"/>
-    <enable arch="i586" repository="arm"/>
-    <disable repository="x86_64"/>
-    <disable repository="atom64"/>
-    <disable/>
-  </build>
-</package>
diff --git a/Tizen:IVI/python-libxml2/_link b/Tizen:IVI/python-libxml2/_link
deleted file mode 100644 (file)
index 8e73c95..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<link  package="libxml2" 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>file.patch</add> add a patch to be applied after %setup (spec file only) -->
-  <!-- <delete>filename</delete> delete a file -->
-</patches>
-</link>
diff --git a/Tizen:IVI/python-magic/_link b/Tizen:IVI/python-magic/_link
deleted file mode 100644 (file)
index 4faa9ff..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<link  package="file" 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>file.patch</add> add a patch to be applied after %setup (spec file only) -->
-  <!-- <delete>filename</delete> delete a file -->
-</patches>
-</link>
diff --git a/Tizen:IVI/qemu-accel-armv7l/_link b/Tizen:IVI/qemu-accel-armv7l/_link
deleted file mode 100644 (file)
index 906ab97..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<link  package="qemu-accel" 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>file.patch</add> add a patch to be applied after %setup (spec file only) -->
-  <!-- <delete>filename</delete> delete a file -->
-</patches>
-</link>
diff --git a/Tizen:IVI/qemu_aggregate/_aggregate b/Tizen:IVI/qemu_aggregate/_aggregate
deleted file mode 100644 (file)
index 048ef9c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<aggregatelist>
-  <aggregate project="Tizen:IVI">
-    <package>qemu</package>
-    <binary>qemu-linux-user-cross-arm</binary>
-    <repository source="atom"/>
-  </aggregate>
-  <aggregate project="Tizen:IVI" >
-    <package>qemu-accel-armv7l</package>
-    <binary>qemu-accel-armv7l-cross-arm</binary>
-    <repository source="atom"/>
-  </aggregate>
-</aggregatelist>
\ No newline at end of file
diff --git a/Tizen:IVI/qemu_aggregate/_meta b/Tizen:IVI/qemu_aggregate/_meta
deleted file mode 100644 (file)
index 7786596..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<package name="qemu_aggregate" project="Tizen:IVI">
-  <title/>
-  <description/>
-  <build>
-    <disable arch="i586" repository="emulator"/>
-    <disable repository="emulator"/>
-    <disable repository="atom"/>
-    <disable arch="armv7l" repository="arm"/>
-    <enable arch="i586" repository="arm"/>
-    <disable repository="x86_64"/>
-    <disable repository="atom64"/>
-  </build>
-</package>