summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2016-11-14 17:40:17 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2020-10-20 10:35:21 +0900
commit0b64a5885dc55539b9abb171da32d3b80b5efed1 (patch)
tree17d02cad94245faec99d37d7f3d17f91d00bf9a7 /packaging
parentdfd9c6f59b1aacdf7bc664cc70da8003dc9d92bb (diff)
downloadu-boot-0b64a5885dc55539b9abb171da32d3b80b5efed1.tar.gz
u-boot-0b64a5885dc55539b9abb171da32d3b80b5efed1.tar.bz2
u-boot-0b64a5885dc55539b9abb171da32d3b80b5efed1.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>
Diffstat (limited to 'packaging')
-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