]> code.ossystems Code Review - openembedded-core.git/commit
devtool: build: use bbappend to set PARALLEL_MAKE
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 22 Nov 2015 18:39:14 +0000 (07:39 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:30:55 +0000 (21:30 +0000)
commitb5bafc845892ac39f85f3642b120fb7b785a3d58
tree5a1a3115ea98a04b18c7614097c9c41e329843b6
parenta4c6af737811adb2bca87e3896f8710738dd255e
devtool: build: use bbappend to set PARALLEL_MAKE

Use a bbappend file to set PARALLEL_MAKE instead of a postfile; this
is a bit neater and only affects the specified recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/build.py