diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-11-26 08:22:08 -0800 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2015-01-09 09:18:43 -0800 |
commit | 08be850e382f6ba5b7d3d5db4785559e18fd1867 (patch) | |
tree | 706cc98570b8db716b95e0d48a264a17ed920741 /scripts/lib/image/help.py | |
parent | a764e386661d97f11ccf52ecfd09a835ff614c91 (diff) | |
download | tizen-distro-08be850e382f6ba5b7d3d5db4785559e18fd1867.tar.gz tizen-distro-08be850e382f6ba5b7d3d5db4785559e18fd1867.tar.bz2 tizen-distro-08be850e382f6ba5b7d3d5db4785559e18fd1867.zip |
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.
(From OE-Core rev: 6ba3eb5ff7c47aee6b3419fb3a348a634fe74ac9)
(From OE-Core rev: e7ecb139a215484422652ef35de8282acbf18ed2)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Diffstat (limited to 'scripts/lib/image/help.py')
-rw-r--r-- | scripts/lib/image/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index 0963532218..6b74f57662 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py @@ -189,7 +189,7 @@ DESCRIPTION -r: IMAGE_ROOTFS -k: STAGING_KERNEL_DIR -n: STAGING_DIR_NATIVE - -b: HDDDIR and STAGING_DATA_DIR (handlers decide which to use) + -b: empty (plugin-specific handlers must determine this) If 'wic -e' is not used, the user needs to select the appropriate value for -b (as well as -r, -k, and -n). |