diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-02-26 12:31:31 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-02-26 12:31:31 +0000 |
commit | fce742aac60051d72d21e7ffa53e5661245793d5 (patch) | |
tree | 2ccc9f7bb69c358e808cb5bdd09b6deb6504d15a /handbook/ref-classes.xml | |
parent | 3e39dac1cc0f293dba97331e7e6d7f0111030c50 (diff) | |
download | openembedded-core-fce742aac60051d72d21e7ffa53e5661245793d5.tar.gz openembedded-core-fce742aac60051d72d21e7ffa53e5661245793d5.tar.bz2 openembedded-core-fce742aac60051d72d21e7ffa53e5661245793d5.zip |
handbook: tmp/staging was renamed to tmp/sysroots - update references
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'handbook/ref-classes.xml')
-rw-r--r-- | handbook/ref-classes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/handbook/ref-classes.xml b/handbook/ref-classes.xml index bec0814daf..dc7e38d51e 100644 --- a/handbook/ref-classes.xml +++ b/handbook/ref-classes.xml @@ -179,8 +179,8 @@ autotools_stage_all <para> During staging Bitbake installs such scripts into the <filename - class="directory">staging/</filename> directory. It also changes all - paths to point into the <filename class="directory">staging/</filename> + class="directory">sysroots/</filename> directory. It also changes all + paths to point into the <filename class="directory">sysroots/</filename> directory so all builds which use the script will use the correct directories for the cross compiling layout. </para> @@ -206,7 +206,7 @@ autotools_stage_all <para> During staging Bitbake installs pkg-config data into the <filename - class="directory">staging/</filename> directory. By making use of + class="directory">sysroots/</filename> directory. By making use of sysroot functionality within pkgconfig this class no longer has to manipulate the files. </para> |