[oe-commits] [openembedded-core] 66/103: boost.inc: enable more verbose build logs

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:36:06 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 74c28b2719f0e1723c5ee0f885955412ea229a73
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Wed Feb 24 18:30:21 2016 -0800

    boost.inc: enable more verbose build logs
    
    The default build output is very terse. Add -d+2 (ie "Show commands
    as they are executed") to BJAM_OPTS to make the do_compile logs more
    informative.
    
    Also add -q (ie "Stop at first error") to BJAM_OPTS and fix typo in
    comments.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/boost/boost.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 79c4e63..c55221f 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -115,7 +115,7 @@ BJAM_TOOLS   = "--ignore-site-config \
 		'--layout=system' \
 		"
 
-# use PARALLEL_MAKE to speed up the build, but limit it by -j 64, greater paralelism causes bjam to segfault or to ignore -j
+# use PARALLEL_MAKE to speed up the build, but limit it by -j 64, greater parallelism causes bjam to segfault or to ignore -j
 # https://svn.boost.org/trac/boost/ticket/7634
 def get_boost_parallel_make(d):
     pm = d.getVar('PARALLEL_MAKE', True)
@@ -140,7 +140,7 @@ def get_boost_parallel_make(d):
     return ""
 
 BOOST_PARALLEL_MAKE = "${@get_boost_parallel_make(d)}"
-BJAM_OPTS    = '${BOOST_PARALLEL_MAKE} \
+BJAM_OPTS    = '${BOOST_PARALLEL_MAKE} -d+2 -q \
 		${BJAM_TOOLS} \
 		-sBOOST_BUILD_USER_CONFIG=${S}/tools/build/example/user-config.jam \
 		--builddir=${S}/${TARGET_SYS} \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list