This patch will allow imx specific recipe additions. Signed-off-by: Ann Thornton <[email protected]> --- conf/machine/include/imx-base.inc | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 51625eb..0e0901a 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -117,3 +117,6 @@ SERIAL_CONSOLE = "115200 ttymxc0" KERNEL_IMAGETYPE = "zImage" MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" + +MACHINEOVERRIDES .= ":imx" + -- 1.7.9.5 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
