]> code.ossystems Code Review - openembedded-core.git/commit
sstate: Make SSTATE_SCAN_CMD vars configurable using weak defaults.
authorKristian Amlie <kristian.amlie@mender.io>
Wed, 25 Jan 2017 14:46:15 +0000 (15:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:40:17 +0000 (14:40 +0000)
commit7d2a2160336413736dd4640f5b84ba4d74bb00f5
tree6ed5cc076f99985cce8de3c12fccdeadf2ae19a2
parentbfb9ea2604557804bd8c16adb57ccdd868a4020f
sstate: Make SSTATE_SCAN_CMD vars configurable using weak defaults.

For this we move them out of the python section so they can be
overridden on a per-recipe basis.

The motivation for this change is that not all tool chains need the
path modifications provided by the command, and these will provide
alternative or empty commands. The Go compiler is such an example.

Signed-off-by: Kristian Amlie <kristian.amlie@mender.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/cross.bbclass
meta/classes/crosssdk.bbclass
meta/classes/native.bbclass
meta/classes/sstate.bbclass