]> code.ossystems Code Review - openembedded-core.git/commit
devtool: implement build-image plugin
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 21 Aug 2015 13:00:57 +0000 (16:00 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Aug 2015 11:34:09 +0000 (12:34 +0100)
commitfc35c10fed382e385f00b76abcee94a0148b4aee
tree883f8c56d17e1e6d66676d398137cc0e0e3229d3
parentb07da7d38bcefe8efdd6b22bb9251bef599ef040
devtool: implement build-image plugin

Implemented new plugin to build image from workspace packages.

Plugin creates <image>.bbappend file, adds
all workspace packages to the image using IMAGE_INSTALL_append
variable in bbappend file. After that it runs 'bitbake <image>'.

(From OE-Core rev: 00bc43868da3ea2a4532215d3abef8e150c7b2e5)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/build-image.py [new file with mode: 0644]