]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc mxs-base.inc: Add imx MACHINEOVERRIDES
authorAnn Thornton <ra43240@freescale.com>
Wed, 8 Jul 2015 20:11:04 +0000 (15:11 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 13 Jul 2015 13:07:30 +0000 (10:07 -0300)
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>
meta-fsl-arm/conf/machine/include/imx-base.inc
meta-fsl-arm/conf/machine/include/mxs-base.inc

index f64ba6b0cfb01dd0f13ce4bbb9c4cfc59da89b85..ecb2f772afa6fd683781c8684fb5cd7a161b07ac 100644 (file)
@@ -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:"
index 8632f15efcfed17b60d7aa5f7fcbc91328e0fa35..ecf4aed4af38b322dfa680113b2a8d317dd40d8d 100644 (file)
@@ -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:"