This adds the Boundary Devices SabreLITE machine which were maintained in meta-fsl-arm. We did this change as the support of the board is not done by Freescale officially and the kernel with better support is the one done by Boundary Devices which we now have available.
Change-Id: Ie040b38e23885fa164bb4cd25d8c4b0b00471e5c Signed-off-by: Otavio Salvador <[email protected]> --- conf/machine/imx6qsabrelite.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/machine/imx6qsabrelite.conf diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf new file mode 100644 index 0000000..46abdd3 --- /dev/null +++ b/conf/machine/imx6qsabrelite.conf @@ -0,0 +1,18 @@ +#@TYPE: Machine +#@NAME: i.MX6Q SABRE Lite +#@DESCRIPTION: Machine configuration for Boundary Devices i.MX6Q SABRE Lite + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa9.inc + +SOC_FAMILY = "mx6q:mx6" + +KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts" + +PREFERRED_PROVIDER_virtual/kernel = "linux-boundary" + +UBOOT_MACHINE = "mx6qsabrelite_config" + +SERIAL_CONSOLE = "115200 ttymxc1" + +MACHINE_FEATURES += " pci wifi bluetooth" -- 1.8.1 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
