All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] drop .defconfig
@ 2022-01-08 16:46 Fabrice Fontaine
  2022-01-08 18:10 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Fontaine @ 2022-01-08 16:46 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

.defconfig has not been updated since 2016 with commit
4338a319b72570e433fd7484f8a95e1e0e978941 so drop this file which doesn't
seem to be used

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 .defconfig | 51 ---------------------------------------------------
 1 file changed, 51 deletions(-)
 delete mode 100644 .defconfig

diff --git a/.defconfig b/.defconfig
deleted file mode 100644
index 7ab0c3fbf0..0000000000
--- a/.defconfig
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# Automatically generated make config: don't edit
-# Mon Feb 18 09:11:56 2008
-#
-BR2_HAVE_DOT_CONFIG=y
-# BR2_alpha is not set
-# BR2_arm is not set
-# BR2_armeb is not set
-# BR2_cris is not set
-# BR2_ia64 is not set
-BR2_i386=y
-# BR2_m68k is not set
-# BR2_mips is not set
-# BR2_mipsel is not set
-# BR2_nios2 is not set
-# BR2_powerpc is not set
-# BR2_sh is not set
-# BR2_sparc is not set
-# BR2_sparc64 is not set
-# BR2_x86_64 is not set
-# BR2_x86_i486 is not set
-# BR2_x86_i586 is not set
-BR2_x86_i686=y
-# BR2_x86_pentiumpro is not set
-# BR2_x86_pentium_mmx is not set
-# BR2_x86_pentium_m is not set
-# BR2_x86_pentium2 is not set
-# BR2_x86_pentium3 is not set
-# BR2_x86_pentium4 is not set
-# BR2_x86_prescott is not set
-# BR2_x86_nocona is not set
-# BR2_x86_core2 is not set
-# BR2_x86_k6 is not set
-# BR2_x86_k6_2 is not set
-# BR2_x86_athlon is not set
-# BR2_x86_athlon_4 is not set
-# BR2_x86_opteron is not set
-# BR2_x86_opteron_sse3 is not set
-# BR2_x86_barcelona is not set
-# BR2_x86_geode is not set
-# BR2_x86_c3 is not set
-# BR2_x86_winchip_c6 is not set
-# BR2_x86_winchip2 is not set
-BR2_ARCH="i686"
-BR2_ENDIAN="LITTLE"
-BR2_GCC_TARGET_TUNE="i686"
-BR2_GCC_TARGET_ARCH="i686"
-
-#
-# Target options
-#
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] drop .defconfig
  2022-01-08 16:46 [Buildroot] [PATCH 1/1] drop .defconfig Fabrice Fontaine
@ 2022-01-08 18:10 ` Yann E. MORIN
  2022-01-08 18:12   ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2022-01-08 18:10 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2022-01-08 17:46 +0100, Fabrice Fontaine spake thusly:
> .defconfig has not been updated since 2016 with commit
> 4338a319b72570e433fd7484f8a95e1e0e978941 so drop this file which doesn't
> seem to be used

This breaks out-of-tree builds:

    $ mkdir /tmp/foo
    $ cd /tmp/foo
    $ make -C /path/to/buildroot O=$(pwd) defconfig
    [...]
    ***
    *** Can't find default configuration ".defconfig"!
    ***
    make[1]: *** [Makefile:1024: defconfig] Error 1
    make: *** [Makefile:23: _all] Error 2

So, rejected (although  I do agree that this should work...)

Regards,
Yann E. MORIN.

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  .defconfig | 51 ---------------------------------------------------
>  1 file changed, 51 deletions(-)
>  delete mode 100644 .defconfig
> 
> diff --git a/.defconfig b/.defconfig
> deleted file mode 100644
> index 7ab0c3fbf0..0000000000
> --- a/.defconfig
> +++ /dev/null
> @@ -1,51 +0,0 @@
> -#
> -# Automatically generated make config: don't edit
> -# Mon Feb 18 09:11:56 2008
> -#
> -BR2_HAVE_DOT_CONFIG=y
> -# BR2_alpha is not set
> -# BR2_arm is not set
> -# BR2_armeb is not set
> -# BR2_cris is not set
> -# BR2_ia64 is not set
> -BR2_i386=y
> -# BR2_m68k is not set
> -# BR2_mips is not set
> -# BR2_mipsel is not set
> -# BR2_nios2 is not set
> -# BR2_powerpc is not set
> -# BR2_sh is not set
> -# BR2_sparc is not set
> -# BR2_sparc64 is not set
> -# BR2_x86_64 is not set
> -# BR2_x86_i486 is not set
> -# BR2_x86_i586 is not set
> -BR2_x86_i686=y
> -# BR2_x86_pentiumpro is not set
> -# BR2_x86_pentium_mmx is not set
> -# BR2_x86_pentium_m is not set
> -# BR2_x86_pentium2 is not set
> -# BR2_x86_pentium3 is not set
> -# BR2_x86_pentium4 is not set
> -# BR2_x86_prescott is not set
> -# BR2_x86_nocona is not set
> -# BR2_x86_core2 is not set
> -# BR2_x86_k6 is not set
> -# BR2_x86_k6_2 is not set
> -# BR2_x86_athlon is not set
> -# BR2_x86_athlon_4 is not set
> -# BR2_x86_opteron is not set
> -# BR2_x86_opteron_sse3 is not set
> -# BR2_x86_barcelona is not set
> -# BR2_x86_geode is not set
> -# BR2_x86_c3 is not set
> -# BR2_x86_winchip_c6 is not set
> -# BR2_x86_winchip2 is not set
> -BR2_ARCH="i686"
> -BR2_ENDIAN="LITTLE"
> -BR2_GCC_TARGET_TUNE="i686"
> -BR2_GCC_TARGET_ARCH="i686"
> -
> -#
> -# Target options
> -#
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] drop .defconfig
  2022-01-08 18:10 ` Yann E. MORIN
@ 2022-01-08 18:12   ` Yann E. MORIN
  2022-01-08 18:19     ` Fabrice Fontaine
  0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2022-01-08 18:12 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2022-01-08 19:10 +0100, Yann E. MORIN spake thusly:
> Fabrice, All,
> 
> On 2022-01-08 17:46 +0100, Fabrice Fontaine spake thusly:
> > .defconfig has not been updated since 2016 with commit
> > 4338a319b72570e433fd7484f8a95e1e0e978941 so drop this file which doesn't
> > seem to be used
> This breaks out-of-tree builds:

Well, this is also broken for in-tree builds:

    $ git clean -dX
    $ make defconfig
    [...]
    ***
    *** Can't find default configuration ".defconfig"!
    ***
    make[1]: *** [Makefile:1024: defconfig] Error 1
    make: *** [Makefile:84: _all] Error 2

So, meh...

This file should indeed not be needed...

Regards,
Yann E. MORIN.

> Regards,
> Yann E. MORIN.
> 
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> > ---
> >  .defconfig | 51 ---------------------------------------------------
> >  1 file changed, 51 deletions(-)
> >  delete mode 100644 .defconfig
> > 
> > diff --git a/.defconfig b/.defconfig
> > deleted file mode 100644
> > index 7ab0c3fbf0..0000000000
> > --- a/.defconfig
> > +++ /dev/null
> > @@ -1,51 +0,0 @@
> > -#
> > -# Automatically generated make config: don't edit
> > -# Mon Feb 18 09:11:56 2008
> > -#
> > -BR2_HAVE_DOT_CONFIG=y
> > -# BR2_alpha is not set
> > -# BR2_arm is not set
> > -# BR2_armeb is not set
> > -# BR2_cris is not set
> > -# BR2_ia64 is not set
> > -BR2_i386=y
> > -# BR2_m68k is not set
> > -# BR2_mips is not set
> > -# BR2_mipsel is not set
> > -# BR2_nios2 is not set
> > -# BR2_powerpc is not set
> > -# BR2_sh is not set
> > -# BR2_sparc is not set
> > -# BR2_sparc64 is not set
> > -# BR2_x86_64 is not set
> > -# BR2_x86_i486 is not set
> > -# BR2_x86_i586 is not set
> > -BR2_x86_i686=y
> > -# BR2_x86_pentiumpro is not set
> > -# BR2_x86_pentium_mmx is not set
> > -# BR2_x86_pentium_m is not set
> > -# BR2_x86_pentium2 is not set
> > -# BR2_x86_pentium3 is not set
> > -# BR2_x86_pentium4 is not set
> > -# BR2_x86_prescott is not set
> > -# BR2_x86_nocona is not set
> > -# BR2_x86_core2 is not set
> > -# BR2_x86_k6 is not set
> > -# BR2_x86_k6_2 is not set
> > -# BR2_x86_athlon is not set
> > -# BR2_x86_athlon_4 is not set
> > -# BR2_x86_opteron is not set
> > -# BR2_x86_opteron_sse3 is not set
> > -# BR2_x86_barcelona is not set
> > -# BR2_x86_geode is not set
> > -# BR2_x86_c3 is not set
> > -# BR2_x86_winchip_c6 is not set
> > -# BR2_x86_winchip2 is not set
> > -BR2_ARCH="i686"
> > -BR2_ENDIAN="LITTLE"
> > -BR2_GCC_TARGET_TUNE="i686"
> > -BR2_GCC_TARGET_ARCH="i686"
> > -
> > -#
> > -# Target options
> > -#
> > -- 
> > 2.34.1
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot@buildroot.org
> > https://lists.buildroot.org/mailman/listinfo/buildroot
> 
> -- 
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] drop .defconfig
  2022-01-08 18:12   ` Yann E. MORIN
@ 2022-01-08 18:19     ` Fabrice Fontaine
  2022-01-08 18:45       ` Arnout Vandecappelle
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Fontaine @ 2022-01-08 18:19 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Buildroot Mailing List

Yann,

Le sam. 8 janv. 2022 à 19:12, Yann E. MORIN <yann.morin.1998@free.fr> a écrit :
>
> Fabrice, All,
>
> On 2022-01-08 19:10 +0100, Yann E. MORIN spake thusly:
> > Fabrice, All,
> >
> > On 2022-01-08 17:46 +0100, Fabrice Fontaine spake thusly:
> > > .defconfig has not been updated since 2016 with commit
> > > 4338a319b72570e433fd7484f8a95e1e0e978941 so drop this file which doesn't
> > > seem to be used
> > This breaks out-of-tree builds:
>
> Well, this is also broken for in-tree builds:
>
>     $ git clean -dX
>     $ make defconfig
>     [...]
>     ***
>     *** Can't find default configuration ".defconfig"!
>     ***
>     make[1]: *** [Makefile:1024: defconfig] Error 1
>     make: *** [Makefile:84: _all] Error 2
>
> So, meh...
OK so this file is needed for "make defconfig".
I'm always running "make xxx_defconfig" and "make menuconfig"
However, perhaps it would be better to use a symlink for .defconfig?
We could symlink it to raspberrypi4_defconfig or any other config.
I found it strange that this file wasn't updated for so long.
>
> This file should indeed not be needed...
>
> Regards,
> Yann E. MORIN.
>
> > Regards,
> > Yann E. MORIN.
> >
> > > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> > > ---
> > >  .defconfig | 51 ---------------------------------------------------
> > >  1 file changed, 51 deletions(-)
> > >  delete mode 100644 .defconfig
> > >
> > > diff --git a/.defconfig b/.defconfig
> > > deleted file mode 100644
> > > index 7ab0c3fbf0..0000000000
> > > --- a/.defconfig
> > > +++ /dev/null
> > > @@ -1,51 +0,0 @@
> > > -#
> > > -# Automatically generated make config: don't edit
> > > -# Mon Feb 18 09:11:56 2008
> > > -#
> > > -BR2_HAVE_DOT_CONFIG=y
> > > -# BR2_alpha is not set
> > > -# BR2_arm is not set
> > > -# BR2_armeb is not set
> > > -# BR2_cris is not set
> > > -# BR2_ia64 is not set
> > > -BR2_i386=y
> > > -# BR2_m68k is not set
> > > -# BR2_mips is not set
> > > -# BR2_mipsel is not set
> > > -# BR2_nios2 is not set
> > > -# BR2_powerpc is not set
> > > -# BR2_sh is not set
> > > -# BR2_sparc is not set
> > > -# BR2_sparc64 is not set
> > > -# BR2_x86_64 is not set
> > > -# BR2_x86_i486 is not set
> > > -# BR2_x86_i586 is not set
> > > -BR2_x86_i686=y
> > > -# BR2_x86_pentiumpro is not set
> > > -# BR2_x86_pentium_mmx is not set
> > > -# BR2_x86_pentium_m is not set
> > > -# BR2_x86_pentium2 is not set
> > > -# BR2_x86_pentium3 is not set
> > > -# BR2_x86_pentium4 is not set
> > > -# BR2_x86_prescott is not set
> > > -# BR2_x86_nocona is not set
> > > -# BR2_x86_core2 is not set
> > > -# BR2_x86_k6 is not set
> > > -# BR2_x86_k6_2 is not set
> > > -# BR2_x86_athlon is not set
> > > -# BR2_x86_athlon_4 is not set
> > > -# BR2_x86_opteron is not set
> > > -# BR2_x86_opteron_sse3 is not set
> > > -# BR2_x86_barcelona is not set
> > > -# BR2_x86_geode is not set
> > > -# BR2_x86_c3 is not set
> > > -# BR2_x86_winchip_c6 is not set
> > > -# BR2_x86_winchip2 is not set
> > > -BR2_ARCH="i686"
> > > -BR2_ENDIAN="LITTLE"
> > > -BR2_GCC_TARGET_TUNE="i686"
> > > -BR2_GCC_TARGET_ARCH="i686"
> > > -
> > > -#
> > > -# Target options
> > > -#
> > > --
> > > 2.34.1
> > >
> > > _______________________________________________
> > > buildroot mailing list
> > > buildroot@buildroot.org
> > > https://lists.buildroot.org/mailman/listinfo/buildroot
> >
> > --
> > .-----------------.--------------------.------------------.--------------------.
> > |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> > | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> > | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> > | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> > '------------------------------^-------^------------------^--------------------'
> > _______________________________________________
> > buildroot mailing list
> > buildroot@buildroot.org
> > https://lists.buildroot.org/mailman/listinfo/buildroot
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'
Best Regards,

Fabrice
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] drop .defconfig
  2022-01-08 18:19     ` Fabrice Fontaine
@ 2022-01-08 18:45       ` Arnout Vandecappelle
  0 siblings, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2022-01-08 18:45 UTC (permalink / raw)
  To: Fabrice Fontaine, Yann E. MORIN; +Cc: Buildroot Mailing List



On 08/01/2022 19:19, Fabrice Fontaine wrote:
> Yann,
> 
> Le sam. 8 janv. 2022 à 19:12, Yann E. MORIN <yann.morin.1998@free.fr> a écrit :
>>
>> Fabrice, All,
>>
>> On 2022-01-08 19:10 +0100, Yann E. MORIN spake thusly:
>>> Fabrice, All,
>>>
>>> On 2022-01-08 17:46 +0100, Fabrice Fontaine spake thusly:
>>>> .defconfig has not been updated since 2016 with commit
>>>> 4338a319b72570e433fd7484f8a95e1e0e978941 so drop this file which doesn't
>>>> seem to be used
>>> This breaks out-of-tree builds:
>>
>> Well, this is also broken for in-tree builds:
>>
>>      $ git clean -dX
>>      $ make defconfig
>>      [...]
>>      ***
>>      *** Can't find default configuration ".defconfig"!
>>      ***
>>      make[1]: *** [Makefile:1024: defconfig] Error 1
>>      make: *** [Makefile:84: _all] Error 2
>>
>> So, meh...
> OK so this file is needed for "make defconfig".
> I'm always running "make xxx_defconfig" and "make menuconfig"
> However, perhaps it would be better to use a symlink for .defconfig?
> We could symlink it to raspberrypi4_defconfig or any other config.
> I found it strange that this file wasn't updated for so long.
>>
>> This file should indeed not be needed...

  Apparently the file is needed but the contents doesn't matter, so maybe 
replace it with just

# This file is needed to make 'make defconfig' work.

  Regards,
  Arnout

>>
>> Regards,
>> Yann E. MORIN.
>>
>>> Regards,
>>> Yann E. MORIN.
>>>
>>>> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>>>> ---
>>>>   .defconfig | 51 ---------------------------------------------------
>>>>   1 file changed, 51 deletions(-)
>>>>   delete mode 100644 .defconfig
>>>>
>>>> diff --git a/.defconfig b/.defconfig
>>>> deleted file mode 100644
>>>> index 7ab0c3fbf0..0000000000
>>>> --- a/.defconfig
>>>> +++ /dev/null
>>>> @@ -1,51 +0,0 @@
>>>> -#
>>>> -# Automatically generated make config: don't edit
>>>> -# Mon Feb 18 09:11:56 2008
>>>> -#
>>>> -BR2_HAVE_DOT_CONFIG=y
>>>> -# BR2_alpha is not set
>>>> -# BR2_arm is not set
>>>> -# BR2_armeb is not set
>>>> -# BR2_cris is not set
>>>> -# BR2_ia64 is not set
>>>> -BR2_i386=y
>>>> -# BR2_m68k is not set
>>>> -# BR2_mips is not set
>>>> -# BR2_mipsel is not set
>>>> -# BR2_nios2 is not set
>>>> -# BR2_powerpc is not set
>>>> -# BR2_sh is not set
>>>> -# BR2_sparc is not set
>>>> -# BR2_sparc64 is not set
>>>> -# BR2_x86_64 is not set
>>>> -# BR2_x86_i486 is not set
>>>> -# BR2_x86_i586 is not set
>>>> -BR2_x86_i686=y
>>>> -# BR2_x86_pentiumpro is not set
>>>> -# BR2_x86_pentium_mmx is not set
>>>> -# BR2_x86_pentium_m is not set
>>>> -# BR2_x86_pentium2 is not set
>>>> -# BR2_x86_pentium3 is not set
>>>> -# BR2_x86_pentium4 is not set
>>>> -# BR2_x86_prescott is not set
>>>> -# BR2_x86_nocona is not set
>>>> -# BR2_x86_core2 is not set
>>>> -# BR2_x86_k6 is not set
>>>> -# BR2_x86_k6_2 is not set
>>>> -# BR2_x86_athlon is not set
>>>> -# BR2_x86_athlon_4 is not set
>>>> -# BR2_x86_opteron is not set
>>>> -# BR2_x86_opteron_sse3 is not set
>>>> -# BR2_x86_barcelona is not set
>>>> -# BR2_x86_geode is not set
>>>> -# BR2_x86_c3 is not set
>>>> -# BR2_x86_winchip_c6 is not set
>>>> -# BR2_x86_winchip2 is not set
>>>> -BR2_ARCH="i686"
>>>> -BR2_ENDIAN="LITTLE"
>>>> -BR2_GCC_TARGET_TUNE="i686"
>>>> -BR2_GCC_TARGET_ARCH="i686"
>>>> -
>>>> -#
>>>> -# Target options
>>>> -#
>>>> --
>>>> 2.34.1
>>>>
>>>> _______________________________________________
>>>> buildroot mailing list
>>>> buildroot@buildroot.org
>>>> https://lists.buildroot.org/mailman/listinfo/buildroot
>>>
>>> --
>>> .-----------------.--------------------.------------------.--------------------.
>>> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
>>> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
>>> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
>>> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
>>> '------------------------------^-------^------------------^--------------------'
>>> _______________________________________________
>>> buildroot mailing list
>>> buildroot@buildroot.org
>>> https://lists.buildroot.org/mailman/listinfo/buildroot
>>
>> --
>> .-----------------.--------------------.------------------.--------------------.
>> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
>> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
>> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
>> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
>> '------------------------------^-------^------------------^--------------------'
> Best Regards,
> 
> Fabrice
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-08 18:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 16:46 [Buildroot] [PATCH 1/1] drop .defconfig Fabrice Fontaine
2022-01-08 18:10 ` Yann E. MORIN
2022-01-08 18:12   ` Yann E. MORIN
2022-01-08 18:19     ` Fabrice Fontaine
2022-01-08 18:45       ` Arnout Vandecappelle

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.