diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-11-21 14:34:40 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 14:34:40 +0000 |
| commit | 634232e6966404641d838fe744c8c1bf8297a664 (patch) | |
| tree | e279222cc00a171bf39691b70ca46403f5c0538b /meta/conf | |
| parent | 4c9521de57092b816a332a1801ab625182a58371 (diff) | |
| download | poky-634232e6966404641d838fe744c8c1bf8297a664.tar.gz | |
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
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/bitbake.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 79d61c0f62..e5a8b76273 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" | |||
| 384 | export STAGING_SIPDIR = "${STAGING_DIR}/${BUILD_SYS}/share/sip" | 384 | export STAGING_SIPDIR = "${STAGING_DIR}/${BUILD_SYS}/share/sip" |
| 385 | export STAGING_IDLDIR = "${STAGING_DATADIR}/idl" | 385 | export STAGING_IDLDIR = "${STAGING_DATADIR}/idl" |
| 386 | 386 | ||
| 387 | # default test results for autoconf | ||
| 388 | # possible candidate for moving into autotools.oeclass -CL | ||
| 389 | 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)))}" | ||
| 390 | |||
| 391 | # library package naming | 387 | # library package naming |
| 392 | AUTO_LIBNAME_PKGS = "${PACKAGES}" | 388 | AUTO_LIBNAME_PKGS = "${PACKAGES}" |
| 393 | 389 | ||
| @@ -429,8 +425,6 @@ MACHINE_TASK_PROVIDER ?= "task-bootstrap" | |||
| 429 | IMAGE_ROOTFS_SIZE_ext2 ?= "65536" | 425 | IMAGE_ROOTFS_SIZE_ext2 ?= "65536" |
| 430 | IMAGE_ROOTFS_SIZE_ext2.gz ?= "65536" | 426 | IMAGE_ROOTFS_SIZE_ext2.gz ?= "65536" |
| 431 | 427 | ||
| 432 | |||
| 433 | |||
| 434 | ################################################################## | 428 | ################################################################## |
| 435 | # Magic Cookie for SANITY CHECK | 429 | # Magic Cookie for SANITY CHECK |
| 436 | ################################################################## | 430 | ################################################################## |
