diff options
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> |