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/development.xml | |
parent | 3e39dac1cc0f293dba97331e7e6d7f0111030c50 (diff) | |
download | poky-fce742aac60051d72d21e7ffa53e5661245793d5.tar.gz |
handbook: tmp/staging was renamed to tmp/sysroots - update references
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'handbook/development.xml')
-rw-r--r-- | handbook/development.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
532 | Firstly you want to install the <emphasis>foo</emphasis> package to tmp/rootfs | 532 | Firstly you want to install the <emphasis>foo</emphasis> package to tmp/rootfs |
533 | by doing: | 533 | by doing: |
534 | </para> | 534 | </para> |
535 | <programlisting>tmp/staging/i686-linux/usr/bin/opkg-cl -f \ | 535 | <programlisting>tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ |
536 | tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf -o \ | 536 | tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf -o \ |
537 | tmp/rootfs/ update</programlisting> | 537 | tmp/rootfs/ update</programlisting> |
538 | <para> | 538 | <para> |
539 | then, | 539 | then, |
540 | </para> | 540 | </para> |
541 | <programlisting>tmp/staging/i686-linux/usr/bin/opkg-cl -f \ | 541 | <programlisting>tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ |
542 | tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf \ | 542 | tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf \ |
543 | -o tmp/rootfs install foo | 543 | -o tmp/rootfs install foo |
544 | 544 | ||
545 | tmp/staging/i686-linux/usr/bin/opkg-cl -f \ | 545 | tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ |
546 | tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf \ | 546 | tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf \ |
547 | -o tmp/rootfs install foo-dbg</programlisting> | 547 | -o tmp/rootfs install foo-dbg</programlisting> |
548 | <para> | 548 | <para> |