mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 12:32:13 +02:00
The manual previously defined the "ADT" as the toolchain, the sysroot, QEMU, and user-space tools. This definition was creating some confusion when it came to installing the "ADT". Namely, some of the items you don't even install, such as the user-space tools. So I recast the definition of ADT to mean the cross-toolchain and sysroot. I cast the other items as part of the overall development environment. (From yocto-docs rev: 6ee891660d3b6bf6e2a3f4b5a872ade7a007ce02) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>