====== Build environment directory structure ====== . $TOPDIR, the top level directory |-- Documentation* documentation files | |-- Arm Arm documents | |-- FreeScale* Freescale manuals | |-- Miscellaneous* Miscellaneous documents | `-- TQ* TQ documents |-- bin* host binaries |-- boot* U-Boot | |-- Archives* U-Boot source archives | |-- bootlets* FreeScale bootlets | |-- patches* local patches | |-- u-boot-xx U-Boot build directory | |-- u-boot symlink to U-Boot build directory |-- build* support tools for building |-- flash* directory where the flash image and the ramdisk are built |-- hosttools* tools for the host (elf2sb, ...) |-- images kernel and rootfs images are stored here |-- install built kernel, programs etc. are stored here |-- install/tftpboot kernel and U-Boot images |-- kernel* the kernel build env resides here | |-- Archive* kernel source archives | |-- linux-2.6.xx Linux build directory | |-- linux symlink to Linux build directory | |-- drivers* local drivers | `-- local-2.6.xx* local config files and patches |-- local* local files for the root fs |-- private private data |-- programs* local programs reside here `-- tmp for temporary local files Directories marked with an asterisk (*) are under SVN control.