diff options
author | John Klug <john.klug@multitech.com> | 2020-09-02 17:46:53 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-12 09:29:14 -0600 |
commit | 1900a916bf12c17679daef511e89a9996e90689b (patch) | |
tree | 6aaeadbc22864bf92ff2cbd8223c7bf4d1868adf /contrib | |
parent | 5477b0e534e3edf6b84545c618cfc7336550e40c (diff) | |
download | meta-mlinux-1900a916bf12c17679daef511e89a9996e90689b.tar.gz meta-mlinux-1900a916bf12c17679daef511e89a9996e90689b.tar.bz2 meta-mlinux-1900a916bf12c17679daef511e89a9996e90689b.zip |
Add a weak default for MTBSP variable
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/local.conf | 2 |
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" |