diff options
author | Ross Burton <ross.burton@intel.com> | 2013-12-03 15:42:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 11:33:18 +0000 |
commit | 43073569cb67d98c11aa71211d77b566b64f9145 (patch) | |
tree | fb260f717f298794a52263920f6248a5da639e67 /meta/conf/distro | |
parent | cd29ff3927a6deae5e808525bd56acf7b4b0b60c (diff) | |
download | openembedded-core-43073569cb67d98c11aa71211d77b566b64f9145.tar.gz openembedded-core-43073569cb67d98c11aa71211d77b566b64f9145.tar.bz2 openembedded-core-43073569cb67d98c11aa71211d77b566b64f9145.zip |
cmake: respect ${S} and ${B}
Instead of the class-specific variables OECMAKE_BUILDPATH and
OECMAKE_SOURCEPATH, just use ${B} and ${S}.
If these two paths are different, delete any existing ${B} before running a
build so that previous builds don't taint the current build.
Note that OECMAKE_SOURCEPATH and OECMAKE_BUILDPATH are not respected, so recipes
that manually set these in the past will need to be updated to either use
something along the lines of separatebuilddir.inc or set B themselves. If the
old variables are set, a warning is displayed.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf/distro')
0 files changed, 0 insertions, 0 deletions