]> code.ossystems Code Review - openembedded-core.git/commit
bjam-native: build and install bjam.debug
authorWenzong Fan <wenzong.fan@windriver.com>
Tue, 4 Aug 2015 02:33:11 +0000 (10:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Sep 2015 21:47:12 +0000 (22:47 +0100)
commite7147de9f28925b1bb5df39d9c0848dd7957328c
tree08c7358c2680dc4151bbb550924217bda397b61f
parente01b450a419aba2164a86510ca1ae402ec86aff0
bjam-native: build and install bjam.debug

bjam is stripped by default, this causes QA warning while stripping it
from do_populate_sysroot():

  WARNING: File '.../tmp/sysroots/x86_64-linux/usr/bin/bjam' \
    from bjam-native was already stripped, \
    this will prevent future debugging!

The JAM scripts allow to build unstripped version with '--debug'. Just
build and install the bjam.debug to stop bjam from being stripped in
compile step.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/boost/bjam-native_1.58.0.bb
meta/recipes-support/boost/files/bjam-native-build-bjam.debug.patch [new file with mode: 0644]