]> code.ossystems Code Review - openembedded-core.git/commit
coreutils: fix reporting 'unknown' by `uname -p' and `uname -i'
authorChen Qi <Qi.Chen@windriver.com>
Thu, 29 Oct 2015 07:54:12 +0000 (15:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:57:54 +0000 (22:57 +0000)
commit83c551b46e959d9382fa92ac4178c9c6c883d7c1
tree37e524867312a62cfbcd9a482ab299506a46b4ba
parent8df2060a323acf2a2cc2bc4076623463039c46a6
coreutils: fix reporting 'unknown' by `uname -p' and `uname -i'

This patch make `uname -p' and `uname -i' not reporting 'unknown'.
It refers a to Fedora's way to do this.

The coreutils upstream rejects to accept this patch, blaming the
'unknown' result to the kernel not providing enough information.
As on normal distros, `uname -p' and `uname -i' do not report 'unknown',
we refer to Fedora's patch to fix this problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/coreutils/coreutils-8.25/0001-uname-report-processor-and-hardware-correctly.patch [new file with mode: 0644]
meta/recipes-core/coreutils/coreutils_8.25.bb