From 14cd662cfebfcc6a36f476a616ce902a4963d3b5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 26 Dec 2014 15:46:05 +0100 Subject: fix directory names in documentation. --- docs/using.txt | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/using.txt b/docs/using.txt index 44537087b..015789162 100644 --- a/docs/using.txt +++ b/docs/using.txt @@ -59,9 +59,11 @@ OpenADK output is stored in several subdirectories: * +firmware/+ where all the images and packages are stored. -* +build___/+ where all the components except for the cross-compilation toolchain are built. The directory contains one subdirectory for each of these components. +* +build____/+ where all the components except for the + cross-compilation toolchain are built. The directory contains one + subdirectory for each of these components. -* +target__/+ which contains a hierarchy similar to a root filesystem +* +target____/+ which contains a hierarchy similar to a root filesystem hierarchy. This directory contains the installation of the cross-compilation toolchain and all the userspace packages selected for the target. However, this directory is 'not' intended to be @@ -71,7 +73,7 @@ OpenADK output is stored in several subdirectories: libraries and applications for the target that depend on other libraries. -* +root___/+ which contains the complete root filesystem for +* +root____/+ which contains the complete root filesystem for the target. One exception, it doesn't have the correct permissions (e.g. setuid for the busybox binary) for some files. Therefore, this directory *should not be used on your target*. @@ -87,14 +89,17 @@ OpenADK output is stored in several subdirectories: * +host_/+ contains the installation of tools compiled for the host that are needed for the proper execution of OpenADK -* +toolchain_/+ contains just the cross-compilation toolchain. - Can be used together with +target__/+ for other projects. Toolchain +* +host_build_/+ contains the build directories of tools compiled for the host + that are needed for the proper execution of OpenADK + +* +toolchain____>/+ contains just the cross-compilation toolchain. + Can be used together with +target____/+ for other projects. Toolchain is relocatable. -* +toolchain_build__/+ contains the build directories for the various +* +toolchain_build____/+ contains the build directories for the various components of the cross-compilation toolchain. -* +pkg___/+ contains stamp files and file lists for the various components. +* +pkg____/+ contains stamp files and file lists for the various components. The command, +make menuconfig+ and +make+, are the basic ones that allow to easily and quickly generate images fitting -- cgit v1.2.3