]> git.kernelconcepts.de Git - meta-kc-bsp.git/blobdiff - setup-environment
fix machine definition substitution
[meta-kc-bsp.git] / setup-environment
index 1b95c5ad33f6b01e88fb54136eba34a5f42036f0..672929c99aadd011f0dc0539507816ebdcc57ffc 100755 (executable)
@@ -163,7 +163,7 @@ if [ "$build_dir_setup_enabled" = "true" ]; then
 DL_DIR ?= "\${BSPDIR}/downloads/"
 EOF
     # Change settings according environment
-    sed -e "s,MACHINE ??=.*,MACHINE ??= '$MACHINE',g" \
+    sed -e "s,MACHINE ?=.*,MACHINE ?= '$MACHINE',g" \
         -e "s,DISTRO ?=.*,DISTRO ?= '$DISTRO',g" \
         -i conf/local.conf