]> code.ossystems Code Review - openembedded-core.git/commit
wic: Remove special-case bootimg_dir
authorTom Zanussi <tom.zanussi@linux.intel.com>
Wed, 29 Oct 2014 22:04:23 +0000 (17:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Oct 2014 13:03:30 +0000 (13:03 +0000)
commit6ba3eb5ff7c47aee6b3419fb3a348a634fe74ac9
treee40c0217810161b6d1af545c8ffc1ef79fdea9da
parentdb90f10bf31dec8d7d7bb2d3680d50e133662850
wic: Remove special-case bootimg_dir

The first iterations of wic very shortsightedly catered to two
specific use-cases and added special-purpose params for those cases so
that they could be directly given their corresponding boot artifacts.
(hdddir and staging_data_dir).

As more use-cases are added, it becomes rather obvious that such a
scheme doens't scale, and additionally causes confusion for plugin
writers.

This removes those special cases and states explicitly in the help
text that plugins are responsible for locating their own boot
artifacts.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/image/engine.py
scripts/lib/image/help.py
scripts/lib/wic/imager/direct.py
scripts/lib/wic/plugins/imager/direct_plugin.py
scripts/lib/wic/plugins/source/bootimg-efi.py
scripts/lib/wic/plugins/source/bootimg-pcbios.py
scripts/wic