Rename pacl build script (#6336)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 7 Aug 2019 08:11:06 +0000 (17:11 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 7 Aug 2019 08:11:06 +0000 (17:11 +0900)
Rename pacl build script: suffix pacl
Rename to avoid default runtime confusion
Update build introduction document

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
docs/nnfw/howto/HowToUseDockerImage.md
infra/scripts/docker_build_cross_arm_pacl.sh [moved from infra/scripts/docker_build_cross_arm.sh with 100% similarity]
infra/scripts/docker_build_cross_arm_pacl_release.sh [moved from infra/scripts/docker_build_cross_arm_release.sh with 100% similarity]

index b840483..0b2a859 100644 (file)
@@ -146,7 +146,7 @@ You should prepare RootFS, following [Cross Building for ARM](https://github.sec
 ```
 $ cd nnfw
 $ ROOTFS_DIR=$(pwd)/tools/cross/rootfs/arm \
-./infra/scripts/docker_build_cross_arm.sh
+./infra/scripts/docker_build_cross_arm_neurun.sh
 ```
 You can find built artifacts at `nnfw/Product/armv7l-linux.debug/`.