As of openembedded-core commit 2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8 hardfp is enabled by default.
Signed-off-by: Trevor Woerner <[email protected]> --- 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 [email protected] https://lists.yoctoproject.org/listinfo/yocto
