]> code.ossystems Code Review - openembedded-core.git/commit
devtool / recipetool: add handling for binary-only packages
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Sep 2015 16:21:39 +0000 (17:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Sep 2015 17:13:00 +0000 (18:13 +0100)
commit9e0a6b2e6f16185f8032d36b77d40802bc388987
treeed74b7311e1fccfbad765dcd1fe9f27c8caaccfc
parentf6b90bceaedf9bad3d111e6ca1fa79e59f472c73
devtool / recipetool: add handling for binary-only packages

Add a means of creating recipes for package files or archives that
contain a directory structure to be installed verbatim, for example an
rpm file. (We mostly just re-use bin_package here and skip some of the
normal build system checks.) This support is available in "recipetool
create" and "devtool add" which wraps the former.

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