summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/local.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index fe1627f..9592c1b 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -49,6 +49,7 @@ PARALLEL_MAKE = "-j 4"
49# 49#
50# This sets the default machine to be qemux86 if no other machine is selected: 50# This sets the default machine to be qemux86 if no other machine is selected:
51MACHINE ??= "qemux86" 51MACHINE ??= "qemux86"
52MACHINE_HOSTNAME ?= "b2qt-${MACHINE}"
52 53
53# 54#
54# Where to place downloads 55# Where to place downloads
@@ -121,7 +122,7 @@ DISTRO ?= "b2qt"
121# - 'package_rpm' for rpm style packages 122# - 'package_rpm' for rpm style packages
122# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" 123# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
123# We default to rpm: 124# We default to rpm:
124PACKAGE_CLASSES ?= "package_rpm" 125PACKAGE_CLASSES ?= "package_ipk"
125 126
126# 127#
127# SDK/ADT target architecture 128# SDK/ADT target architecture