Enable tizen cross/obs build (#482)
author이춘석/동작제어Lab(SR)/Senior Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 10 Apr 2018 03:28:12 +0000 (12:28 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Tue, 10 Apr 2018 03:28:12 +0000 (12:28 +0900)
commit2fde53a1a5d2b1f0d7123e2c55fb730234c473b8
treed93cf9eabeb35c4411e34fb569a5f0c2e2146aae
parent1ba02d1cb06ec517f69496260261488bc5af1b75
Enable tizen cross/obs build (#482)

1. setup tizen cross/obs build
2. add tizen cross build script

Build assumes that libarmcl-devel, gtest-devel and tensorflow-lite are installed
on tizen's rootfs. Since libarmcl and tensorflow-lite is not present
on public tizen repo, please use private local repo like
`http://10.113.61.134/repo/` for obs build. For cross build, rootfs is
uploaded on `http://npuarchive.mooo.com/archive/nnfw/rootfs/rootfs_arm_tizen.tar.gz`.
12 files changed:
CMakeLists.txt
Makefile
ci/docker_build_tizen_cross.sh [new file with mode: 0755]
cmake/config/config_armv7l-tizen.cmake [new file with mode: 0644]
labs/kerneltesting/CMakeLists.txt
packaging/nnfw.spec
src/kernel/acl/CMakeLists.txt
src/runtime/ref/nn/runtime/test/CMakeLists.txt
src/support/tflite/CMakeLists.txt
tools/tflite_benchmark/CMakeLists.txt
tools/tflite_examples/CMakeLists.txt
tools/tflite_run/CMakeLists.txt