diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-08-12 13:26:30 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-08-12 13:26:30 -0500 |
commit | 141541f35dc73754a7eaab2dcf1904037707e9ec (patch) | |
tree | 056192c8303ae8ddcbffcbcf6408d3e64b5d51b6 /conf | |
parent | 1bfdffb3cb33e153b33d1bb50e507515e2346493 (diff) |
local.conf: default MACHINE to mtcdp
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf b/conf/local.conf index e36d20d..8fd1f7a 100644 --- a/conf/local.conf +++ b/conf/local.conf @@ -46,7 +46,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" TMPDIR = "${OETREE}/build/tmp" # Set machine type, which also sets TARGET_ARCH -MACHINE = "mtcdp" +MACHINE ?= "mtcdp" # Use Multi-Tech CoreCDP distribution DISTRO = "corecdp" |