From 4597d2a39d6a687ca4d0c04fdca1fb679c2f281b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 21 Mar 2014 07:44:23 -0600 Subject: adt-manual: Fixed example bitbake command. The command said 'bitbake image....' where it would be better to say 'bitbake ...' (From yocto-docs rev: be90d647a298c88f6a1a69c66a0795dcdb5cb56b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index bb35c28f25..89ef09fb24 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -593,7 +593,7 @@ section. - Use bitbake image -c populate_sdk. + Use bitbake <image> -c populate_sdk. This method has significant advantages over the previous method because it results in a toolchain installer that contains the sysroot that matches your target root filesystem. -- cgit v1.2.3-54-g00ecf