diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 2748a68005..b97b1db875 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -415,11 +415,14 @@ - $ source /opt/poky/environment-setup-<arch>-poky-linux + $ source /opt/poky/environment-setup-<arch>-poky-linux-<if> Where: <arch> is a string representing the target architecture: - i586, x86-64, ppc, mips, or arm. + i586, x86-64, ppc603e, mips, or armv5te. + + <if> is a string representing an embedded application binary interface. + Not all setup scripts include this string.