summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-07-17 21:34:57 +0000
committerRichard Purdie <richard@openedhand.com>2008-07-17 21:34:57 +0000
commitd12df5427a52c03ad3027d882a9749e5284ca344 (patch)
treea759ad5c583249b98fb1a9e754a4bd27829756f6 /meta/conf
parent7332ac9069c01441defd10d2341f55f4d186bc2c (diff)
downloadpoky-d12df5427a52c03ad3027d882a9749e5284ca344.tar.gz
Switch from ipkg-utils to opkg-utils
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4863 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf4
-rw-r--r--meta/conf/distro/poky.conf1
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index d51f9d9e78..49bb6f0964 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -512,9 +512,9 @@ MKTEMPCMD = "mktemp -q ${TMPBASE}"
512 512
513export PATCH_GET="0" 513export PATCH_GET="0"
514 514
515# Program to be used to build ipkg packages 515# Program to be used to build opkg packages
516 516
517IPKGBUILDCMD = "ipkg-build -o 0 -g 0" 517OPKGBUILDCMD = "opkg-build -o 0 -g 0"
518 518
519################################################################## 519##################################################################
520# Not sure about the rest of this yet. 520# Not sure about the rest of this yet.
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 2a6927371b..99d20287bb 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -112,6 +112,7 @@ EXCLUDE_FROM_WORLD_pn-libopensync-plugin-irmc-sync = "1"
112EXCLUDE_FROM_WORLD_pn-libopensync-plugin-file-sync = "1" 112EXCLUDE_FROM_WORLD_pn-libopensync-plugin-file-sync = "1"
113# Needs python 113# Needs python
114EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" 114EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1"
115EXCLUDE_FROM_WORLD_pn-opkg-utils = "1"
115# Needs gcc 3.x 116# Needs gcc 3.x
116EXCLUDE_FROM_WORLD_pn-qemu = "1" 117EXCLUDE_FROM_WORLD_pn-qemu = "1"
117# temporary 118# temporary