From a798512024ca65d84bf8fcc0dd97ca5439ae7369 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Tue, 18 Jun 2024 20:06:21 +0900 Subject: [PATCH] packaging: Add support of armv7l and aarch64 arch type build Change-Id: I9a11d79b81eef1cf8d99bd949cd92c6f4b9a8542 Signed-off-by: Chanwoo Choi --- packaging/hal-backend-device-emulator.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/hal-backend-device-emulator.spec b/packaging/hal-backend-device-emulator.spec index fd302c6..1587989 100644 --- a/packaging/hal-backend-device-emulator.spec +++ b/packaging/hal-backend-device-emulator.spec @@ -6,7 +6,7 @@ Group: SDK/Other License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 aarch64 %{arm} Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake -- 2.34.1