]> code.ossystems Code Review - openembedded-core.git/commit
kexec-tools: Refine kdump device_tree sort
authorChong Lu <Chong.Lu@windriver.com>
Tue, 10 Jun 2014 10:13:39 +0000 (18:13 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jun 2014 11:31:34 +0000 (12:31 +0100)
commitc8722b510f779cd20757477a7f7a7a2a35b9a9c5
tree8a6d9162ba7d3e4cb6cbb2f33966d2373f002ae1
parent4fa57b42aa7ec3f77606ab3d3b5814f638c859d5
kexec-tools: Refine kdump device_tree sort

The commit b02d735bf was to rearrange the device-tree entries, and
assumed that these entries are sorted in the ascending order. but
acctually when I was validating kexec and kdump, the order of
serial node still is changed. So the patch is to sort these entries
by the directory name in ascending order.

Signed-off-by: Yang Wei <Wei.Yang@windriver.com>
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kexec/kexec-tools.inc
meta/recipes-kernel/kexec/kexec-tools/kexec-tools-Refine-kdump-device_tree-sort.patch [new file with mode: 0644]