summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2013-05-06 09:20:59 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2013-05-06 12:03:03 +0300
commit7864ad804e7101608fd55552788474e1f5b97909 (patch)
tree323ecf18e5fd5b827850f97409c496b4260a4be2
parent9321692c403c80470b4aca1635e5d365596984d6 (diff)
downloadmeta-boot2qt-7864ad804e7101608fd55552788474e1f5b97909.tar.gz
local.conf.sample: switch to ipk packages
Now using ipk packages, since libgles-omap3 has problems with rpm. Set also default hostname based on machine type. Change-Id: I8a2a47c787c4acb8976154cc1b161870e1b38ad1 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
-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