summaryrefslogtreecommitdiffstats
path: root/scripts/wic
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2017-02-08 20:51:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-15 20:06:44 -0800
commit7cb17e3e9ecd82764ed317f221bc60127dad197d (patch)
tree0b1c4c92ef8bc50a72933532d9f336f907f65f97 /scripts/wic
parent74aee7a1a7b584e062d7294c9a0263c5dbbe425d (diff)
downloadpoky-7cb17e3e9ecd82764ed317f221bc60127dad197d.tar.gz
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>
Diffstat (limited to 'scripts/wic')
-rwxr-xr-xscripts/wic2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic
index 8a959a01af..1b7d7dfa4e 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -250,7 +250,7 @@ def wic_create_subcommand(args, usage_str):
250 250
251 print("Creating image(s)...\n") 251 print("Creating image(s)...\n")
252 engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, 252 engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir,
253 native_sysroot, scripts_path, options) 253 native_sysroot, options)
254 254
255 255
256def wic_list_subcommand(args, usage_str): 256def wic_list_subcommand(args, usage_str):