* [PATCH] procps: disable fancy new top output mode
@ 2015-01-21 18:52 Paul Gortmaker
2015-02-11 1:03 ` Paul Gortmaker
0 siblings, 1 reply; 3+ messages in thread
From: Paul Gortmaker @ 2015-01-21 18:52 UTC (permalink / raw)
To: openembedded-core
General consensus is that the new output format, with the all red
colour and one line per core is too fugly to be left as the default.
Use the configure option to switch it back to the sane default that
we've all become used to seeing for decades.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
meta/recipes-extended/procps/procps_3.3.10.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/procps/procps_3.3.10.bb b/meta/recipes-extended/procps/procps_3.3.10.bb
index d8b04dc204a0..621b6dd5786c 100644
--- a/meta/recipes-extended/procps/procps_3.3.10.bb
+++ b/meta/recipes-extended/procps/procps_3.3.10.bb
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "a02e6f98974dfceab79884df902ca3df30b0e9bad6d76aee0fb5dce17f
S = "${WORKDIR}/procps-ng-${PV}"
-EXTRA_OECONF = "--enable-skill"
+EXTRA_OECONF = "--enable-skill --disable-modern-top"
CPPFLAGS += "-I${S}"
--
2.2.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] procps: disable fancy new top output mode
2015-01-21 18:52 [PATCH] procps: disable fancy new top output mode Paul Gortmaker
@ 2015-02-11 1:03 ` Paul Gortmaker
2015-02-11 1:54 ` Philip Balister
0 siblings, 1 reply; 3+ messages in thread
From: Paul Gortmaker @ 2015-02-11 1:03 UTC (permalink / raw)
To: openembedded-core
[[PATCH] procps: disable fancy new top output mode] On 21/01/2015 (Wed 13:52) Paul Gortmaker wrote:
> General consensus is that the new output format, with the all red
> colour and one line per core is too fugly to be left as the default.
>
> Use the configure option to switch it back to the sane default that
> we've all become used to seeing for decades.
Ping -- discussion on IRC was in unanimous agreement with the above
assessment; so it seems like we should get this merged.
P.
--
>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> ---
> meta/recipes-extended/procps/procps_3.3.10.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/procps/procps_3.3.10.bb b/meta/recipes-extended/procps/procps_3.3.10.bb
> index d8b04dc204a0..621b6dd5786c 100644
> --- a/meta/recipes-extended/procps/procps_3.3.10.bb
> +++ b/meta/recipes-extended/procps/procps_3.3.10.bb
> @@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "a02e6f98974dfceab79884df902ca3df30b0e9bad6d76aee0fb5dce17f
>
> S = "${WORKDIR}/procps-ng-${PV}"
>
> -EXTRA_OECONF = "--enable-skill"
> +EXTRA_OECONF = "--enable-skill --disable-modern-top"
>
> CPPFLAGS += "-I${S}"
>
> --
> 2.2.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] procps: disable fancy new top output mode
2015-02-11 1:03 ` Paul Gortmaker
@ 2015-02-11 1:54 ` Philip Balister
0 siblings, 0 replies; 3+ messages in thread
From: Philip Balister @ 2015-02-11 1:54 UTC (permalink / raw)
To: Paul Gortmaker, openembedded-core
On 02/10/2015 08:03 PM, Paul Gortmaker wrote:
> [[PATCH] procps: disable fancy new top output mode] On 21/01/2015 (Wed 13:52) Paul Gortmaker wrote:
>
>> General consensus is that the new output format, with the all red
>> colour and one line per core is too fugly to be left as the default.
>>
>> Use the configure option to switch it back to the sane default that
>> we've all become used to seeing for decades.
>
> Ping -- discussion on IRC was in unanimous agreement with the above
> assessment; so it seems like we should get this merged.
Please. Do. This. ASAP.
Thanks,
Philip
>
> P.
> --
>
>>
>> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
>> ---
>> meta/recipes-extended/procps/procps_3.3.10.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-extended/procps/procps_3.3.10.bb b/meta/recipes-extended/procps/procps_3.3.10.bb
>> index d8b04dc204a0..621b6dd5786c 100644
>> --- a/meta/recipes-extended/procps/procps_3.3.10.bb
>> +++ b/meta/recipes-extended/procps/procps_3.3.10.bb
>> @@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "a02e6f98974dfceab79884df902ca3df30b0e9bad6d76aee0fb5dce17f
>>
>> S = "${WORKDIR}/procps-ng-${PV}"
>>
>> -EXTRA_OECONF = "--enable-skill"
>> +EXTRA_OECONF = "--enable-skill --disable-modern-top"
>>
>> CPPFLAGS += "-I${S}"
>>
>> --
>> 2.2.1
>>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-11 1:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 18:52 [PATCH] procps: disable fancy new top output mode Paul Gortmaker
2015-02-11 1:03 ` Paul Gortmaker
2015-02-11 1:54 ` Philip Balister
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.