]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils/commands.py: add support for postconfig option
authorCorneliu Stoicescu <corneliux.stoicescu@intel.com>
Thu, 5 Jun 2014 09:29:44 +0000 (12:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jun 2014 16:14:36 +0000 (17:14 +0100)
commit4fe771940a8f59a0d5f1541978d6d9ff73b222f4
tree2096e275a54a0138d3ad38af7c5d61a17851ee31
parent6df0e8b99fda8ef40862f2e92d85bc3cd371615f
oeqa/utils/commands.py: add support for postconfig option

Adding support for postconfig option to the bitbake() and related methods.

This enables us to use 'bitbake -R postconfig_file <command>'.

Usage: bitbake(cmd, postconfig="some confguration")

'postconfig_file' would contain what we add in 'postconfig'

Other methods affected: get_bb_env(), get_bb_var()

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oeqa/utils/commands.py