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

Signed-off-by: Max Krummenacher <max.krummenac...@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

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to