dist: support armv7hl 36/267036/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.060321 accepted/tizen/7.0/unified/hotfix/20221116.110712 accepted/tizen/8.0/unified/20231005.094755 accepted/tizen/unified/20211125.144711 submit/tizen/20211125.040641 tizen_7.0_m2_release tizen_8.0_m2_release
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 24 Nov 2021 09:43:30 +0000 (18:43 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 24 Nov 2021 09:43:30 +0000 (18:43 +0900)
If the arch is armv7hl, make file of dldt says the install_arch is armv7l

Change-Id: I5aac3f9265c9bb677fd43f32e4d01afe23c3de41
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/openvino.spec

index 3094e2f..b933ecc 100644 (file)
@@ -17,7 +17,7 @@
 
 %define _extra_cmake_flags %{_cmake_lib_suffix_flag} %{_cmake_sse_support_flag} -DLINUX_OS_NAME="Tizen %{tizen_full_version}"
 
-%ifarch x86_64 i686 armv7l aarch64
+%ifarch x86_64 i686 armv7l aarch64 armv7hl
 
 %ifarch x86_64
 %define install_arch    intel64
@@ -27,7 +27,7 @@
 %define install_arch    i686
 %endif
 
-%ifarch armv7l
+%ifarch armv7l armv7hl
 %define install_arch    armv7l
 %endif