For both exynos4412 and exynos5 u-boots are not used by non-ARM /
AARCH64 projects, wearable projects, or TM1 target project. So,
this patch exclude build from not required obs project.
Change-Id: I594cf3b8528b61f6ee1366d8429e466d7282a197
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
BuildRequires: flex
BuildRequires: bison
+%if "%{?tizen_target_name}" == "TM1" || "%{?profile}" == "wearable"
+ExcludeArch: %{arm}
+%endif
+
%description
u-boot - Tizen bootloader for Embedded boards based on ARM processor
BuildRequires: flex
BuildRequires: bison
+%if "%{?tizen_target_name}" == "TM1" || "%{?profile}" == "wearable"
+ExcludeArch: %{arm} aarch64
+%endif
+
%description
u-boot - Tizen bootloader for Embedded boards based on ARM processor