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 ed663ef..4bed93b 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 6e92627..646e2e5 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 05be021..946dd49 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 6b4b9b4..50e3129 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 6c173bd..6568be1 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 5b9e3e3..5b3f3df 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