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

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

diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf
index 05ccfb1..0d41fe0 100644
--- a/conf/machine/colibri-imx6.conf
+++ b/conf/machine/colibri-imx6.conf
@@ -30,3 +30,6 @@ IMAGE_FSTYPES = "sdcard.gz tar.xz"
 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-imx6.inc
-- 
2.9.4



More information about the meta-freescale mailing list