From 929e7fbd2c21329898cfa846993ef89c690cb803 Mon Sep 17 00:00:00 2001 From: Ann Thornton Date: Wed, 8 Jul 2015 15:11:04 -0500 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- meta-fsl-arm/conf/machine/include/imx-base.inc | 3 +++ meta-fsl-arm/conf/machine/include/mxs-base.inc | 3 +++ 2 files changed, 6 insertions(+) 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" KERNEL_IMAGETYPE = "zImage" MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" + +# Add the ability to specify _imx machines +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" SERIAL_CONSOLE = "115200 ttyAMA0" KERNEL_IMAGETYPE = "zImage" + +# Add the ability to specify _imx machines +MACHINEOVERRIDES =. "imx:" -- 2.40.1