From 634232e6966404641d838fe744c8c1bf8297a664 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 Nov 2006 14:34:40 +0000 Subject: Site file handling update: Instead of one site file per target, allow entries to be shared. Handled through siteinfo.bbclass git-svn-id: https://svn.o-hand.com/repos/poky/trunk@931 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/bitbake.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta/conf/bitbake.conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 79d61c0f6..e5a8b7627 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -384,10 +384,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}" @@ -429,8 +425,6 @@ MACHINE_TASK_PROVIDER ?= "task-bootstrap" IMAGE_ROOTFS_SIZE_ext2 ?= "65536" IMAGE_ROOTFS_SIZE_ext2.gz ?= "65536" - - ################################################################## # Magic Cookie for SANITY CHECK ################################################################## -- cgit v1.2.3