]> code.ossystems Code Review - openembedded-core.git/commit
devtool: modify: make bitbake use local files from srctree
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 21 Apr 2015 12:30:35 +0000 (15:30 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Sep 2015 14:15:47 +0000 (15:15 +0100)
commitb7ab82485e4514e07ab8a76e554da27ddc92e6c0
tree4730c6378dffbfb6f8cf5cf3e189ba21fddef24b
parenta3bb5bd25b72bd1bcc156dabd0ffa2d9184bb160
devtool: modify: make bitbake use local files from srctree

This change makes it possible to have local files (non-remote SRC_URI
files, i.e. files that are located in the "recipe space") under the
srctree even if S!=WORKDIR. The files must be placed under the
'local-files' subdirectory.

Complements the previous patch that imports local files into srctree.

[YOCTO #7602]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
scripts/lib/devtool/standard.py