diff options
author | Chanho Park <chanho61.park@samsung.com> | 2014-03-25 14:03:00 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:23 +0900 |
commit | a81f0c568de4f3a140c35adedc49789e706ebf4b (patch) | |
tree | c5e8b552863b597941ab23607ed719735b526a5b /packaging | |
parent | 3f4d6988a3909097552da05fe5da2f1aab242bcf (diff) | |
download | linux-3.10-a81f0c568de4f3a140c35adedc49789e706ebf4b.tar.gz linux-3.10-a81f0c568de4f3a140c35adedc49789e706ebf4b.tar.bz2 linux-3.10-a81f0c568de4f3a140c35adedc49789e706ebf4b.zip |
packaging: specify ExclusiveArch to arm/aarch64
This patch specifies "ExclusiveArch" for building only arm and
aarch64.
Change-Id: I33a484b478d7848257a4ea8b4375b0ea1994c47e
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/linux-kernel.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/linux-kernel.spec b/packaging/linux-kernel.spec index 389232b1b50..138b6172e07 100644 --- a/packaging/linux-kernel.spec +++ b/packaging/linux-kernel.spec @@ -9,6 +9,7 @@ Summary: The Linux Kernel Version: 3.10.33 Release: 1 License: GPL-2.0 +ExclusiveArch: %{arm} aarch64 Group: System Environment/Kernel Vendor: The Linux Community URL: http://www.kernel.org |