From 57db449432d3ddc9f20bafee425359581958d9a3 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 31 May 2013 13:26:08 +0300 Subject: Change default hostname to b2qt-linux-${MACHINE} This is used by QtCreator to automatically define devices Change-Id: I7ddb179b2e65d225196857accb371b9d17d36ad9 Reviewed-by: Samuli Piippo --- conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index a2691a6..d2e1a70 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -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 -- cgit v1.2.3-54-g00ecf