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/apalis-imx6.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf index 58ee86b..7dde6e1 100644 --- a/conf/machine/apalis-imx6.conf +++ b/conf/machine/apalis-imx6.conf @@ -34,3 +34,6 @@ IMAGE_FSTYPES = "sdcard.gz tar.xz" SERIAL_CONSOLE ?= "115200 ttymxc0" MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g pci" + +# 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/apalis-imx6.inc -- 2.9.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
