Skip to content
Snippets Groups Projects
Commit 57db4494 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

Change default hostname to b2qt-linux-${MACHINE}


This is used by QtCreator to automatically define devices

Change-Id: I7ddb179b2e65d225196857accb371b9d17d36ad9
Reviewed-by: default avatarSamuli Piippo <samuli.piippo@digia.com>
parent edbcc628
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ PARALLEL_MAKE = "-j 4"
#
# This sets the default machine to be qemux86 if no other machine is selected:
MACHINE ??= "qemux86"
MACHINE_HOSTNAME ?= "b2qt-${MACHINE}"
MACHINE_HOSTNAME ?= "b2qt-linux-${MACHINE}"
#
# Where to place downloads
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment