Update Install toolchains authored by Guillaume Sanahuja's avatar Guillaume Sanahuja
......@@ -59,7 +59,7 @@ Toolchain installation scripts add variables in *.bashrc*. If you need to use it
`$ source ~/.bashrc`
These variables are:
* *OECORE_CMAKE_TOOLCHAINS*: a list of installed toolchains (for example ''core2_64 armv7a_neon armv5te'')
* *OECORE_CMAKE_arch_TOOLCHAIN*: where ''arch'' is from the previous list (for example *OECORE_CMAKE_CORE2_64_TOOLCHAIN*). Location of the ''toolchain.cmake'' file for a specific architecture
* *OECORE_CMAKE_TOOLCHAINS*: a list of installed toolchains (for example *core2_64 armv7a_neon armv5te*)
* *OECORE_CMAKE_arch_TOOLCHAIN*: where *arch* is from the previous list (for example *OECORE_CMAKE_CORE2_64_TOOLCHAIN*). Location of the *toolchain.cmake* file for a specific architecture
* *OECORE_HOST_SYSROOT*: used by ground control station to retrieve maps provider plugins (for gps)
* *OECORE_HOST_NATIVE_SYSROOT*: used to retrieve host's cmake and doxygen tools.
\ No newline at end of file