From d60ad7f615a4b8b784904a0f02838f4f7ca7e406 Mon Sep 17 00:00:00 2001 From: Jens Lucius Date: Tue, 16 Jun 2015 16:38:30 +0200 Subject: [PATCH] fix README line feeds --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d5edcd..a843d84 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,16 @@ There is a custom U-Boot and Kernel version for sunxi devices which includes som These versions are rather old (3.4 for kernel and 2014.04 for U-Boot), but may support more functions and devices than current mainline If you want to switch back to sunxi versions for some reasons (no device tree available, unsupported hardware), change the file -/conf/machine/include/sunxi.inc -and set "PREFERRED_PROVIDER_u-boot" and "PREFERRED_PROVIDER_virtual/bootloader" to "u-boot-sunxi" and PREFERRED_PROVIDER_virtual/kernel to "linux-sunxi". +/conf/machine/include/sunxi.inc and set + + PREFERRED_PROVIDER_u-boot=u-boot-sunxi + PREFERRED_PROVIDER_virtual/bootloader=u-boot-sunxi + PREFERRED_PROVIDER_virtual/kernel=linux-sunxi If you already have built the mainline versions it might be necessary to reset the build directories with: -bitbake -c clean linux -bitbake -c clean u-boot + + bitbake -c clean linux + bitbake -c clean u-boot Performance