diff options
-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:" | ||