From 615dbd5b9042ef83cfa9141c6e57604c4bf58dc6 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 12 Sep 2017 10:01:44 +0200 Subject: layer.conf: apply an include to machine.conf Include a file to the machine configuration to amend to the upstream $MACHINE.conf file. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- conf/layer.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index eec2324..a78de00 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -22,3 +22,7 @@ LAYERDEPENDS_toradex-nxp-layer = " \ fsl-arm-extra \ toradex-bsp-common-layer \ " + +# This file need not exist, if it does it can be used to change the machine +# configuration +include conf/machine/include/${MACHINE}.inc -- cgit v1.2.3