* bitbake.conf: Tidy up a few comment typoes; no functional changes.
@ 2012-07-01 9:32 Robert P. J. Day
2012-07-03 17:56 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-07-01 9:32 UTC (permalink / raw)
To: OE Core mailing list
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9377ee6..0a177c8 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -368,7 +368,7 @@ DEPLOY_DIR_TOOLS = "${DEPLOY_DIR}/tools"
PKGDATA_DIR = "${TMPDIR}/pkgdata/${MULTIMACH_TARGET_SYS}"
##################################################################
-# SDK variables,
+# SDK variables.
##################################################################
SDK_NAME_PREFIX ?= "oecore"
@@ -395,9 +395,9 @@ IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
# This option allows for a percentage overage of the actual image size rather than a
# fixed extra space, this is space needed for initial startup and basic operations.
IMAGE_OVERHEAD_FACTOR ?= "1.3"
-# This option allow for adding addition space in K above and beyond what the
+# This option allows for adding additional space in K above and beyond what the
# IMAGE_OVERHEAD_FACTOR might add. This space is for additional packages, user data, ...
-# To set a fixed size then overrideing IMAGE_ROOTFS_SIZE with the max size one wants
+# To set a fixed size then overriding IMAGE_ROOTFS_SIZE with the max size one wants
# should do the trick
IMAGE_ROOTFS_EXTRA_SPACE ?= "0"
@@ -418,7 +418,7 @@ CCACHE ??= ""
# Disable ccache explicitly if CCACHE is null since gcc may be a symlink
# of ccache some distributions (e.g., Fedora 17).
export CCACHE_DISABLE ??= "${@[0,1][d.getVar('CCACHE', True) == '']}"
-# Assign CCACHE_DIR a default vaule to fix a bug of ccache 3.1.7,
+# Assign CCACHE_DIR a default value to fix a bug of ccache 3.1.7,
# since it would always create CCACHE_DIR/.ccache even if
# CCACHE_DISABLE = 1.
export CCACHE_DIR ??= "${@os.getenv('HOME')}"
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: bitbake.conf: Tidy up a few comment typoes; no functional changes.
2012-07-01 9:32 bitbake.conf: Tidy up a few comment typoes; no functional changes Robert P. J. Day
@ 2012-07-03 17:56 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-07-03 17:56 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 07/01/2012 02:32 AM, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day<rpjday@crashcourse.ca>
>
> ---
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 9377ee6..0a177c8 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -368,7 +368,7 @@ DEPLOY_DIR_TOOLS = "${DEPLOY_DIR}/tools"
> PKGDATA_DIR = "${TMPDIR}/pkgdata/${MULTIMACH_TARGET_SYS}"
>
> ##################################################################
> -# SDK variables,
> +# SDK variables.
> ##################################################################
>
> SDK_NAME_PREFIX ?= "oecore"
> @@ -395,9 +395,9 @@ IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
> # This option allows for a percentage overage of the actual image size rather than a
> # fixed extra space, this is space needed for initial startup and basic operations.
> IMAGE_OVERHEAD_FACTOR ?= "1.3"
> -# This option allow for adding addition space in K above and beyond what the
> +# This option allows for adding additional space in K above and beyond what the
> # IMAGE_OVERHEAD_FACTOR might add. This space is for additional packages, user data, ...
> -# To set a fixed size then overrideing IMAGE_ROOTFS_SIZE with the max size one wants
> +# To set a fixed size then overriding IMAGE_ROOTFS_SIZE with the max size one wants
> # should do the trick
> IMAGE_ROOTFS_EXTRA_SPACE ?= "0"
>
> @@ -418,7 +418,7 @@ CCACHE ??= ""
> # Disable ccache explicitly if CCACHE is null since gcc may be a symlink
> # of ccache some distributions (e.g., Fedora 17).
> export CCACHE_DISABLE ??= "${@[0,1][d.getVar('CCACHE', True) == '']}"
> -# Assign CCACHE_DIR a default vaule to fix a bug of ccache 3.1.7,
> +# Assign CCACHE_DIR a default value to fix a bug of ccache 3.1.7,
> # since it would always create CCACHE_DIR/.ccache even if
> # CCACHE_DISABLE = 1.
> export CCACHE_DIR ??= "${@os.getenv('HOME')}"
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-03 18:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-01 9:32 bitbake.conf: Tidy up a few comment typoes; no functional changes Robert P. J. Day
2012-07-03 17:56 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox