* [PATCH 0/1] bitbake: remove choices for dump-signatures
@ 2014-07-24 8:22 Robert Yang
2014-07-24 8:22 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-07-24 8:22 UTC (permalink / raw)
To: bitbake-devel
The following changes since commit 1306f263ed7b3de4e85c6dc8b377e5c05afd6bf0:
package_ipk.bbclass: Support hierarchical feed (2014-07-23 22:06:10 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rbt/sig
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/sig
Robert Yang (1):
bitbake: remove choices for dump-signatures
bitbake/bin/bitbake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] bitbake: remove choices for dump-signatures
2014-07-24 8:22 [PATCH 0/1] bitbake: remove choices for dump-signatures Robert Yang
@ 2014-07-24 8:22 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-07-24 8:22 UTC (permalink / raw)
To: bitbake-devel
The SIGNATURE_HANDLER can be defined by the user, so we can't use choices.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
bitbake/bin/bitbake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 39aa3ec..b8acd6e 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -140,7 +140,7 @@ class BitBakeConfigParameters(cookerdata.ConfigParameters):
action = "store_true", dest = "dry_run", default = False)
parser.add_option("-S", "--dump-signatures", help = "Dump out the signature construction information, with no task execution. The SIGNATURE_HANDLER parameter is passed to the handler. Two common values are none and printdiff but the handler may define more/less. none means only dump the signature, printdiff means compare the dumped signature with the cached one.",
- action = "append", dest = "dump_signatures", default = [], type="choice", choices=("none", "printdiff"), metavar="SIGNATURE_HANDLER")
+ action = "append", dest = "dump_signatures", default = [], metavar="SIGNATURE_HANDLER")
parser.add_option("-p", "--parse-only", help = "Quit after parsing the BB recipes.",
action = "store_true", dest = "parse_only", default = False)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-24 8:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24 8:22 [PATCH 0/1] bitbake: remove choices for dump-signatures Robert Yang
2014-07-24 8:22 ` [PATCH 1/1] " Robert Yang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.