]> code.ossystems Code Review - openembedded-core.git/commit
devtool: modify: call shutdown on tinfoil when done
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 31 Mar 2016 08:53:35 +0000 (21:53 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Mar 2016 12:18:13 +0000 (13:18 +0100)
commit626dbadf22b57a22a8f8b9d1957937120f4ba4d5
treeaa505f519e1b12fad92c8eb7e44f529e68fa315d
parent65efec4cca9926b217b07c429a130088a9b8e2f6
devtool: modify: call shutdown on tinfoil when done

Strictly speaking we ought to explicitly shut down a tinfoil instance
when we're done with it. This doesn't affect modify's operation but is
important if you want to be able to call into modify() from another
plugin (though anyone doing so should be advised that the function is
by no means a stable API and is subject to change in future releases).

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