All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] imx-base.inc: Add MACHINEOVERRIDES for imx
@ 2015-07-02 20:15 Ann Thornton
  2015-07-06 17:44 ` Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: Ann Thornton @ 2015-07-02 20:15 UTC (permalink / raw)
  To: meta-freescale

This patch will allow imx specific recipe additions.

Signed-off-by: Ann Thornton <ra43240@freescale.com>
---
 conf/machine/include/imx-base.inc |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 51625eb..0e0901a 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -117,3 +117,6 @@ SERIAL_CONSOLE = "115200 ttymxc0"
 KERNEL_IMAGETYPE = "zImage"
 
 MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
+
+MACHINEOVERRIDES .= ":imx"
+
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-fsl-arm][PATCH] imx-base.inc: Add MACHINEOVERRIDES for imx
  2015-07-02 20:15 [meta-fsl-arm][PATCH] imx-base.inc: Add MACHINEOVERRIDES for imx Ann Thornton
@ 2015-07-06 17:44 ` Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2015-07-06 17:44 UTC (permalink / raw)
  To: Ann Thornton; +Cc: meta-freescale

On Thu, Jul 2, 2015 at 5:15 PM, Ann Thornton <ra43240@freescale.com> wrote:
> This patch will allow imx specific recipe additions.
>
> Signed-off-by: Ann Thornton <ra43240@freescale.com>

This patch needs some rework:

 - add a comment in the file to explain why this is need
 - it needs to make very same change in mxs-base.inc
 - commit log needs to be more verbose about why this is desired
 - OVERRIDES is computed in wrong order

The OVERRIDES is being computed as:

OVERRIDES = linux-gnueabi:arm:build-linux:pn-connman:armv7a:mx6:mx6q:imx6qsabresd:imx:oel:class-target:forcevariable:thumb:libc-glibc

and 'imx' needs to come before 'mx6', not after machine.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-06 17:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-02 20:15 [meta-fsl-arm][PATCH] imx-base.inc: Add MACHINEOVERRIDES for imx Ann Thornton
2015-07-06 17:44 ` Otavio Salvador

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.