summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2016-11-14 17:40:17 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-11-14 18:47:43 +0900
commit0eb24ab198cedbd3be44319b3844f605ebc0d200 (patch)
treecdf55fb4041dda48c3feefd0f5e6666e3fb43e00
parent50ee3e7bd58a2c4c9a0046c4593ef86f6710c9e2 (diff)
downloadu-boot-0eb24ab198cedbd3be44319b3844f605ebc0d200.tar.gz
u-boot-0eb24ab198cedbd3be44319b3844f605ebc0d200.tar.bz2
u-boot-0eb24ab198cedbd3be44319b3844f605ebc0d200.zip
packaging: remove profile and target macro usage
For OBS build, build environment will be unfified, so profile macro or target macro are not valid anymore, so this patch removes the macros. Change-Id: If1555b3b7582372e5ca9070825a5f537d34d89c2 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r--packaging/u-boot-xu3.spec4
-rw-r--r--packaging/u-boot.spec4
2 files changed, 0 insertions, 8 deletions
diff --git a/packaging/u-boot-xu3.spec b/packaging/u-boot-xu3.spec
index 83a673d4b2..1eafa034f6 100644
--- a/packaging/u-boot-xu3.spec
+++ b/packaging/u-boot-xu3.spec
@@ -13,10 +13,6 @@ BuildRequires: gcc >= 4.8
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
diff --git a/packaging/u-boot.spec b/packaging/u-boot.spec
index 6f939b85dc..86b9029a2b 100644
--- a/packaging/u-boot.spec
+++ b/packaging/u-boot.spec
@@ -13,10 +13,6 @@ BuildRequires: gcc >= 4.8
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