diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9377ee6ba1..f6d6f7dc3b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -368,7 +368,7 @@ DEPLOY_DIR_TOOLS = "${DEPLOY_DIR}/tools" | |||
368 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${MULTIMACH_TARGET_SYS}" | 368 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${MULTIMACH_TARGET_SYS}" |
369 | 369 | ||
370 | ################################################################## | 370 | ################################################################## |
371 | # SDK variables, | 371 | # SDK variables. |
372 | ################################################################## | 372 | ################################################################## |
373 | 373 | ||
374 | SDK_NAME_PREFIX ?= "oecore" | 374 | SDK_NAME_PREFIX ?= "oecore" |
@@ -395,9 +395,9 @@ IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}" | |||
395 | # This option allows for a percentage overage of the actual image size rather than a | 395 | # This option allows for a percentage overage of the actual image size rather than a |
396 | # fixed extra space, this is space needed for initial startup and basic operations. | 396 | # fixed extra space, this is space needed for initial startup and basic operations. |
397 | IMAGE_OVERHEAD_FACTOR ?= "1.3" | 397 | IMAGE_OVERHEAD_FACTOR ?= "1.3" |
398 | # This option allow for adding addition space in K above and beyond what the | 398 | # This option allows for adding additional space in K above and beyond what the |
399 | # IMAGE_OVERHEAD_FACTOR might add. This space is for additional packages, user data, ... | 399 | # IMAGE_OVERHEAD_FACTOR might add. This space is for additional packages, user data, ... |
400 | # To set a fixed size then overrideing IMAGE_ROOTFS_SIZE with the max size one wants | 400 | # To set a fixed size then overriding IMAGE_ROOTFS_SIZE with the max size one wants |
401 | # should do the trick | 401 | # should do the trick |
402 | IMAGE_ROOTFS_EXTRA_SPACE ?= "0" | 402 | IMAGE_ROOTFS_EXTRA_SPACE ?= "0" |
403 | 403 | ||
@@ -418,7 +418,7 @@ CCACHE ??= "" | |||
418 | # Disable ccache explicitly if CCACHE is null since gcc may be a symlink | 418 | # Disable ccache explicitly if CCACHE is null since gcc may be a symlink |
419 | # of ccache some distributions (e.g., Fedora 17). | 419 | # of ccache some distributions (e.g., Fedora 17). |
420 | export CCACHE_DISABLE ??= "${@[0,1][d.getVar('CCACHE', True) == '']}" | 420 | export CCACHE_DISABLE ??= "${@[0,1][d.getVar('CCACHE', True) == '']}" |
421 | # Assign CCACHE_DIR a default vaule to fix a bug of ccache 3.1.7, | 421 | # Assign CCACHE_DIR a default value to fix a bug of ccache 3.1.7, |
422 | # since it would always create CCACHE_DIR/.ccache even if | 422 | # since it would always create CCACHE_DIR/.ccache even if |
423 | # CCACHE_DISABLE = 1. | 423 | # CCACHE_DISABLE = 1. |
424 | export CCACHE_DIR ??= "${@os.getenv('HOME')}" | 424 | export CCACHE_DIR ??= "${@os.getenv('HOME')}" |