All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2014-02-07
Date: Mon, 10 Feb 2014 18:31:37 +0100	[thread overview]
Message-ID: <20140210173137.GA5239@free.fr> (raw)
In-Reply-To: <20140210093158.1dc26780@skate>

Thomas, All,

On 2014-02-10 09:31 +0100, Thomas Petazzoni spake thusly:
> On Sat, 8 Feb 2014 13:49:07 +0100, Yann E. MORIN wrote:
> 
> > On 2014-02-08 08:30 +0100, Thomas Petazzoni spake thusly:
> > > Build statistics for 2014-02-07
> > >        arm |          dvb-apps-be76da69f250 | NOK | http://autobuild.buildroot.net/results/310e355f2f601801e4500b9d3e714d3883e7aa32/
> > >        arm |          dvb-apps-be76da69f250 | NOK | http://autobuild.buildroot.net/results/90e1a2e3e428e6c3fe5b51668ab92c139f176260/
> > 
> > Too old toolchain:
> >   - SYS_TURBO was introduced in linux 3.2
> >   - SYS_DVBC_ANNEX_A in linux 3.2
> >   - SYS_DVBC_ANNEX_C and DTV_ENUM_DELSYS in linux 3.3
> 
> The too old toolchain in question is Linaro 2013.11, i.e a fairly
> recent Linaro toolchain. I believe kernel 3.2/3.3 are not that old for
> embedded products, and we should support toolchains that have such old
> kernel headers.

Sorry, I should have said: kernel-headers too old.

That toolchain is using headers from Linux 3.1.1, which are too old to
have the required defines (since they appeared in 3.3).

So, same issue, just a different phrasing.

> > >    powerpc |                w_scan-20130331 | NOK | http://autobuild.buildroot.net/results/549564293607c959fa09e12510bb2aaa79f4f479/
> > 
> > Too old toolchain, as usual.
> 
> This one I agree is old. The question is: how do I exclude this package
> from being built. Should we introduce hidden Config.in bools for kernel
> header versions, so that the packages that need at least the kernel
> headers from kernel X.Y are not visible if you have a too old
> toolchain? Those bools would be set by linux-headers/Config.in for the
> internal backend, automatically set for the well-known external
> toolchains, and a custom choice for special external toolchains.
> 
> Thoughts?

Something like:

    config BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1
        bool

    config BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_11
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1

    config BR2_PACKAGE_DVB_APPS
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1

And so on for all the headers version of interest?

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.  |
'------------------------------^-------^------------------^--------------------'

  parent reply	other threads:[~2014-02-10 17:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-08  7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-02-07 Thomas Petazzoni
2014-02-08 12:49 ` Yann E. MORIN
2014-02-10  8:31   ` Thomas Petazzoni
2014-02-10 10:27     ` Thomas De Schampheleire
2014-02-10 17:39       ` Arnout Vandecappelle
2014-02-10 20:07         ` Thomas Petazzoni
2014-02-11  7:18           ` Arnout Vandecappelle
2014-02-10 17:31     ` Yann E. MORIN [this message]
2014-02-10 17:44       ` Thomas De Schampheleire
2014-02-10 17:51         ` Thomas Petazzoni
2014-02-10 17:55           ` Yann E. MORIN
2014-02-10 17:51         ` Yann E. MORIN
2014-02-10 17:44       ` Thomas Petazzoni

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=20140210173137.GA5239@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 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.