Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Tom Rini <tom_rini@mentor.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 0/8] Start consolidating siteinfo information
Date: Fri, 22 Jul 2011 10:10:44 -0700	[thread overview]
Message-ID: <cover.1311354521.git.tom_rini@mentor.com> (raw)

Hey all,

As I've been talking about for a while, here is the first part of re-syncing
oe.dev siteinfo files with oe-core AND doing more consolidation.  There's
more to do, but I don't want this to grow too large before I start submitting.
This contains what I would call the obviously correct stuff where:
- all of the common platforms set things to the same value
- A little poking around shows it's a libc test or a standard linux
  feature.
- All of the arches that didn't set it just hadn't tried to build that yet.

The only part that's not 100% in that would be the db mutex drops.  But
after trying the version of db we have and looking at the recipe:
- These values weren't being used at all and were incorrect in some
  cases anyhow (eg x86_64 uclibc went with the x86_64 asm bits it has for
  mutex, not none)
- It's not how you set mutex bits either.  ie arm was doing one thing in
  siteinfo and the recipe another and the way the recipe did it, works.

v2: Don't bogusly populate powerpc-common, catch a few more
    samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES

The following changes since commit b4c23fce3eadaff8fc621d38759d493cd03cc131:
  Koen Kooi (1):
        consolekit 0.4.5: fix PAM installation dir

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib trini/update-site-files-22jul-v2
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/update-site-files-22jul-v2

Tom Rini (8):
  siteinfo: Move certain samba entries to common-linux
  siteinfo: Move certain bash entries to common-linux
  x86_64-linux siteinfo: Add bash info
  siteinfo: Move certain mysql entries to common-linux
  siteinfo: Move the rp-pppoe entry to common-linux
  siteinfo: Move certain db entries to common-linux
  siteinfo: Move general realloc/malloc values to common-$libc
  siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid,grgid}) to
    common-libc

 meta/site/arm-common          |   35 -------------------------------
 meta/site/arm-linux           |   15 -------------
 meta/site/arm-linux-uclibc    |   12 -----------
 meta/site/armeb-linux         |   10 ---------
 meta/site/armeb-linux-uclibc  |   10 ---------
 meta/site/common-glibc        |   10 +++++++++
 meta/site/common-linux        |   39 +++++++++++++++++++++++++++++++++++
 meta/site/common-uclibc       |   11 ++++++++++
 meta/site/ix86-common         |   43 ---------------------------------------
 meta/site/mips-common         |    3 --
 meta/site/mips-linux          |   29 +-------------------------
 meta/site/mips-linux-uclibc   |   29 +-------------------------
 meta/site/mipsel-linux        |   40 +-----------------------------------
 meta/site/mipsel-linux-uclibc |   26 -----------------------
 meta/site/powerpc-linux       |   13 -----------
 meta/site/powerpc32-linux     |   36 +-------------------------------
 meta/site/sh-common           |   45 +----------------------------------------
 meta/site/sparc-linux         |   10 ---------
 meta/site/x86_64-linux        |   28 ++++++-------------------
 meta/site/x86_64-linux-uclibc |   23 ---------------------
 20 files changed, 72 insertions(+), 395 deletions(-)




             reply	other threads:[~2011-07-22 17:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-22 17:10 Tom Rini [this message]
2011-07-22 17:10 ` [PATCH v2 1/8] siteinfo: Move certain samba entries to common-linux Tom Rini
2011-07-22 17:10 ` [PATCH v2 2/8] siteinfo: Move certain bash " Tom Rini
2011-07-22 17:10 ` [PATCH v2 3/8] x86_64-linux siteinfo: Add bash info Tom Rini
2011-07-22 17:10 ` [PATCH v2 4/8] siteinfo: Move certain mysql entries to common-linux Tom Rini
2011-07-22 17:10 ` [PATCH v2 5/8] siteinfo: Move the rp-pppoe entry " Tom Rini
2011-07-25 15:57   ` Phil Blundell
2011-07-25 16:00     ` Tom Rini
2011-07-25 16:40       ` Phil Blundell
2011-07-25 16:55         ` Tom Rini
2011-07-26 18:55           ` Tom Rini
2011-07-22 17:10 ` [PATCH v2 6/8] siteinfo: Move certain db entries " Tom Rini
2011-07-22 17:10 ` [PATCH v2 7/8] siteinfo: Move general realloc/malloc values to common-$libc Tom Rini
2011-07-22 17:10 ` [PATCH v2 8/8] siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid, grgid}) to common-libc Tom Rini
2011-07-28  0:19 ` [PATCH v2 0/8] Start consolidating siteinfo information Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1311354521.git.tom_rini@mentor.com \
    --to=tom_rini@mentor.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox