]> code.ossystems Code Review - openembedded-core.git/commit
qemuboot.bbclass: create deterministic qemuboot.conf file
authorJuro Bystricky <juro.bystricky@intel.com>
Mon, 28 Aug 2017 20:28:26 +0000 (13:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Aug 2017 10:20:49 +0000 (11:20 +0100)
commit0868edace0750862168abc8d504891646afc8c76
treea660a1a08330825b4293b74285c7edab8c5c7abe
parentac9a36933e0afaa3d1acecc4915f4cf318279f38
qemuboot.bbclass: create deterministic qemuboot.conf file

The lines in qemuboot.conf are in random order.
This patch fixes this by printing the lines in sorted order.
This makes it easier to compare two different builds for
any differences.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/qemuboot.bbclass