From e02eb34f8272ce0833dc2619cf0854822e77bc0d Mon Sep 17 00:00:00 2001 From: Ann Thornton Date: Wed, 8 Jul 2015 15:11:04 -0500 Subject: 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 --- conf/machine/include/imx-base.inc | 3 +++ conf/machine/include/mxs-base.inc | 3 +++ 2 files changed, 6 insertions(+) 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" KERNEL_IMAGETYPE = "zImage" MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" + +# Add the ability to specify _imx machines +MACHINEOVERRIDES =. "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" SERIAL_CONSOLE = "115200 ttyAMA0" KERNEL_IMAGETYPE = "zImage" + +# Add the ability to specify _imx machines +MACHINEOVERRIDES =. "imx:" -- cgit v1.2.3-54-g00ecf