diff --git a/handbook/development.xml b/handbook/development.xml
index d36f7f2fe0..78fabac743 100644
--- a/handbook/development.xml
+++ b/handbook/development.xml
@@ -532,17 +532,17 @@ $ bitbake matchbox-desktop -c devshell
Firstly you want to install the foo package to tmp/rootfs
by doing:
- tmp/staging/i686-linux/usr/bin/opkg-cl -f \
+ tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \
tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf -o \
tmp/rootfs/ update
then,
- tmp/staging/i686-linux/usr/bin/opkg-cl -f \
+ tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \
tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf \
-o tmp/rootfs install foo
-tmp/staging/i686-linux/usr/bin/opkg-cl -f \
+tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \
tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf \
-o tmp/rootfs install foo-dbg
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
During staging Bitbake installs such scripts into the staging/ directory. It also changes all
- paths to point into the staging/
+ class="directory">sysroots/ directory. It also changes all
+ paths to point into the sysroots/
directory so all builds which use the script will use the correct
directories for the cross compiling layout.
@@ -206,7 +206,7 @@ autotools_stage_all
During staging Bitbake installs pkg-config data into the staging/ directory. By making use of
+ class="directory">sysroots/ directory. By making use of
sysroot functionality within pkgconfig this class no longer has to
manipulate the files.
diff --git a/handbook/ref-structure.xml b/handbook/ref-structure.xml
index 8a564e77b3..a420a59218 100644
--- a/handbook/ref-structure.xml
+++ b/handbook/ref-structure.xml
@@ -216,11 +216,11 @@
-