poky/scripts/lib
Humberto Ibarra 71bc7fd8ce scripts/lib/bsp/help.py: Fixed pager for yocto-bsp help
Python3 requires strings to be encoded as bytes before sending them through a subprocess pipe. The help.py file is not considering this and fails when issuing paged help commands. This patch adds this encoding to solve the problem.

[YOCTO #9868]

(From meta-yocto rev: 35b487a47f0cbb99fdee2ec9cc8b56b814c8860e)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-07-07 13:38:13 +01:00
..
bsp scripts/lib/bsp/help.py: Fixed pager for yocto-bsp help 2016-07-07 13:38:13 +01:00
devtool devtool: reset: allow specifying multiple recipes 2016-06-15 08:35:01 +01:00
recipetool recipetool: recognize less common makefile names 2016-07-01 16:22:43 +01:00
wic image-live, image-vm, wic: Remove fs size workaround 2016-06-03 13:13:30 +01:00
argparse_oe.py scripts/lib/argparse_oe: also change 'positional arguments' to 'arguments' 2016-05-06 10:31:13 +01:00
scriptpath.py scripts: consolidate code to find bitbake path 2014-06-25 13:51:45 +01:00
scriptutils.py scripts: Replace basestring -> str for python3 2016-06-02 08:24:01 +01:00