summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-08-18 14:26:28 -0500
committerJesse Gilles <jgilles@multitech.com>2011-08-18 14:26:28 -0500
commit93e42c7fcc22f3d1d90d94b1288c107d4629fce0 (patch)
treeae24a0871c6d7763ca1ffb185ef64640741c239a
parent4460fa015b296d1381bca689c16b0b3031d6a3eb (diff)
update default local.conf
-rw-r--r--multitech/contrib/local.conf17
1 files changed, 2 insertions, 15 deletions
diff --git a/multitech/contrib/local.conf b/multitech/contrib/local.conf
index 3d63bb6..8fd1f7a 100644
--- a/multitech/contrib/local.conf
+++ b/multitech/contrib/local.conf
@@ -15,19 +15,6 @@
# Use this to specify where BitBake should place the downloaded sources into
DL_DIR = "${OETREE}/sources"
-# Uncomment below to prepend user-collection dir to search path for file://
-#FILESPATHBASE =. "${OETREE}/user-collection/files:"
-
-# Paths to bitbake files
-BBFILES = "${OETREE}/openembedded/recipes/*/*.bb ${OETREE}/user-collection/recipes/*/*.bb"
-
-# Setup bitbake overlays and priorities
-BBFILE_COLLECTIONS = "upstream local"
-BBFILE_PATTERN_upstream = "^${OETREE}/openembedded/"
-BBFILE_PATTERN_local = "^${OETREE}/user-collection/"
-BBFILE_PRIORITY_upstream = "1"
-BBFILE_PRIORITY_local = "10"
-
# Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files
# This is a regular expression, so be sure to get your parenthesis balanced.
BBMASK = ""
@@ -59,7 +46,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
TMPDIR = "${OETREE}/build/tmp"
# Set machine type, which also sets TARGET_ARCH
-MACHINE = "mtcdp"
+MACHINE ?= "mtcdp"
# Use Multi-Tech CoreCDP distribution
DISTRO = "corecdp"
@@ -94,7 +81,7 @@ IMAGE_KEEPROOTFS = "1"
# Uncomment this to remove unpacked source and intermediate work
# after successfully building a package.
# Saves a LOT of disk space, but leaving work around is useful for debugging.
-# INHERIT += "rm_work"
+INHERIT += "rm_work"
# Uncomment this if you want BitBake to emit debugging output
# BBDEBUG = "yes"