All of lore.kernel.org
 help / color / mirror / Atom feed
From: Max Krummenacher <max.oss.09@gmail.com>
To: Otavio Salvador <otavio@ossystems.com.br>,
	meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm-extra PATCH] linux-toradex (3.14.28): Restrict recipe parsing for compatible machines
Date: Tue, 19 Jan 2016 00:52:26 +0100	[thread overview]
Message-ID: <1453161146.2577.23.camel@gmail.com> (raw)
In-Reply-To: <1453139502-13906-1-git-send-email-otavio@ossystems.com.br>

Hi Otavio

Am Montag, den 18.01.2016, 15:51 -0200 schrieb Otavio Salvador:
> While it is good, as design, allow for easier reuse of the recipe by
> custom designs (specially SoM-based ones) it requires that we provide
> common 'defconfig' files.
> 

Wouldn't it then be better to provide such a common defconfig
additionally? 
If yes I could prepare an alternative patch which adds 
recipes-kernel/linux/linux-toradex-3.14.28/defconfig 
instead of restricting compatible machine. 
I would probably take the current linux-fslc one to cover a greater
range of drivers and options than what we use for our machines.

Regards
Max

> The Toradex kernel does not provide a i.MX6 generic defconfig file
> thus triggering a warning when building for other boards, as:
> 
> ,----
> > WARNING: Unable to get checksum for linux-toradex SRC_URI entry
> >     defconfig: file could not be found.
> `----
> 
> To avoid this warning, the compatible machine is now set for the
> compatible ones (apalis-imx6 and colibri-imx6).
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> 
>  recipes-kernel/linux/linux-toradex_3.14.28.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-kernel/linux/linux-toradex_3.14.28.bb b/recipes
> -kernel/linux/linux-toradex_3.14.28.bb
> index e7d8718..abd4278 100644
> --- a/recipes-kernel/linux/linux-toradex_3.14.28.bb
> +++ b/recipes-kernel/linux/linux-toradex_3.14.28.bb
> @@ -10,4 +10,4 @@ LOCALVERSION = "-v2.5b2"
>  SRCBRANCH = "toradex_imx_3.14.28_1.0.0_ga"
>  SRCREV = "8f237ebe42f2cb911245369276a6b3043c2815f2"
>  DEPENDS += "lzop-native bc-native"
> -COMPATIBLE_MACHINE = "(mx6)"
> +COMPATIBLE_MACHINE = "(apalis-imx6|colibri-imx6)"


  reply	other threads:[~2016-01-18 23:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-18 17:51 [meta-fsl-arm-extra PATCH] linux-toradex (3.14.28): Restrict recipe parsing for compatible machines Otavio Salvador
2016-01-18 23:52 ` Max Krummenacher [this message]
2016-01-19 14:15   ` Otavio Salvador
2016-01-19 15:15     ` Max Krummenacher
2016-01-19 15:20       ` Otavio Salvador

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=1453161146.2577.23.camel@gmail.com \
    --to=max.oss.09@gmail.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /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.