summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnn Thornton <ra43240@freescale.com>2015-07-08 15:11:04 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-31 09:29:29 -0300
commite02eb34f8272ce0833dc2619cf0854822e77bc0d (patch)
treebdc325f890ce3f8ae3f078acd7ee327c58f9aef2
parentc5326c90d6754c8630504ae29244907b0841c3a9 (diff)
downloadmeta-fsl-arm-e02eb34f8272ce0833dc2619cf0854822e77bc0d.tar.gz
imx-base.inc mxs-base.inc: Add imx MACHINEOVERRIDES
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> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/include/imx-base.inc3
-rw-r--r--conf/machine/include/mxs-base.inc3
2 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index be051db..81eb6ee 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -125,3 +125,6 @@ SERIAL_CONSOLE = "115200 ttymxc0"
125KERNEL_IMAGETYPE = "zImage" 125KERNEL_IMAGETYPE = "zImage"
126 126
127MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" 127MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
128
129# Add the ability to specify _imx machines
130MACHINEOVERRIDES =. "imx:"
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index 52f8c3a..59530fe 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -42,3 +42,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
42SERIAL_CONSOLE = "115200 ttyAMA0" 42SERIAL_CONSOLE = "115200 ttyAMA0"
43 43
44KERNEL_IMAGETYPE = "zImage" 44KERNEL_IMAGETYPE = "zImage"
45
46# Add the ability to specify _imx machines
47MACHINEOVERRIDES =. "imx:"