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

Max Krummenacher max.oss.09 at gmail.com
Wed Sep 6 07:12:57 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-vf.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf
index f6b29b6..b7b220c 100644
--- a/conf/machine/colibri-vf.conf
+++ b/conf/machine/colibri-vf.conf
@@ -38,3 +38,6 @@ UBI_VOLNAME = "rootfs"
 SERIAL_CONSOLE ?= "115200 ttyLP0"
 
 MACHINE_FEATURES += "usbgadget usbhost vfat alsa touchscreen"
+
+# 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-vf.inc
-- 
2.9.4



More information about the meta-freescale mailing list