riscv64: Add support for RISC-V 75/284475/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.094953 accepted/tizen/unified/20230306.081601 submit/tizen/20221206.152029 tizen_8.0_m2_release
authorMarek Pikuła <m.pikula@partner.samsung.com>
Mon, 7 Nov 2022 14:18:32 +0000 (15:18 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 17 Nov 2022 13:26:44 +0000 (14:26 +0100)
Change-Id: Ia6d62a0cea22be8fa8e0a4a15e75498f0ac1a8ad
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
build_common/SConscript
packaging/iotivity.spec
resource/csdk/connectivity/build/SConscript
tools/tizen/iotivity-vd-tv-es-tizen30.spec
tools/tizen/iotivity-vd-tv-tizen30.spec
tools/tizen/iotivity.spec

index ed663ef011fb1e45e109db1f3577766335725134..4bed93ba1e5d94b5f87964bc70697c5335793c14 100755 (executable)
@@ -19,7 +19,7 @@ host_target_map = {
 # Map of os and allowed archs (os: allowed archs)
 os_arch_map = {
                'linux': ['x86', 'x86_64', 'arm', 'arm-v7a', 'armeabi-v7a', 'arm64'],
-               'tizen': ['x86', 'x86_64', 'arm', 'arm-v7a', 'armeabi-v7a', 'arm64'],
+               'tizen': ['x86', 'x86_64', 'arm', 'arm-v7a', 'armeabi-v7a', 'arm64', 'riscv64'],
                'android': ['x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'armeabi-v7a-hard', 'arm64-v8a'],
                'windows': ['x86', 'amd64', 'arm'],
                'msys_nt':['x86', 'x86_64'],
index 6e92627c651c1e0e37ab9ca341cee51aa8cd513b..646e2e59a0a91dc7ed722ea041b1e0998871f3f8 100644 (file)
@@ -46,6 +46,9 @@ Source1002: %{name}-test.manifest
 %ifarch aarch64
 %define TARGET_ARCH "arm64"
 %endif
+%ifarch riscv64
+%define TARGET_ARCH "riscv64"
+%endif
 %ifarch x86_64
 %define TARGET_ARCH "x86_64"
 %endif
index 05be0219d5ab5f7fc9c1d25c50fd09d244eaa91b..946dd49b67afb803dd9a89331cd04bdfa1e12fb4 100644 (file)
@@ -15,7 +15,7 @@ host_target_map = {
 # Map of os and allowed archs (os: allowed archs)
 os_arch_map = {
                'linux': ['x86', 'x86_64', 'arm', 'arm64'],
-               'tizen': ['x86', 'x86_64', 'arm', 'arm64'],
+               'tizen': ['x86', 'x86_64', 'arm', 'arm64', 'riscv64'],
                'android': ['x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'armeabi-v7a-hard', 'arm64-v8a'],
                'windows': ['x86', 'amd64', 'arm'],
                'darwin': ['i386', 'x86_64'],
index 6b4b9b447f4573f92078195b7c7bb8c913734aeb..50e3129cef309c3f509827e5bfb7ea8ab7af1ccc 100644 (file)
@@ -46,6 +46,9 @@ Source1002: %{name}-test.manifest
 %ifarch aarch64
 %define TARGET_ARCH "arm64"
 %endif
+%ifarch riscv64
+%define TARGET_ARCH "riscv64"
+%endif
 %ifarch x86_64
 %define TARGET_ARCH "x86_64"
 %endif
index 6c173bd6232580e1ec9b9e6b5ce50291960b7061..6568be126a8839d37f05f463c48f23228b29765f 100644 (file)
@@ -46,6 +46,9 @@ Source1002: %{name}-test.manifest
 %ifarch aarch64
 %define TARGET_ARCH "arm64"
 %endif
+%ifarch riscv64
+%define TARGET_ARCH "riscv64"
+%endif
 %ifarch x86_64
 %define TARGET_ARCH "x86_64"
 %endif
index 5b9e3e39610dab473d3b49a74d288bacd4dadd43..5b3f3dfcb871bc62e9021628889387f15e73875a 100755 (executable)
@@ -46,6 +46,9 @@ Source1002: %{name}-test.manifest
 %ifarch aarch64
 %define TARGET_ARCH "arm64"
 %endif
+%ifarch riscv64
+%define TARGET_ARCH "riscv64"
+%endif
 %ifarch x86_64
 %define TARGET_ARCH "x86_64"
 %endif