summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-12-14 00:40:59 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 15:54:56 +0100
commit77b6ca5dd194ed14c8939e3326c27443e97ef16c (patch)
tree2c56f4b2d194c64ae390e084e2d185cc2956a117
parent4ade18dd772a72a4ca8d58df8ef82d67948a65c7 (diff)
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 <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--buildconf/local.conf4
1 files changed, 4 insertions, 0 deletions
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