[onert] Copy and package armcompute only in overlay (#3885)
authorHyeongseok Oh <hseok82.oh@samsung.com>
Mon, 24 Aug 2020 02:26:09 +0000 (11:26 +0900)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2020 02:26:09 +0000 (11:26 +0900)
Copy to installed path and pacakge arm compute library only from overlay (ignore boost build)

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Makefile.template

index ca77b67..1b2f564 100644 (file)
@@ -157,11 +157,11 @@ runtime_tar_internal: $(TIMESTAMP_BUILD) install_internal
        tar -zcf $(WORKSPACE)/nnfw-test-package.tar.gz -C $(INSTALL_PATH) $(shell ls $(INSTALL_PATH) -I lib -I include)
 
 acl_tar_internal: $(BUILD_FOLDER)
-       tar -zcf $(WORKSPACE)/nnfw-acl.tar.gz -C ${OVERLAY_FOLDER} lib
+       tar -zcf $(WORKSPACE)/nnfw-acl.tar.gz -C ${OVERLAY_FOLDER} lib/libarm_compute.so lib/libarm_compute_core.so lib/libarm_compute_graph.so
 
 install_internal_acl:
 # Workaround to install acl for test (ignore error when there is no file to copy)
-       cp $(OVERLAY_FOLDER)/lib/* $(INSTALL_ALIAS)/lib || true
+       cp $(OVERLAY_FOLDER)/lib/libarm_compute* $(INSTALL_ALIAS)/lib || true
 
 build_test_suite: install_internal install_internal_acl
        @echo "packaging test suite"