]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:44 +0000 (20:06 -0800)
commit7cb17e3e9ecd82764ed317f221bc60127dad197d
tree0b1c4c92ef8bc50a72933532d9f336f907f65f97
parent74aee7a1a7b584e062d7294c9a0263c5dbbe425d
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.

(From OE-Core rev: f9f72c506befdff13260f37ded0beaea3aa30fad)

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/wic/engine.py
scripts/lib/wic/plugins/imager/direct.py
scripts/wic