summaryrefslogtreecommitdiff
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-11-14 22:29:46 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-11-14 22:29:46 +0000
commit0b152ed05c0cd22f440c00e44357b95d470ccbf0 (patch)
treec305fe962c0ecc7ef7145ce71f5bc465b3356a8a /conf/bitbake.conf
parentd6aa197a5f26cad7dd38b19aa6cd017898944f40 (diff)
site infrastructure changes: Allow more than one file per target so common files can be created. Add a new class to handle this. Based on the work of Jamie Lenehan, with changes from me. This commit creates a common x86 file and the arm configs are merged but much work still remains.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index fe5b326a05..7da0a9a28d 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -381,10 +381,6 @@ export QMAKE_MKSPEC_PATH = "${STAGING_DIR}/${BUILD_SYS}/share/qmake"
export STAGING_SIPDIR = "${STAGING_DIR}/${BUILD_SYS}/share/sip"
export STAGING_IDLDIR = "${STAGING_DATADIR}/idl"
-# default test results for autoconf
-# possible candidate for moving into autotools.oeclass -CL
-export CONFIG_SITE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'site/%s-%s' % (bb.data.getVar('HOST_ARCH', d, 1), bb.data.getVar('HOST_OS', d, 1)))}"
-
# library package naming
AUTO_LIBNAME_PKGS = "${PACKAGES}"