diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-30 10:04:11 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-30 10:04:11 +0000 |
commit | d5d146602553bfdd2f246265d5053e0453940fcf (patch) | |
tree | 178c542a51a6fd411fbac699e5842c3c0aa41aed /handbook/extendpoky.xml | |
parent | 8e9f535de853ac1e3f5c239bab6ae4f672382ace (diff) | |
download | openembedded-core-d5d146602553bfdd2f246265d5053e0453940fcf.tar.gz openembedded-core-d5d146602553bfdd2f246265d5053e0453940fcf.tar.bz2 openembedded-core-d5d146602553bfdd2f246265d5053e0453940fcf.zip |
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/extendpoky.xml')
-rw-r--r-- | handbook/extendpoky.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> the repository and don't have to remember to rebuild any sections. The second is to ensure that target users are able to upgrade their devices via their package manager such as with the <command> - ipkg update;ipkg upgrade</command> commands (or similar for + opkg update;opkg upgrade</command> commands (or similar for dpkg/apt or rpm based systems). The aim is to ensure Poky has upgradable packages in all cases. </para> |