]> code.ossystems Code Review - openembedded-core.git/commit
devtool / recipetool: support specifying a subdirectory within the fetched source
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 22 Jan 2016 11:59:58 +0000 (00:59 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:57 +0000 (23:42 +0000)
commit59682d78f95732e014f78f13e0a05f843860d9bb
treeebe1b34b6a5aeefbae1093ce85ace1e0ebd11bff
parent4ffe2e1ec9df05b92a2ad5746fb0ca6d218fd77e
devtool / recipetool: support specifying a subdirectory within the fetched source

Sometimes you don't want to build an entire project, just a subdirectory
of it; add a --src-subdir option to make that easier. (We still look for
a single subdirectory in what gets unpacked, e.g. what you might find
within a tarball, so whatever you specify with this option is added onto
the end of that.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py
scripts/lib/recipetool/create.py