summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-02-05 11:02:00 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-02-05 11:02:00 +1000
commit96a1194b4fc67650227332222336188ba3395f49 (patch)
tree96d460e0cce44b5a886ffe784cd2ae1fe15c4f50 /README
parent6177100590a43b0572d6dba8649831e46dd8e085 (diff)
downloadmeta-xilinx-96a1194b4fc67650227332222336188ba3395f49.tar.gz
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 <nathan.rossi@xilinx.com>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files 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:
50 50
51 MACHINE ?= "zc702-zynq7" 51 MACHINE ?= "zc702-zynq7"
52 52
53Note: Currently MicroBlaze targets only support being built with an External
54toolchain, please see the section below 'Configuring External Toolchain'.
55
56Build the target file system image using bitbake: 53Build the target file system image using bitbake:
57 54
58 $ bitbake core-image-minimal 55 $ bitbake core-image-minimal
59 56
60Build additional targets include Linux and U-Boot: 57Build additional targets, including U-Boot:
61 58
62 $ bitbake linux-xlnx u-boot-xlnx 59 $ bitbake u-boot-xlnx
63 60
64Once complete the images for the target machine will be available in the output 61Once complete the images for the target machine will be available in the output
65directory 'tmp/deploy/images'. 62directory 'tmp/deploy/images'.