]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: appendsrcfile: handle S == STAGING_KERNEL_DIR
authorChristopher Larson <chris_larson@mentor.com>
Thu, 16 Jul 2015 23:23:03 +0000 (16:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jul 2015 22:25:02 +0000 (23:25 +0100)
commitdc70cf470f18c97b6762cbf7aca723769b47bc7d
tree45add65a7f99341c84f7bf546cb69ad75c23ae2b
parentfc174debb073c99a0cabf4f00e66ab36c7e93989
recipetool: appendsrcfile: handle S == STAGING_KERNEL_DIR

When determining the path from WORKDIR to the extracted sources, we're using
S, but if S is in work-shared, that's problematic and won't give us good
results, so assume 'git' for that case, warning when appropriate.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/append.py