Drop dependency on source repository hash
authorPunit Agrawal <punit1.agrawal@toshiba.co.jp>
Tue, 6 Apr 2021 08:17:55 +0000 (17:17 +0900)
committerNobuhiro Iwamatsu <iwamatsu@debian.org>
Wed, 22 Dec 2021 08:29:11 +0000 (08:29 +0000)
commit4d37a5e7b3e5ce190cf32653361595a2697cc0dd
tree7c73832df84c3213da2e5b6db727f057fb791062
parenta354ca0fc003453524e2661631978cf48636ed45
Drop dependency on source repository hash

target_factory uses a hash of the top commit of the repository as
library id. As this id depends on the repository / branch it is not
stable; a version number should be used to represent library API
version if required.

As the library id is only used in the test, drop this function from
the library interface.

Gbp-Pq: Name 0001-Drop-dependency-on-source-repository-hash.patch
include/vitis/ai/target_factory.hpp
src/target_factory.cpp
test/test_lib_info.cpp