summaryrefslogtreecommitdiffstats
path: root/scripts/lib/image/help.py
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2014-11-26 08:22:08 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-26 17:05:46 +0000
commitdb012b429fd063782efb44e530bef3d7f9d49456 (patch)
treea64bd5abdb420c91bde0381a474191cb49968ade /scripts/lib/image/help.py
parent90a03e9c9d4318c2a333c5c897f6a4aca1286595 (diff)
downloadpoky-db012b429fd063782efb44e530bef3d7f9d49456.tar.gz
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>
Diffstat (limited to 'scripts/lib/image/help.py')
-rw-r--r--scripts/lib/image/help.py2
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
189 -r: IMAGE_ROOTFS 189 -r: IMAGE_ROOTFS
190 -k: STAGING_KERNEL_DIR 190 -k: STAGING_KERNEL_DIR
191 -n: STAGING_DIR_NATIVE 191 -n: STAGING_DIR_NATIVE
192 -b: HDDDIR and STAGING_DATA_DIR (handlers decide which to use) 192 -b: empty (plugin-specific handlers must determine this)
193 193
194 If 'wic -e' is not used, the user needs to select the appropriate 194 If 'wic -e' is not used, the user needs to select the appropriate
195 value for -b (as well as -r, -k, and -n). 195 value for -b (as well as -r, -k, and -n).