diff options
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" |