All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] local.conf.sample: fix typo
@ 2021-03-05 19:06 Ulrich Ölmann
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Ölmann @ 2021-03-05 19:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Ulrich Ölmann

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 meta/conf/local.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 3318e983a78f..870509cf1ff8 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -185,7 +185,7 @@ BB_DISKMON_DIRS ??= "\
 #
 # Shared-state files from other locations
 #
-# As mentioned above, shared state files are prebuilt cache data objects which can
+# As mentioned above, shared state files are prebuilt cache data objects which can be
 # used to accelerate build time. This variable can be used to configure the system
 # to search other mirror locations for these objects before it builds the data itself.
 #
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] local.conf.sample: fix typo
@ 2021-05-12 14:36 Ulrich Ölmann
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Ölmann @ 2021-05-12 14:36 UTC (permalink / raw)
  To: openembedded-core; +Cc: Ulrich Ölmann

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 meta/conf/local.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 870509cf1ff8..652bd477339e 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -167,7 +167,7 @@ PATCHRESOLVE = "noop"
 #
 # Monitor the disk space during the build. If there is less that 1GB of space or less
 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
-# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
+# shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
 # of the build. The reason for this is that running completely out of space can corrupt
 # files and damages the build in ways which may not be easily recoverable.
 # It's necessary to monitor /tmp, if there is no space left the build will fail
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] local.conf.sample: Fix typo
  2013-11-27 12:32 ` Peter Kjellerstedt
@ 2013-11-28  7:06   ` Yi Zhao
  0 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2013-11-28  7:06 UTC (permalink / raw)
  To: Peter Kjellerstedt, poky


于 2013年11月27日 20:32, Peter Kjellerstedt 写道:
>> -----Original Message-----
>> From: poky-bounces@yoctoproject.org [mailto:poky-
>> bounces@yoctoproject.org] On Behalf Of Yi Zhao
>> Sent: den 27 november 2013 07:22
>> To: poky@yoctoproject.org
>> Subject: [poky] [PATCH] local.conf.sample: Fix typo
>>
>> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
>> ---
>>   meta-yocto/conf/local.conf.sample |    2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-yocto/conf/local.conf.sample b/meta-
>> yocto/conf/local.conf.sample
>> index 31e7605..49e64fb 100644
>> --- a/meta-yocto/conf/local.conf.sample
>> +++ b/meta-yocto/conf/local.conf.sample
>> @@ -126,7 +126,7 @@ PACKAGE_CLASSES ?= "package_rpm"
>>   #
>>   # This variable specified the architecture to build SDK/ADT items for and means
>                     ^^^^^^^^^
> While at it, shouldn't that be "specifies"?

Hi Peter,

Thanks for pointing this. I will send patch version 2.

Yi

>
>>   # you can build the SDK packages for architectures other than the machine you are
>> -# running the build on (i.e. building i686 packages on an x86_64 host._
>> +# running the build on (i.e. building i686 packages on an x86_64 host.)
>>   # Supported values are i686 and x86_64
>>   #SDKMACHINE ?= "i686"
>>
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
> //Peter
>
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] local.conf.sample: Fix typo
  2013-11-27  6:21 [PATCH] local.conf.sample: Fix typo Yi Zhao
@ 2013-11-27 12:32 ` Peter Kjellerstedt
  2013-11-28  7:06   ` Yi Zhao
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Kjellerstedt @ 2013-11-27 12:32 UTC (permalink / raw)
  To: Yi Zhao, poky

> -----Original Message-----
> From: poky-bounces@yoctoproject.org [mailto:poky-
> bounces@yoctoproject.org] On Behalf Of Yi Zhao
> Sent: den 27 november 2013 07:22
> To: poky@yoctoproject.org
> Subject: [poky] [PATCH] local.conf.sample: Fix typo
> 
> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> ---
>  meta-yocto/conf/local.conf.sample |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-yocto/conf/local.conf.sample b/meta-
> yocto/conf/local.conf.sample
> index 31e7605..49e64fb 100644
> --- a/meta-yocto/conf/local.conf.sample
> +++ b/meta-yocto/conf/local.conf.sample
> @@ -126,7 +126,7 @@ PACKAGE_CLASSES ?= "package_rpm"
>  #
>  # This variable specified the architecture to build SDK/ADT items for and means
                   ^^^^^^^^^
While at it, shouldn't that be "specifies"?

>  # you can build the SDK packages for architectures other than the machine you are
> -# running the build on (i.e. building i686 packages on an x86_64 host._
> +# running the build on (i.e. building i686 packages on an x86_64 host.)
>  # Supported values are i686 and x86_64
>  #SDKMACHINE ?= "i686"
> 
> --
> 1.7.9.5
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky

//Peter



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] local.conf.sample: Fix typo
@ 2013-11-27  6:21 Yi Zhao
  2013-11-27 12:32 ` Peter Kjellerstedt
  0 siblings, 1 reply; 5+ messages in thread
From: Yi Zhao @ 2013-11-27  6:21 UTC (permalink / raw)
  To: poky

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta-yocto/conf/local.conf.sample |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 31e7605..49e64fb 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -126,7 +126,7 @@ PACKAGE_CLASSES ?= "package_rpm"
 #
 # This variable specified the architecture to build SDK/ADT items for and means
 # you can build the SDK packages for architectures other than the machine you are 
-# running the build on (i.e. building i686 packages on an x86_64 host._
+# running the build on (i.e. building i686 packages on an x86_64 host.)
 # Supported values are i686 and x86_64
 #SDKMACHINE ?= "i686"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-12 14:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05 19:06 [PATCH] local.conf.sample: fix typo Ulrich Ölmann
  -- strict thread matches above, loose matches on Subject: below --
2021-05-12 14:36 Ulrich Ölmann
2013-11-27  6:21 [PATCH] local.conf.sample: Fix typo Yi Zhao
2013-11-27 12:32 ` Peter Kjellerstedt
2013-11-28  7:06   ` Yi Zhao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.