]> code.ossystems Code Review - openembedded-core.git/commit
devtool: build-image: allow specifying packages to add to image
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 26 Jan 2016 02:53:55 +0000 (15:53 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Jan 2016 18:04:35 +0000 (18:04 +0000)
commitb3a44951a74fe58714b72e71a7a558b67a71e1e3
tree44f04d625fa4d53a065c82743afe5bc77b380c6f
parent5089b93f5b341dc28c343f7afe15efda2081ed36
devtool: build-image: allow specifying packages to add to image

Provide an option to devtool build-image to specify the list of packages
instead of taking the list of packages produced by recipes in the
workspace. Sometimes you don't want all of these packages; other times
you want to add more.

This is the most immediate fix for [YOCTO #8855], though it is a little
crude so I would like to provide better means of customising the image
contents later.

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