Difference between revisions of "OE/Yocto prebuilt toolchains"

From KoanSoftware Wiki
Jump to: navigation, search
(Created page with "Get the appropriate OE/Yocto toolchains [http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/toolchain here], and execute the shell script to install them into (by default…")
 
 
Line 1: Line 1:
Get the appropriate OE/Yocto toolchains [http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/toolchain here], and execute the shell script to install them into (by default) /opt/poky/1.4/. Once that's done, extend your search path to pick up both the cross-compile utilities, and some additional Yocto utilities as well.
+
=== Yocto Project pre-built toolchains ===
  
For example, this is for the ARM toolchain:
+
This site provides a large number of ready-to-use cross-compilation toolchains, targetting the Linux operating system on a large number of architectures.
  
source /opt/poky/1.4/environment-setup-armv5te-poky-linux-gnueabi
+
Get the appropriate Openembedded/Yocto toolchain here : http://downloads.yoctoproject.org/releases/yocto, and execute the shell script to install them into (by default) /opt/poky/. Once that's done, extend your search path to pick up both the cross-compile utilities, and some additional Yocto utilities as well.
 +
 
 +
Most toolchains are tested by building a Linux kernel and Linux userspace, and booting it under Qemu. This is of course not possible on some CPU architectures.

Latest revision as of 16:23, 1 May 2020

Yocto Project pre-built toolchains

This site provides a large number of ready-to-use cross-compilation toolchains, targetting the Linux operating system on a large number of architectures.

Get the appropriate Openembedded/Yocto toolchain here : http://downloads.yoctoproject.org/releases/yocto, and execute the shell script to install them into (by default) /opt/poky/. Once that's done, extend your search path to pick up both the cross-compile utilities, and some additional Yocto utilities as well.

Most toolchains are tested by building a Linux kernel and Linux userspace, and booting it under Qemu. This is of course not possible on some CPU architectures.