From 77b6ca5dd194ed14c8939e3326c27443e97ef16c Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 14 Dec 2017 00:40:59 +0100 Subject: local.conf: include machine specific include files Include machine specific include file so that layers can define machine specific variables without using machine overrides. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- buildconf/local.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'buildconf/local.conf') diff --git a/buildconf/local.conf b/buildconf/local.conf index a84a613..799948f 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -269,3 +269,7 @@ IMAGE_FSTYPES += "tar.bz2" # BB_GENERATE_MIRROR_TARBALLS = "0" PREFERRED_PROVIDER_psplash-support = "psplash-angstrom" + +# This file does not need to exist, if it does it can be used to influence machine specific +# configurations without copying the machine file. +include conf/machine/include/${MACHINE}.inc -- cgit v1.2.3