From 7864ad804e7101608fd55552788474e1f5b97909 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 6 May 2013 09:20:59 +0300 Subject: 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 --- conf/local.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" # # This sets the default machine to be qemux86 if no other machine is selected: MACHINE ??= "qemux86" +MACHINE_HOSTNAME ?= "b2qt-${MACHINE}" # # Where to place downloads @@ -121,7 +122,7 @@ DISTRO ?= "b2qt" # - 'package_rpm' for rpm style packages # E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" # We default to rpm: -PACKAGE_CLASSES ?= "package_rpm" +PACKAGE_CLASSES ?= "package_ipk" # # SDK/ADT target architecture -- cgit v1.2.3-54-g00ecf