generic-poky/scripts/lib
Ed Bartosh c589aff080 wic: use next builtin instead of .next method
Generators in Python 3 don't have .next method. It's recommended
to use 'next' builtin instead. As it also present in Python >= 2.6
it should make wic code compatible with both Python 2 and Python 3.

[YOCTO #9412]

(From OE-Core rev: 9b7ab632e47d786dd979262015dbfb1254103f83)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-14 23:05:14 +01:00
..
bsp scripts/lib/bsp/kernel.py: force patching when branch is machine branch is re-use 2016-05-06 10:32:24 +01:00
devtool devtool: Fix build-sdk when pn doesn't match filename 2016-05-11 10:33:43 +01:00
recipetool recipetool: create: fix falling back to declared license for npm packages 2016-05-06 10:31:14 +01:00
wic wic: use next builtin instead of .next method 2016-05-14 23:05:14 +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 devtool / recipetool: use common code for launching editor 2016-02-21 09:32:42 +00:00