This package is for emulator. It could cause a build error or conflict
if we build this out of emulator repository. So we should build this
conditionally to prevent build failure.
Change-Id: Ie85564289c0c97774fb45685239e5f8bda7ca00f
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
+%bcond_with emulator
+
%ifarch %{arm}
%define config_name arm_tizen_emul_defconfig
%define buildarch arm
URL: http://www.kernel.org
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
-ExclusiveArch: %{ix86} x86_64 armv7l
+%if %{with emulator}
+ExclusiveArch: %{ix86} x86_64
+%else
+ExclusiveArch:
+%endif
%define fullVersion %{version}