[meta-freescale] [3rdparty][PATCH 13/15] colibri-imx7.conf: add an include file hook

Max Krummenacher max.oss.09 at gmail.com
Wed Sep 6 07:12:55 PDT 2017


Add a hook to allow to append to the machine configuration from an
optional include file.

Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
---
 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



More information about the meta-freescale mailing list