diff options
author | Ann Thornton <ra43240@freescale.com> | 2015-07-08 15:11:04 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-13 10:07:30 -0300 |
commit | 929e7fbd2c21329898cfa846993ef89c690cb803 (patch) | |
tree | 5b881514b36ae0086caac9625e2fcb325accc3c3 | |
parent | 4b5683cf7b387b6ca99c9291bce79d0ca4676aa5 (diff) | |
download | meta-freescale-929e7fbd2c21329898cfa846993ef89c690cb803.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-- | meta-fsl-arm/conf/machine/include/imx-base.inc | 3 | ||||
-rw-r--r-- | meta-fsl-arm/conf/machine/include/mxs-base.inc | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc index f64ba6b0..ecb2f772 100644 --- a/meta-fsl-arm/conf/machine/include/imx-base.inc +++ b/meta-fsl-arm/conf/machine/include/imx-base.inc | |||
@@ -123,3 +123,6 @@ SERIAL_CONSOLE = "115200 ttymxc0" | |||
123 | KERNEL_IMAGETYPE = "zImage" | 123 | KERNEL_IMAGETYPE = "zImage" |
124 | 124 | ||
125 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" | 125 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" |
126 | |||
127 | # Add the ability to specify _imx machines | ||
128 | MACHINEOVERRIDES =. "imx:" | ||
diff --git a/meta-fsl-arm/conf/machine/include/mxs-base.inc b/meta-fsl-arm/conf/machine/include/mxs-base.inc index 8632f15e..ecf4aed4 100644 --- a/meta-fsl-arm/conf/machine/include/mxs-base.inc +++ b/meta-fsl-arm/conf/machine/include/mxs-base.inc | |||
@@ -35,3 +35,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" | |||
35 | SERIAL_CONSOLE = "115200 ttyAMA0" | 35 | SERIAL_CONSOLE = "115200 ttyAMA0" |
36 | 36 | ||
37 | KERNEL_IMAGETYPE = "zImage" | 37 | KERNEL_IMAGETYPE = "zImage" |
38 | |||
39 | # Add the ability to specify _imx machines | ||
40 | MACHINEOVERRIDES =. "imx:" | ||