Use ROOTFS_DIR without indirection (#4562)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 5 Mar 2019 00:58:18 +0000 (09:58 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 5 Mar 2019 00:58:18 +0000 (09:58 +0900)
commita6aa97b3f11a0952b0a7ab323d34f2fe7f3e7521
tree80c83c21d262d51e323cab696e2143f19ea4a973
parent9d55e3e91be4277354a4f8728dfab9c39bec6774
Use ROOTFS_DIR without indirection (#4562)

* Use ROOTFS_DIR without indirection

The current implementation of Makfile sets ROOTFS_ARM/ROOTFS_ARM64 from
ROOTFS_DIR environment variable, and CMake uses ROOTFS_ARM/ROOTFS_ARM64
environment variable to locate the location of root filesystem.

This commit eliminates this indirection and now CMake uses ROOTFS_DIR
without indirection.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Update configure command
Makefile
cmake/config/config_aarch64-linux.cmake
cmake/config/config_aarch64-tizen.cmake
cmake/config/config_arm64-android.cmake
cmake/config/config_armv7l-linux.cmake
cmake/config/config_armv7l-tizen.cmake
scripts/command/configure