summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2020-04-24 18:55:14 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2020-04-25 11:00:29 +0900
commit20a3844ed00655e017774266ba55edad065e20c7 (patch)
tree2e05a560807f10c54d5e68629ae744ab547b0940
parent6431691af7e2529a4ce447fe10905806b4c93675 (diff)
downloadinitrd-flash-20a3844ed00655e017774266ba55edad065e20c7.tar.gz
initrd-flash-20a3844ed00655e017774266ba55edad065e20c7.tar.bz2
initrd-flash-20a3844ed00655e017774266ba55edad065e20c7.zip
The flash-manager can be used in aarch64, so no reason not to build in aarch64. Enable aarch64 build. Note: dependent package, initrd-recovery change to enable aarch64 build is required. Change-Id: Id2235971570eba474b4a5127f7587f1ccec097d3 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r--packaging/initrd-flash.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/initrd-flash.spec b/packaging/initrd-flash.spec
index a2b1889..12d29d9 100644
--- a/packaging/initrd-flash.spec
+++ b/packaging/initrd-flash.spec
@@ -5,7 +5,7 @@ Release: 0
Group: System/Utilities
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
-ExclusiveArch: %{arm}
+ExclusiveArch: %{arm} aarch64
BuildRequires: cmake
BuildRequires: libblkid-devel
BuildRequires: pkgconfig(libusbgx)