All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Koen Kooi <koen@dominion.thruhere.net>
Cc: openembedded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH] eglibc: Configure based on DISTRO_FEATURES_EGLIBC
Date: Wed, 12 Jan 2011 01:09:06 -0800	[thread overview]
Message-ID: <4D2D6FB2.2060706@gmail.com> (raw)
In-Reply-To: <BA7CD77F-CB74-4639-B887-413AA7B873D8@dominion.thruhere.net>

On 1/12/2011 1:03 AM, Koen Kooi wrote:
>
> Op 12 jan 2011, om 09:48 heeft Khem Raj het volgende geschreven:
>
>> * Let distros decide what features to enable if not
>>   selected it will turn off all possible knobs
>>
>> * Enable all knobs for angstrom and distros based on
>>   sane-toolchain
>>
>> Signed-off-by: Khem Raj<raj.khem@gmail.com>
>> CC: k.kooi@student.utwente.nl
>
> That email address will stop to exist soon :)

ok

>
>> CC: koansoftware@gmail.com
>> ---
>> conf/distro/include/angstrom-eglibc.inc       |    8 ++-
>> conf/distro/include/sane-toolchain-eglibc.inc |    8 ++
>> recipes/eglibc/eglibc-options.inc             |   89 +++++++++++++------------
>> recipes/eglibc/eglibc.inc                     |    4 +-
>> 4 files changed, 62 insertions(+), 47 deletions(-)
>>
>> diff --git a/conf/distro/include/angstrom-eglibc.inc b/conf/distro/include/angstrom-eglibc.inc
>> index f0ef802..1e3b971 100644
>> --- a/conf/distro/include/angstrom-eglibc.inc
>> +++ b/conf/distro/include/angstrom-eglibc.inc
>> @@ -26,4 +26,10 @@ BUILD_OPTIMIZATION_sparc = "-O2"
>> TARGET_LINK_HASH_STYLE = "${@['-Wl,--hash-style=gnu',''][bb.data.getVar('TARGET_ARCH',d,1) in ['mips', 'mipsel', 'mips64', 'mips64el']]}"
>>
>> CXXFLAGS += "-fvisibility-inlines-hidden"
>> -
>> +DISTRO_FEATURES_EGLIBC ?= "ipv6 backtrace big-macros bsd cxx-tests catgets \
>> +                           charsets crypt crypt-ufc db-aliases envz fcvt fmtmsg \
>> +                           fstab ftraverse getlogin idn inet inet-anl libm \
>> +                           libm-big locales locale-code memusage nis nsswitch \
>> +                           rcmd rtld-debug spawn streams sunrpc utmp utmpx \
>> +                           wordexp posix-clang-wchar posix-regexp \
>> +                           posix-regexp-glibc posix-wchar-io"
>
> Can we double-soft assign (??=) it in eglibc.inc as well?

hmmm could be done. infact then we dont need to modify 
angstrom-eglibc.inc and sane-toolchain-eglibc.inc just having it in 
eglibc.inc will feed all the beasts.
>
> regards,
>
> Koen




      reply	other threads:[~2011-01-12  9:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-12  8:48 [PATCH] eglibc: Configure based on DISTRO_FEATURES_EGLIBC Khem Raj
2011-01-12  9:03 ` Koen Kooi
2011-01-12  9:09   ` Khem Raj [this message]

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=4D2D6FB2.2060706@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=koen@dominion.thruhere.net \
    --cc=openembedded-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.