]> code.ossystems Code Review - openembedded-core.git/commit
wic: remove unused argument scripts_path
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 8 Feb 2017 18:51:33 +0000 (20:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:33 +0000 (20:06 -0800)
commitf9f72c506befdff13260f37ded0beaea3aa30fad
tree58d1d3a0c86cd2582f2f5d5ca3bffec6ca398033
parent318ba1edfcf0cacf6adae7e1af625dcb43ec3881
wic: remove unused argument scripts_path

There is no need to pass scripts_path from main wic module
down the stack as it's not used there.

Removed scripts_path argument from DirectPlugin class
and wic_create function.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/engine.py
scripts/lib/wic/plugins/imager/direct.py
scripts/wic