All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: set more conservative default for IMAGE_FSTYPES_DEBUGFS
@ 2017-10-27 21:50 Andre McCurdy
  2017-11-07 22:35 ` Andre McCurdy
  0 siblings, 1 reply; 4+ messages in thread
From: Andre McCurdy @ 2017-10-27 21:50 UTC (permalink / raw)
  To: openembedded-core

Setting IMAGE_FSTYPES_DEBUGFS to the same value as IMAGE_FSTYPES can
lead to creating a large number of DEBUGFS filesystem images, many of
which may not make much sense (or may not even be buildable).

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9696273..15feb57 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -757,7 +757,7 @@ require conf/sanity.conf
 DL_DIR ?= "${TOPDIR}/downloads"
 SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
 IMAGE_FSTYPES ?= "tar.gz"
-IMAGE_FSTYPES_DEBUGFS ?= "${IMAGE_FSTYPES}"
+IMAGE_FSTYPES_DEBUGFS ?= "tar.gz"
 
 INITRAMFS_FSTYPES ?= "cpio.gz"
 # The maximum size in Kbytes for the generated initramfs image size.
-- 
1.9.1



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

* Re: [PATCH] bitbake.conf: set more conservative default for IMAGE_FSTYPES_DEBUGFS
  2017-10-27 21:50 [PATCH] bitbake.conf: set more conservative default for IMAGE_FSTYPES_DEBUGFS Andre McCurdy
@ 2017-11-07 22:35 ` Andre McCurdy
  2017-12-01 19:45   ` Andre McCurdy
  0 siblings, 1 reply; 4+ messages in thread
From: Andre McCurdy @ 2017-11-07 22:35 UTC (permalink / raw)
  To: OE Core mailing list

On Fri, Oct 27, 2017 at 2:50 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
> Setting IMAGE_FSTYPES_DEBUGFS to the same value as IMAGE_FSTYPES can
> lead to creating a large number of DEBUGFS filesystem images, many of
> which may not make much sense (or may not even be buildable).

Ping.

> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
> ---
>  meta/conf/bitbake.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 9696273..15feb57 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -757,7 +757,7 @@ require conf/sanity.conf
>  DL_DIR ?= "${TOPDIR}/downloads"
>  SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
>  IMAGE_FSTYPES ?= "tar.gz"
> -IMAGE_FSTYPES_DEBUGFS ?= "${IMAGE_FSTYPES}"
> +IMAGE_FSTYPES_DEBUGFS ?= "tar.gz"
>
>  INITRAMFS_FSTYPES ?= "cpio.gz"
>  # The maximum size in Kbytes for the generated initramfs image size.
> --
> 1.9.1
>


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

* Re: [PATCH] bitbake.conf: set more conservative default for IMAGE_FSTYPES_DEBUGFS
  2017-11-07 22:35 ` Andre McCurdy
@ 2017-12-01 19:45   ` Andre McCurdy
  2017-12-04 11:41     ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Andre McCurdy @ 2017-12-01 19:45 UTC (permalink / raw)
  To: OE Core mailing list

On Tue, Nov 7, 2017 at 2:35 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
> On Fri, Oct 27, 2017 at 2:50 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
>> Setting IMAGE_FSTYPES_DEBUGFS to the same value as IMAGE_FSTYPES can
>> lead to creating a large number of DEBUGFS filesystem images, many of
>> which may not make much sense (or may not even be buildable).
>
> Ping.

Ping again. Any issues with this change?

>> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
>> ---
>>  meta/conf/bitbake.conf | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
>> index 9696273..15feb57 100644
>> --- a/meta/conf/bitbake.conf
>> +++ b/meta/conf/bitbake.conf
>> @@ -757,7 +757,7 @@ require conf/sanity.conf
>>  DL_DIR ?= "${TOPDIR}/downloads"
>>  SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
>>  IMAGE_FSTYPES ?= "tar.gz"
>> -IMAGE_FSTYPES_DEBUGFS ?= "${IMAGE_FSTYPES}"
>> +IMAGE_FSTYPES_DEBUGFS ?= "tar.gz"
>>
>>  INITRAMFS_FSTYPES ?= "cpio.gz"
>>  # The maximum size in Kbytes for the generated initramfs image size.
>> --
>> 1.9.1
>>


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

* Re: [PATCH] bitbake.conf: set more conservative default for IMAGE_FSTYPES_DEBUGFS
  2017-12-01 19:45   ` Andre McCurdy
@ 2017-12-04 11:41     ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2017-12-04 11:41 UTC (permalink / raw)
  To: Andre McCurdy; +Cc: OE Core mailing list

[-- Attachment #1: Type: text/plain, Size: 1630 bytes --]

Nope its queued now.  You'll have noticed from the status reports we've
been holding back on merging whilst trying to stabilise the autobuilders.

Ross

On 1 December 2017 at 19:45, Andre McCurdy <armccurdy@gmail.com> wrote:

> On Tue, Nov 7, 2017 at 2:35 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
> > On Fri, Oct 27, 2017 at 2:50 PM, Andre McCurdy <armccurdy@gmail.com>
> wrote:
> >> Setting IMAGE_FSTYPES_DEBUGFS to the same value as IMAGE_FSTYPES can
> >> lead to creating a large number of DEBUGFS filesystem images, many of
> >> which may not make much sense (or may not even be buildable).
> >
> > Ping.
>
> Ping again. Any issues with this change?
>
> >> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
> >> ---
> >>  meta/conf/bitbake.conf | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> >> index 9696273..15feb57 100644
> >> --- a/meta/conf/bitbake.conf
> >> +++ b/meta/conf/bitbake.conf
> >> @@ -757,7 +757,7 @@ require conf/sanity.conf
> >>  DL_DIR ?= "${TOPDIR}/downloads"
> >>  SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
> >>  IMAGE_FSTYPES ?= "tar.gz"
> >> -IMAGE_FSTYPES_DEBUGFS ?= "${IMAGE_FSTYPES}"
> >> +IMAGE_FSTYPES_DEBUGFS ?= "tar.gz"
> >>
> >>  INITRAMFS_FSTYPES ?= "cpio.gz"
> >>  # The maximum size in Kbytes for the generated initramfs image size.
> >> --
> >> 1.9.1
> >>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 2643 bytes --]

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

end of thread, other threads:[~2017-12-04 11:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-27 21:50 [PATCH] bitbake.conf: set more conservative default for IMAGE_FSTYPES_DEBUGFS Andre McCurdy
2017-11-07 22:35 ` Andre McCurdy
2017-12-01 19:45   ` Andre McCurdy
2017-12-04 11:41     ` Burton, Ross

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.