The wic help output formally consisted of manually created strings mixed with argparse, which was unformatted and unusable. This fix cleans up the help messages, rewrites help functionality to use argparse, and adds functionality to show information for plugins (similar to canned images).
The following changes since commit 58e05020e09971f05effb79f8f1eb2012df4f0db: bitbake: providers: Fix determinism issue (2017-12-10 22:45:21 +0000) are available in the git repository at: git://push.yoctoproject.org/poky-contrib anelliot/bug12205 anelliot (1): wic: argparse now used for help functionality. scripts/lib/wic/engine.py | 87 +++- scripts/lib/wic/help.py | 1072 +++++---------------------------------------- scripts/wic | 169 +++---- 3 files changed, 243 insertions(+), 1085 deletions(-) -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
