summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-09-02 17:46:53 -0500
committerJohn Klug <john.klug@multitech.com>2020-11-12 09:29:14 -0600
commit1900a916bf12c17679daef511e89a9996e90689b (patch)
tree6aaeadbc22864bf92ff2cbd8223c7bf4d1868adf
parent5477b0e534e3edf6b84545c618cfc7336550e40c (diff)
downloadmeta-mlinux-1900a916bf12c17679daef511e89a9996e90689b.tar.gz
meta-mlinux-1900a916bf12c17679daef511e89a9996e90689b.tar.bz2
meta-mlinux-1900a916bf12c17679daef511e89a9996e90689b.zip
Add a weak default for MTBSP variable
-rw-r--r--contrib/local.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/local.conf b/contrib/local.conf
index 631200b..be0beb5 100644
--- a/contrib/local.conf
+++ b/contrib/local.conf
@@ -1,6 +1,8 @@
# CONF_VERSION is increased each time build/conf/ changes incompatibly
CONF_VERSION = "1"
+MTBSP ??= "mtbsp-at91"
+
# Use MultiTech mLinux distribution
DISTRO = "mlinux"
MACHINE ?= "mtcdt"