Add a hook to allow to append to the machine configuration from an optional include file.
Signed-off-by: Max Krummenacher <[email protected]> --- conf/machine/colibri-imx7.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/colibri-imx7.conf b/conf/machine/colibri-imx7.conf index ae0ae34..eccac03 100644 --- a/conf/machine/colibri-imx7.conf +++ b/conf/machine/colibri-imx7.conf @@ -35,3 +35,6 @@ UBI_VOLNAME = "rootfs" SERIAL_CONSOLE = "115200 ttymxc0" MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g" + +# This file need not exist, it can be used in another layer to e.g. add to IMAGE_CLASSES or KERNEL_DEVICETREE +include conf/machine/include/colibri-imx7.inc -- 2.9.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
