[nnpkg_run] prepare hdf5 for arm (#6677)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Thu, 22 Aug 2019 00:53:38 +0000 (20:53 -0400)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 22 Aug 2019 00:53:38 +0000 (09:53 +0900)
commita0de89ad9856421e0fa04c9133cce6d5ffee9f66
tree869c65066553c0831f4649baa13d57a6219a96bb
parent832e0e1a548cbe335b9306ffdc28f58b33326f37
[nnpkg_run] prepare hdf5 for arm (#6677)

- Install hdf5f and dependent libraries on arm rootfs
- Update CMakeLists.txt
- Create HDF5Config.cmake
- Update nnpackage_run's dump with dummy hdf5 creating code.
  - To test whether hdf5 works.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
infra/nnfw/cmake/packages/HDF5Config.cmake [new file with mode: 0644]
tests/tools/nnpackage_run/CMakeLists.txt
tests/tools/nnpackage_run/src/nnpackage_run.cc
tools/cross/build_rootfs.sh