From: Ann Thornton Date: Wed, 8 Jul 2015 20:11:04 +0000 (-0500) Subject: imx-base.inc mxs-base.inc: Add imx MACHINEOVERRIDES X-Git-Tag: 2.1~548 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=929e7fbd2c21329898cfa846993ef89c690cb803;p=meta-freescale.git 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 --- 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:"