diff options
-rw-r--r-- | buildconf/local.conf | 10 |
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" |