diff options
author | Graham Gower <graham.gower@gmail.com> | 2010-06-29 18:54:00 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-03 13:02:24 -0700 |
commit | 11d08db8106e173599cf5efec58d2710c66bba51 (patch) | |
tree | 8319aa1b07152198f386fb8707d2b137734caf12 /conf/distro/minimal.conf | |
parent | 060285f9fdb9bc0065f119a41edb15e0182c069c (diff) |
opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.
None of the distros in OE appear to want/need gpg or curl support in opkg;
so have opkg.inc remove them by default. This diff makes things more consistent
across all distros/tasks/images.
The slugos recipe is kept intact and further divided from the more modern
recipes. The opkg-native recipe is the sane-srcrev version even when building
slugos, which should allow for changes to opkg related bbclasses without
breaking the slugos build.
Build tested for qemumipsel/minimal-image and nslu2/slugos-image.
minimal-image builds 10% quicker in my setup and is 1mb smaller.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/distro/minimal.conf')
-rw-r--r-- | conf/distro/minimal.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 5fbbc33585..5aaaaf1131 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -59,8 +59,8 @@ PREFERRED_PKG_FORMAT ?= "ipk" INHERIT += "src_distribute_local" SRC_DIST_LOCAL ?= "symlink" -# If we're using an .ipk based rootfs, we want to have opkg-nogpg installed so postinst script can run -IPKG_VARIANT = "opkg-nogpg" +# If we're using an .ipk based rootfs, we want to have opkg installed so postinst script can run +IPKG_VARIANT = "opkg" ############################################################################# # IMAGES @@ -98,8 +98,8 @@ require conf/distro/include/preferred-e-versions.inc require conf/distro/include/preferred-opie-versions-1.2.4.inc require conf/distro/include/preferred-xorg-versions-X11R7.5.inc -PREFERRED_PROVIDER_opkg ?= "opkg-nogpg" -PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-nogpg" +PREFERRED_PROVIDER_opkg ?= "opkg" +PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg" ############################################################################# # CONTENTS |