From 96a1194b4fc67650227332222336188ba3395f49 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 5 Feb 2014 11:02:00 +1000 Subject: README: Update README * Remove notice about requiring external toolchain for MicroBlaze * Remove the mention of 'linux-xlnx' being additional (it's the default kernel provider for all machines) and is built by core-image-minimal Signed-off-by: Nathan Rossi --- README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README b/README index 6bee5d7d..c5c548e6 100644 --- a/README +++ b/README @@ -50,16 +50,13 @@ To build a specific target BSP configure the associated machine in local.conf: MACHINE ?= "zc702-zynq7" -Note: Currently MicroBlaze targets only support being built with an External -toolchain, please see the section below 'Configuring External Toolchain'. - Build the target file system image using bitbake: $ bitbake core-image-minimal -Build additional targets include Linux and U-Boot: +Build additional targets, including U-Boot: - $ bitbake linux-xlnx u-boot-xlnx + $ bitbake u-boot-xlnx Once complete the images for the target machine will be available in the output directory 'tmp/deploy/images'. -- cgit v1.2.3-54-g00ecf