diff options
author | wchang kim <wchang.kim@samsung.com> | 2023-06-02 12:44:19 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2023-06-02 12:44:19 +0900 |
commit | dabd1929126d42b461013cd794774f9c487ad01f (patch) | |
tree | 7de06ed5899cc40707f095b6f6f9fe049e737169 | |
parent | 61756806faa149a3c6d38e37f90b6dfcd6cc034a (diff) | |
download | taskmanager-sandbox/playchang/riscv64.tar.gz taskmanager-sandbox/playchang/riscv64.tar.bz2 taskmanager-sandbox/playchang/riscv64.zip |
Adding riscv64 tpksandbox/playchang/riscv64
-rw-r--r-- | org.tizen.task-mgr_common-1.0.0-riscv64.tpk | bin | 0 -> 134457 bytes | |||
-rw-r--r-- | packaging/org.tizen.task-mgr_common.spec | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/org.tizen.task-mgr_common-1.0.0-riscv64.tpk b/org.tizen.task-mgr_common-1.0.0-riscv64.tpk Binary files differnew file mode 100644 index 0000000..1a7a06e --- /dev/null +++ b/org.tizen.task-mgr_common-1.0.0-riscv64.tpk diff --git a/packaging/org.tizen.task-mgr_common.spec b/packaging/org.tizen.task-mgr_common.spec index 9c6c6e8..08c162f 100644 --- a/packaging/org.tizen.task-mgr_common.spec +++ b/packaging/org.tizen.task-mgr_common.spec @@ -8,7 +8,7 @@ Group: Applications/Core Applications License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm +ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm riscv64 BuildRequires: pkgconfig(libtzplatform-config) @@ -25,6 +25,9 @@ Requires(post): /usr/bin/tpk-backend %ifarch aarch64 %define target aarch64 %endif +%ifarch riscv64 +%define target riscv64 +%endif %ifarch x86_64 %define target x86_64 %endif |