summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-16 10:53:48 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-16 10:53:48 +0200
commita52d893560dcae6988d855e4b3a033f477dd07d2 (patch)
treea37d3d300119c924c7dbbb2bd8ff31228649192f /buildconf/local.conf
parent4826498122a0e3992e217d2764df1bda033f3694 (diff)
local.conf: set sensible defaults
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf10
1 files changed, 3 insertions, 7 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index ea6f2a3..c413c3b 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -54,7 +54,7 @@ MACHINE ?= "colibri-t20"
#
# The default is a downloads directory under TOPDIR which is the build directory.
#
-DL_DIR ?= "${HOME}/oe-core/build/downloads"
+DL_DIR ?= "${TOPDIR}/downloads"
#
# Where to place shared-state files
@@ -82,7 +82,7 @@ DL_DIR ?= "${HOME}/oe-core/build/downloads"
#
# The default is a tmp directory under TOPDIR.
#
-#TMPDIR = "/mnt/sdb1/tegradev/oe-core/build/out"
+#TMPDIR = "${TOPDIR}/tmp"
TMPDIR = "${TOPDIR}/out"
#
# Package Management configuration
@@ -105,7 +105,7 @@ PACKAGE_CLASSES ?= "package_ipk"
# you can build the SDK packages for architectures other than the machine you are
# running the build on (i.e. building i686 packages on an x86_64 host._
# Supported values are i686 and x86_64
-SDKMACHINE ?= "i686"
+# SDKMACHINE ?= "i686"
#
# Extra image configuration defaults
@@ -215,9 +215,5 @@ IMAGE_FSTYPES += "tar.bz2"
# Don't generate the mirror tarball for SCM repos, the snapshot is enough
# BB_GENERATE_MIRROR_TARBALLS = "0"
-# use some native tools from the host environment
-ASSUME_PROVIDED += "svn-native mercurial-native"
-#ASSUME_PROVIDED += "git-native svn-native mercurial-native"
-
PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"
PREFERRED_PROVIDER_eglibc = "eglibc"