diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2024-05-30 11:11:58 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2024-05-30 11:13:45 +0900 |
commit | e26717b4422dcdf37cce4eab512b7c378bbc0065 (patch) | |
tree | aa758b34d5dc78e7791078022317e13c68663bba | |
parent | a4399112911d47c62fd574e479f7cc4de19ba40f (diff) | |
download | rootstrap-e26717b4422dcdf37cce4eab512b7c378bbc0065.tar.gz rootstrap-e26717b4422dcdf37cce4eab512b7c378bbc0065.tar.bz2 rootstrap-e26717b4422dcdf37cce4eab512b7c378bbc0065.zip |
packaging: Add "ExcludeArch riscv64" not to build for riscvaccepted/tizen/unified/x/20240530.110218accepted/tizen/unified/toolchain/20240531.081455accepted/tizen/unified/20240603.032338
Add "ExcludeArch riscv64" not to build for riscv.
hal-rootstrap doesn't support riscv64 yet.
Change-Id: Ic8f00eaaae9c7a7251df79b1f01820c17893e183
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | packaging/hal-rootstrap.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/hal-rootstrap.spec b/packaging/hal-rootstrap.spec index 595d536..7415536 100644 --- a/packaging/hal-rootstrap.spec +++ b/packaging/hal-rootstrap.spec @@ -10,6 +10,7 @@ Release: 1 License: Apache-2.0 Source0: %{name}-%{version}.tar.gz AutoReqProv: no +ExcludeArch: riscv64 BuildRequires: cmake BuildRequires: xmlstarlet |