From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 04/10] toolchain/external: add choice to select 'AT_LEAST_XXX' header version
Date: Mon, 17 Feb 2014 19:02:22 +0100 [thread overview]
Message-ID: <20140217180222.GA3411@free.fr> (raw)
In-Reply-To: <CAAXf6LVOiOQ1jwWX4wT-NjB3gnE=YrroKMhjwsn9Cxa4F=9o5Q@mail.gmail.com>
Thomas DS, All,
On 2014-02-17 09:07 +0100, Thomas De Schampheleire spake thusly:
> On Sun, Feb 16, 2014 at 9:47 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> > On 2014-02-16 21:08 +0100, Thomas De Schampheleire spake thusly:
[--SNIP--]
> >> Shouldn't there be a help text explaining what this is used for, so as
> >> to remove confusion about the fact that the kernel header version was
> >> already chosen when the toolchain was built?
> >
> > I'm not sure I entirely grok your comment. This choice is only visible
> > for external toolchains, not for the internal backend, so there is not
> > two choices to set the kernel headers version.
>
> True, but suppose the user did make the externel toolchain himself,
> for example with crosstool-ng. While creating the toolchain, he did
> get the question of which headers to use already, so he/she may think
> 'Huh? Why do I have to choose it again, and what will happen if I
> select a newer version here?"
OK, I was not sure that was what you meant. Agreed.
> > However, I can indeed add a help entry like that one:
> >
> > help
> > Set to the kernel headers version that were used to build
> > the external toolchain.
> >
> > This is used to hide/show some packages that have strict
> > requirements on the version of kernel headers.
> >
> > What do you think about that? Does it answers your concerns?
>
> Yes, thanks.
> Maybe you could also add that if the user is unsure about the exact
> version, it's 'safer' to specify an older version than a newer one.
OK.
> And maybe a way of determining the header version used in a toolchain,
> in case the user does not know it.
OK.
Thank you!
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2014-02-17 18:02 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-16 17:27 [Buildroot] [PATCH 0/10] Add dependency on kernel headers Yann E. MORIN
2014-02-16 17:27 ` [Buildroot] [PATCH 01/10] toolchain/common: add minimum kernel headers options Yann E. MORIN
2014-02-17 22:33 ` Arnout Vandecappelle
2014-02-16 17:27 ` [Buildroot] [PATCH 02/10] manual: document minimal kernel headers dependency Yann E. MORIN
2014-02-16 17:41 ` Samuel Martin
2014-02-16 17:52 ` Yann E. MORIN
2014-02-16 20:03 ` Thomas De Schampheleire
2014-02-16 20:42 ` Yann E. MORIN
2014-02-16 20:45 ` Thomas De Schampheleire
2014-02-16 20:55 ` Yann E. MORIN
2014-02-16 17:27 ` [Buildroot] [PATCH 03/10] package/linux-headers: select appropriate 'AT_LEAST_XXX' header version Yann E. MORIN
2014-02-17 22:41 ` Arnout Vandecappelle
2014-02-20 18:16 ` Yann E. MORIN
2014-02-20 20:17 ` Thomas Petazzoni
2014-02-20 21:06 ` Thomas De Schampheleire
2014-02-20 21:11 ` Yann E. MORIN
2014-02-16 17:27 ` [Buildroot] [PATCH 04/10] toolchain/external: add choice to select " Yann E. MORIN
2014-02-16 20:08 ` Thomas De Schampheleire
2014-02-16 20:47 ` Yann E. MORIN
2014-02-17 8:07 ` Thomas De Schampheleire
2014-02-17 10:30 ` Thomas Petazzoni
2014-02-17 10:32 ` Thomas De Schampheleire
2014-02-17 10:44 ` Thomas Petazzoni
2014-02-17 18:04 ` Yann E. MORIN
2014-02-17 22:49 ` Thomas Petazzoni
2014-02-17 23:10 ` Arnout Vandecappelle
2014-02-17 18:02 ` Yann E. MORIN [this message]
2014-02-17 22:45 ` Arnout Vandecappelle
2014-02-17 23:00 ` Yann E. MORIN
2014-02-17 23:14 ` Arnout Vandecappelle
2014-02-16 17:27 ` [Buildroot] [PATCH 05/10] " Yann E. MORIN
2014-02-17 22:47 ` Arnout Vandecappelle
2014-02-16 17:27 ` [Buildroot] [PATCH 06/10] package/dvb-apps: requires kernel headers >= 3.3 Yann E. MORIN
2014-02-17 22:51 ` Arnout Vandecappelle
2014-02-17 23:24 ` Yann E. MORIN
2014-02-16 17:27 ` [Buildroot] [PATCH 07/10] package/w_scan: requires kernel headers >= 3.0 Yann E. MORIN
2014-02-16 17:27 ` [Buildroot] [PATCH 08/10] package/weston: " Yann E. MORIN
2014-02-16 17:27 ` [Buildroot] [PATCH 09/10] package/tvheadend: requires kernel headers >= 3.2 Yann E. MORIN
2014-02-16 17:27 ` [Buildroot] [PATCH 10/10] package/mmc-utils: requires kernel headers >= 3.0 Yann E. MORIN
2014-02-16 17:36 ` [Buildroot] [PATCH 0/10] Add dependency on kernel headers Yann E. MORIN
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=20140217180222.GA3411@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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