Add boost to arm rootfs (#65)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 19 Mar 2018 07:46:16 +0000 (16:46 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Mon, 19 Mar 2018 07:46:16 +0000 (16:46 +0900)
This will add boost library to arm rootfs build script

tools/cross/build_rootfs.sh

index e4671a9..db5639f 100755 (executable)
@@ -23,6 +23,9 @@ __SkipProxy=0
 # base development support
 __UbuntuPackages="build-essential"
 
+# other development supports
+__UbuntuPackages+=" libboost-all-dev"
+
 # symlinks fixer
 __UbuntuPackages+=" symlinks"