]> code.ossystems Code Review - openembedded-core.git/commit
devtool: finish: Keep patches ordered when updating bbappend
authorNiclas Svensson <niclass@axis.com>
Tue, 5 Nov 2019 22:08:37 +0000 (23:08 +0100)
committerArmin Kuster <akuster808@gmail.com>
Sun, 10 Nov 2019 22:48:45 +0000 (14:48 -0800)
commit62f79dbbc656dc72423a7788ed7439e7d730fd81
treeb625d73552560e2c07a5d66ae37a702a99c2edfc
parent50e64732585e0d3abe0a8e589d2122a7dc06c826
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/devtool/standard.py