Change the keywork to be used on sort from 'name' to
'machine'.

It's easiest to find machine one is used to.

Signed-off-by: Daiane Angolini <[email protected]>
---
 scripts/output-machine-list | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/output-machine-list b/scripts/output-machine-list
index 906330e..32d141c 100755
--- a/scripts/output-machine-list
+++ b/scripts/output-machine-list
@@ -23,7 +23,7 @@ cat > $DST <<EOF
 =========================  ==================================================  
==========  ==========
 EOF
 
-sort -u -k 2 $TMP >> $DST
+sort -u -k 1 $TMP >> $DST
 
 cat >> $DST <<EOF
 =========================  ==================================================  
==========  ==========
-- 
1.8.3.2


-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to