All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Hochstein <tom.hochstein@nxp.com>
To: Otavio Salvador <otavio.salvador@ossystems.com.br>
Cc: Otavio Salvador <otavio@ossystems.com.br>,
	Prabhu Sundararaj <prabhu.sundararaj@nxp.com>,
	meta-freescale Mailing List <meta-freescale@yoctoproject.org>,
	White Weng <white.weng@nxp.com>
Subject: Re: [meta-fsl-arm PATCH v2 00/16] Machine overrides extender - reduce code duplication
Date: Fri, 2 Sep 2016 19:56:45 +0000	[thread overview]
Message-ID: <AMSPR04MB309F7443B25C68B280AFC90E2E50@AMSPR04MB309.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <CAP9ODKp=bLrV13++ysd3dDYD2LY4_VgqivrgeoGAm2tuP0TCWA@mail.gmail.com>

> From: Otavio Salvador [mailto:otavio.salvador@ossystems.com.br]
> Sent: Friday, September 02, 2016 1:55 PM

> The MACHINE_FEATURES including that kind of information will have a
> huge impact on the number of machine specific package. In summary we
> would not be able to share the binaries across different machines of
> same SoC. Currently we share the Q, DL binaries as they are binary
> compatible however if this could change on the board we would need to
> make they are machine specific (Qt, Chromium, GStreamer, ...)

Not sure I understand. Those recipes work today across different machines, and it seems like using MACHINE_FEATURES doesn't change that at all. Each binary will vary only because of different machine features, so if Q and DL have the same features, the binary will still be compatible. Do I misunderstand how this works?

Tom

  reply	other threads:[~2016-09-02 20:11 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-01 22:20 [meta-fsl-arm PATCH v2 00/16] Machine overrides extender - reduce code duplication Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 01/16] Convert SOC_FAMILY to MACHINEOVERRIDES Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 02/16] imx-lib: Stop using generic SoC overrides Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 03/16] imx-test: " Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 04/16] machine-overrides-extender.bbclass: Automatically set extend the MACHINEOVERRIDES Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 05/16] imx-base.inc: Enable machine overrides extender for i.MX6 Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 06/16] chromium: Refactor code to use the the new overrides Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 07/16] glmark2: Refactor code to use " Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 08/16] qtbase: " Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 09/16] cairo: " Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 10/16] eglinfo: " Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 11/16] imx-gpu-viv: " Otavio Salvador
2016-09-06 14:23   ` Tom Hochstein
2016-09-06 14:54     ` Otavio Salvador
2016-09-06 15:04       ` Tom Hochstein
2016-09-06 16:14         ` Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 12/16] mesa-gl: " Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 13/16] weston: " Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 14/16] gstreamer1.0-plugins-imx: " Otavio Salvador
2016-09-06 14:25   ` Tom Hochstein
2016-09-06 14:42     ` Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 15/16] imx-codec: " Otavio Salvador
2016-09-01 22:20 ` [meta-fsl-arm PATCH v2 16/16] gstreamer1.0-plugins-imx: Change EGL platform preference order Otavio Salvador
2016-09-02  3:42 ` [meta-fsl-arm PATCH v2 00/16] Machine overrides extender - reduce code duplication Tom Hochstein
2016-09-02 10:13   ` Otavio Salvador
2016-09-02 14:46     ` Tom Hochstein
2016-09-02 18:55       ` Otavio Salvador
2016-09-02 19:56         ` Tom Hochstein [this message]
2016-09-02 20:11           ` Otavio Salvador
2016-09-02 22:29             ` Tom Hochstein
2016-09-03 20:23               ` Otavio Salvador
2016-09-04 17:15                 ` Tom Hochstein
2016-09-05 12:55                   ` Otavio Salvador
2016-09-05 16:37                     ` Tom Hochstein
2016-09-05 17:18                       ` Otavio Salvador
2016-09-06  1:13                         ` Tom Hochstein
2016-09-06 12:39                           ` Otavio Salvador
2016-09-06 13:25                             ` Tom Hochstein
2016-09-06 13:45                               ` Otavio Salvador
2016-09-06 14:54                                 ` Tom Hochstein
2016-09-06 16:11                                   ` 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=AMSPR04MB309F7443B25C68B280AFC90E2E50@AMSPR04MB309.eurprd04.prod.outlook.com \
    --to=tom.hochstein@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio.salvador@ossystems.com.br \
    --cc=otavio@ossystems.com.br \
    --cc=prabhu.sundararaj@nxp.com \
    --cc=white.weng@nxp.com \
    /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.