* [meta-rockchip][PATCH] README: remove irrelevant information
@ 2017-04-30 2:23 Trevor Woerner
2017-05-06 11:41 ` Romain Perier
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2017-04-30 2:23 UTC (permalink / raw)
To: Romain Perier; +Cc: yocto
As of openembedded-core commit 2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8 hardfp
is enabled by default.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
README | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/README b/README
index b2e89f3..7f4a499 100644
--- a/README
+++ b/README
@@ -49,7 +49,6 @@ Table of Contents
I. Configure yocto/oe environment
II. Building a second level bootloader based on kexec
III. Booting your device
- IV. Performance
I. Configure yocto/oe environment
========================================
@@ -127,18 +126,3 @@ linux-next from tftp='tftp://192.168.0.5/zImage dtb=tftp://192.168.0.5/<MACHINE>
Then, plug your SDCARD into your Rockchip device and power on the board. If
everything worked fine, Petitboot should be started automatically and list all
entries found in the configuration file.
-
-IV. Performance
-===============
-
-By default a BSP layer should not be tuning a build, this is a DISTRO-level
-decision. As such the default machine settings are meant to be the lowest
-common denominator in order to maximize generality. If you are interested in
-tweaking your build to maximize performance you can either use a DISTRO that
-has these same goals, or you can add settings in your configuration files
-(e.g. local.conf) as follows:
-
- for rk3288:
- DEFAULTTUNE = "cortexa17hf-neon-vfpv4"
- for rk3066:
- DEFAULTTUNE = "cortexa9-neon"
--
2.12.0.rc1.48.g076c053
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-rockchip][PATCH] README: remove irrelevant information
2017-04-30 2:23 [meta-rockchip][PATCH] README: remove irrelevant information Trevor Woerner
@ 2017-05-06 11:41 ` Romain Perier
2017-05-06 16:12 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Romain Perier @ 2017-05-06 11:41 UTC (permalink / raw)
To: Trevor Woerner; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 2144 bytes --]
Hello,
Even if I agree with the reason of why you want to remove this section. I
think , it might be a good point to keep a note about this in the README.
Just explain that this is not up to the bsp layer to do this, but to the
distro (a short sentence).
What do you think ?
Romain
2017-04-30 4:23 GMT+02:00 Trevor Woerner <twoerner@gmail.com>:
> As of openembedded-core commit 2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8
> hardfp
> is enabled by default.
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
> README | 16 ----------------
> 1 file changed, 16 deletions(-)
>
> diff --git a/README b/README
> index b2e89f3..7f4a499 100644
> --- a/README
> +++ b/README
> @@ -49,7 +49,6 @@ Table of Contents
> I. Configure yocto/oe environment
> II. Building a second level bootloader based on kexec
> III. Booting your device
> - IV. Performance
>
> I. Configure yocto/oe environment
> ========================================
> @@ -127,18 +126,3 @@ linux-next from tftp='tftp://192.168.0.5/zImage
> dtb=tftp://192.168.0.5/<MACHINE>
> Then, plug your SDCARD into your Rockchip device and power on the board.
> If
> everything worked fine, Petitboot should be started automatically and
> list all
> entries found in the configuration file.
> -
> -IV. Performance
> -===============
> -
> -By default a BSP layer should not be tuning a build, this is a
> DISTRO-level
> -decision. As such the default machine settings are meant to be the lowest
> -common denominator in order to maximize generality. If you are interested
> in
> -tweaking your build to maximize performance you can either use a DISTRO
> that
> -has these same goals, or you can add settings in your configuration files
> -(e.g. local.conf) as follows:
> -
> - for rk3288:
> - DEFAULTTUNE = "cortexa17hf-neon-vfpv4"
> - for rk3066:
> - DEFAULTTUNE = "cortexa9-neon"
> --
> 2.12.0.rc1.48.g076c053
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
[-- Attachment #2: Type: text/html, Size: 3045 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-rockchip][PATCH] README: remove irrelevant information
2017-05-06 11:41 ` Romain Perier
@ 2017-05-06 16:12 ` Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2017-05-06 16:12 UTC (permalink / raw)
To: Romain Perier; +Cc: yocto@yoctoproject.org
On Sat, May 6, 2017 at 7:41 AM, Romain Perier <romain.perier@gmail.com> wrote:
> Hello,
>
> Even if I agree with the reason of why you want to remove this section. I
> think , it might be a good point to keep a note about this in the README.
> Just explain that this is not up to the bsp layer to do this, but to the
> distro (a short sentence).
>
> What do you think ?
You can put something like distro guidelines. Although I would refrain
> Romain
>
>
> 2017-04-30 4:23 GMT+02:00 Trevor Woerner <twoerner@gmail.com>:
>>
>> As of openembedded-core commit 2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8
>> hardfp
>> is enabled by default.
>>
>> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
>> ---
>> README | 16 ----------------
>> 1 file changed, 16 deletions(-)
>>
>> diff --git a/README b/README
>> index b2e89f3..7f4a499 100644
>> --- a/README
>> +++ b/README
>> @@ -49,7 +49,6 @@ Table of Contents
>> I. Configure yocto/oe environment
>> II. Building a second level bootloader based on kexec
>> III. Booting your device
>> - IV. Performance
>>
>> I. Configure yocto/oe environment
>> ========================================
>> @@ -127,18 +126,3 @@ linux-next from tftp='tftp://192.168.0.5/zImage
>> dtb=tftp://192.168.0.5/<MACHINE>
>> Then, plug your SDCARD into your Rockchip device and power on the board.
>> If
>> everything worked fine, Petitboot should be started automatically and
>> list all
>> entries found in the configuration file.
>> -
>> -IV. Performance
>> -===============
>> -
>> -By default a BSP layer should not be tuning a build, this is a
>> DISTRO-level
>> -decision. As such the default machine settings are meant to be the lowest
>> -common denominator in order to maximize generality. If you are interested
>> in
>> -tweaking your build to maximize performance you can either use a DISTRO
>> that
>> -has these same goals, or you can add settings in your configuration files
>> -(e.g. local.conf) as follows:
>> -
>> - for rk3288:
>> - DEFAULTTUNE = "cortexa17hf-neon-vfpv4"
>> - for rk3066:
>> - DEFAULTTUNE = "cortexa9-neon"
>> --
>> 2.12.0.rc1.48.g076c053
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-05-06 16:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-30 2:23 [meta-rockchip][PATCH] README: remove irrelevant information Trevor Woerner
2017-05-06 11:41 ` Romain Perier
2017-05-06 16:12 ` Khem Raj
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.