[oe-commits] Graham Gower : opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.

git version control git at git.openembedded.org
Tue Aug 3 20:02:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 11d08db8106e173599cf5efec58d2710c66bba51
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=11d08db8106e173599cf5efec58d2710c66bba51

Author: Graham Gower <graham.gower at gmail.com>
Date:   Tue Jun 29 18:54:00 2010 +0000

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 at gmail.com>
Acked-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/compatibility-providers.conf                  |    1 -
 conf/distro/angstrom-2008.1.conf                   |    8 +++---
 conf/distro/include/preferred-slugos-versions.inc  |   10 -------
 conf/distro/jlime-2010.1.conf                      |    2 +-
 conf/distro/kaeilos-2010.conf                      |    8 +++---
 conf/distro/kaeilos.conf                           |   10 +++---
 conf/distro/micro.conf                             |    2 +-
 conf/distro/minimal.conf                           |    8 +++---
 conf/distro/nylon.conf                             |    2 +-
 recipes/angstrom/angstrom-feed-configs.bb          |    2 +-
 recipes/images/minimal-gpe-image.bb                |    2 +-
 recipes/images/nas-server-image.bb                 |    2 +-
 recipes/images/x11-sato-image.bb                   |    2 +-
 recipes/meta/meta-toolchain-arago.bb               |    2 +-
 recipes/opkg/files/fix_endianness.patch            |   12 --------
 recipes/opkg/{opkg => files}/isatty.patch          |    0 
 .../{opkg => files}/opkg-intercept-cleanup.patch   |    0 
 recipes/opkg/files/opkg-libdir.patch               |   11 -------
 recipes/opkg/opkg-native_svn.bb                    |   11 +-------
 recipes/opkg/opkg-nogpg-nocurl-slugos_svn.bb       |   29 +++++++++++++------
 recipes/opkg/opkg-nogpg-nocurl_svn.bb              |   15 ----------
 recipes/opkg/opkg-nogpg_svn.bb                     |   25 -----------------
 recipes/opkg/opkg-sdk_svn.bb                       |    2 +-
 recipes/opkg/opkg.inc                              |   16 +++++------
 recipes/opkg/opkg_svn.bb                           |    6 ----
 recipes/tasks/task-arago-toolchain-target.bb       |    2 +-
 recipes/tasks/task-sdk-sbox.bb                     |    2 +-
 27 files changed, 56 insertions(+), 136 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=11d08db8106e173599cf5efec58d2710c66bba51




More information about the Openembedded-commits mailing list