]> code.ossystems Code Review - openembedded-core.git/commit
devtool: finish: Keep patches ordered when updating bbappend
authorNiclas Svensson <niclass@axis.com>
Fri, 20 Sep 2019 20:30:42 +0000 (22:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Sep 2019 12:01:17 +0000 (13:01 +0100)
commit69b7a2ba3af1280cc220ab236032f8466246ee93
tree309885d54131ce557b2f5f9cb0df63e4844beabf
parentc8d0bf3411846bb3852bffaf59193801d9c7530a
devtool: finish: Keep patches ordered when updating bbappend

The _get_patchset_revs() function returns the patches in an
OrderedDict to keep them ordered. However, this information was lost
when the patches were added to the bbappend file.

Signed-off-by: Niclas Svensson <niclas.svensson@axis.com>
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py