[PATCH] DOCS: Add missing version number directory level to commands.
Robert P. J. Day
A couple commands are missing the version number directory level under
the /opt/poky toolchain installation directory. Signed-off-by: Robert P. J. Day <rpjday@...> --- i'll let scott take this as well, and decide whether it's worth fixing this or just waiting for 1.1. either way works for me. diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 52f7391..a09cb66 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -513,7 +513,7 @@ </para> <literallayout class='monospaced'> - $ source /opt/poky/environment-setup-<<emphasis>arch</emphasis>>-poky-linux-<<emphasis>if</emphasis>> + $ source /opt/poky/1.0/environment-setup-<<emphasis>arch</emphasis>>-poky-linux-<<emphasis>if</emphasis>> Where: <<emphasis>arch</emphasis>> is a string representing the target architecture: @@ -547,7 +547,7 @@ </para> <literallayout class='monospaced'> - $ source /opt/poky/environment-setup-i686-poky-linux + $ source /opt/poky/1.0/environment-setup-i686-poky-linux $ poky-qemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3 </literallayout> -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
|
|