Adding riscv64 tpk sandbox/playchang/riscv64
authorwchang kim <wchang.kim@samsung.com>
Wed, 7 Jun 2023 04:05:20 +0000 (13:05 +0900)
committerwchang kim <wchang.kim@samsung.com>
Wed, 7 Jun 2023 04:05:20 +0000 (13:05 +0900)
Change-Id: I564952c9a5c3f4e5169665a7ccfc266f53e3b26e

org.tizen.softkey-container-1.0.0-riscv64.tpk [new file with mode: 0644]
packaging/org.tizen.softkey-container.spec

diff --git a/org.tizen.softkey-container-1.0.0-riscv64.tpk b/org.tizen.softkey-container-1.0.0-riscv64.tpk
new file mode 100644 (file)
index 0000000..5f2077c
Binary files /dev/null and b/org.tizen.softkey-container-1.0.0-riscv64.tpk differ
index 7a3850eeb68e25dc5560d007557f80d8e895936c..c0b4e27d5b6de4e7dadca09d2fdb2cce8199c6ae 100644 (file)
@@ -8,7 +8,7 @@ Group:      N/A
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
-ExclusiveArch:  i586 x86 aarch64 i486 i686 i386 armv7l arm
+ExclusiveArch:  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