summaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-30 10:04:11 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-30 10:04:11 +0000
commitd5d146602553bfdd2f246265d5053e0453940fcf (patch)
tree178c542a51a6fd411fbac699e5842c3c0aa41aed /handbook
parent8e9f535de853ac1e3f5c239bab6ae4f672382ace (diff)
downloadpoky-d5d146602553bfdd2f246265d5053e0453940fcf.tar.gz
handbook: Update to reference opkg. not ipkg
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4744 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'handbook')
-rw-r--r--handbook/development.xml14
-rw-r--r--handbook/extendpoky.xml2
-rw-r--r--handbook/faq.xml2
3 files changed, 9 insertions, 9 deletions
diff --git a/handbook/development.xml b/handbook/development.xml
index 637d279d4d..d36f7f2fe0 100644
--- a/handbook/development.xml
+++ b/handbook/development.xml
@@ -532,18 +532,18 @@ $ 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/ipkg-cl -f \ 535 <programlisting>tmp/staging/i686-linux/usr/bin/opkg-cl -f \
536tmp/work/&lt;target-abi&gt;/poky-image-sato-1.0-r0/temp/ipkg.conf -o \ 536tmp/work/&lt;target-abi&gt;/poky-image-sato-1.0-r0/temp/opkg.conf -o \
537tmp/rootfs/ update</programlisting> 537tmp/rootfs/ update</programlisting>
538 <para> 538 <para>
539 then, 539 then,
540 </para> 540 </para>
541 <programlisting>tmp/staging/i686-linux/usr/bin/ipkg-cl -f \ 541 <programlisting>tmp/staging/i686-linux/usr/bin/opkg-cl -f \
542tmp/work/&lt;target-abi&gt;/poky-image-sato-1.0-r0/temp/ipkg.conf \ 542tmp/work/&lt;target-abi&gt;/poky-image-sato-1.0-r0/temp/opkg.conf \
543-o tmp/rootfs install foo 543-o tmp/rootfs install foo
544 544
545tmp/staging/i686-linux/usr/bin/ipkg-cl -f \ 545tmp/staging/i686-linux/usr/bin/opkg-cl -f \
546tmp/work/&lt;target-abi&gt;/poky-image-sato-1.0-r0/temp/ipkg.conf \ 546tmp/work/&lt;target-abi&gt;/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>
549 which installs the debugging information too. 549 which installs the debugging information too.
@@ -802,7 +802,7 @@ $ opreport -cl
802 located in /boot/vmlinux-KERNELVERSION, where KERNEL-version is the version of 802 located in /boot/vmlinux-KERNELVERSION, where KERNEL-version is the version of
803 the kernel e.g. 2.6.23. Poky generates separate vmlinux packages for each kernel 803 the kernel e.g. 2.6.23. Poky generates separate vmlinux packages for each kernel
804 it builds so it should be a question of just ensuring a matching package is 804 it builds so it should be a question of just ensuring a matching package is
805 installed (<command> ipkg install kernel-vmlinux</command>. These are automatically 805 installed (<command> opkg install kernel-vmlinux</command>. These are automatically
806 installed into development and profiling images alongside OProfile. There is a 806 installed into development and profiling images alongside OProfile. There is a
807 configuration option within the OProfileUI settings page where the location of 807 configuration option within the OProfileUI settings page where the location of
808 the vmlinux file can be entered. 808 the vmlinux file can be entered.
diff --git a/handbook/extendpoky.xml b/handbook/extendpoky.xml
index d6f183acc6..c7e3033693 100644
--- a/handbook/extendpoky.xml
+++ b/handbook/extendpoky.xml
@@ -618,7 +618,7 @@ BBFILE_PRIORITY_extras = "5"</literallayout>
618 the repository and don't have to remember to rebuild any sections. 618 the repository and don't have to remember to rebuild any sections.
619 The second is to ensure that target users are able to upgrade their 619 The second is to ensure that target users are able to upgrade their
620 devices via their package manager such as with the <command> 620 devices via their package manager such as with the <command>
621 ipkg update;ipkg upgrade</command> commands (or similar for 621 opkg update;opkg upgrade</command> commands (or similar for
622 dpkg/apt or rpm based systems). The aim is to ensure Poky has 622 dpkg/apt or rpm based systems). The aim is to ensure Poky has
623 upgradable packages in all cases. 623 upgradable packages in all cases.
624 </para> 624 </para>
diff --git a/handbook/faq.xml b/handbook/faq.xml
index 2c227bfc62..061ed563ce 100644
--- a/handbook/faq.xml
+++ b/handbook/faq.xml
@@ -119,7 +119,7 @@
119 </question> 119 </question>
120 <answer> 120 <answer>
121 <para> 121 <para>
122 Poky can build packages in various formats, ipkg, Debian package, or RPM. The package can then be upgraded using the package tools on the device, much like on a desktop distribution like Ubuntu or Fedora. 122 Poky can build packages in various formats, ipk (for ipkg/opkg), Debian package (.deb), or RPM. The packages can then be upgraded using the package tools on the device, much like on a desktop distribution like Ubuntu or Fedora.
123 </para> 123 </para>
124 </answer> 124 </answer>
125 </qandaentry> 125 </qandaentry>