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

As new i.MX machines are added and product lines are increasing,
having an override for imx machines in general will help clarify
recipes, images, and packagegroups and keep the list of imx 
supported machines a little shorter.

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

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 51625eb..32c06c6 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"
+
+# Add the ability to specify _imx machines
+MACHINEOVERRIDES =. "imx:"
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index a6c34e1..b981155 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -32,3 +32,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
 SERIAL_CONSOLE = "115200 ttyAMA0"
 
 KERNEL_IMAGETYPE = "zImage"
+
+# Add the ability to specify _imx machines
+MACHINEOVERRIDES =. "imx:"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [meta-fsl-arm][PATCH v2] imx-base.inc mxs-base.inc: Add imx MACHINEOVERRIDES
@ 2015-07-06 19:04 Ann Thornton
  2015-07-06 20:34 ` Nikolay Dimitrov
  0 siblings, 1 reply; 14+ messages in thread
From: Ann Thornton @ 2015-07-06 19:04 UTC (permalink / raw)
  To: meta-freescale

Soon non-imx machines will be added to the builds.  We need to be able to
specify imx machines to distinguish between them in recipes. This change
allows _imx to be used to limit actions to i.MX machines.

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

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 51625eb..32c06c6 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"
+
+# Add the ability to specify _imx machines
+MACHINEOVERRIDES =. "imx:"
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index a6c34e1..b981155 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -32,3 +32,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
 SERIAL_CONSOLE = "115200 ttyAMA0"
 
 KERNEL_IMAGETYPE = "zImage"
+
+# Add the ability to specify _imx machines
+MACHINEOVERRIDES =. "imx:"
-- 
1.7.9.5



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

end of thread, other threads:[~2015-07-08 20:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08 20:11 [meta-fsl-arm][PATCH v2] imx-base.inc mxs-base.inc: Add imx MACHINEOVERRIDES Ann Thornton
2015-07-08 20:15 ` Ann Thornton
  -- strict thread matches above, loose matches on Subject: below --
2015-07-06 19:04 Ann Thornton
2015-07-06 20:34 ` Nikolay Dimitrov
2015-07-06 20:50   ` Ann Thornton
2015-07-07 12:30     ` Daiane Angolini
2015-07-07 15:12       ` Nikolay Dimitrov
2015-07-07 16:33         ` Otavio Salvador
2015-07-08 14:33         ` Ann Thornton
2015-07-08 14:41           ` Otavio Salvador
2015-07-08 15:56             ` Daiane Angolini
2015-07-08 17:00               ` Otavio Salvador
2015-07-08 19:39                 ` Daiane Angolini
2015-07-08 17:58           ` Nikolay Dimitrov

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.