All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boot/barebox-ayx: store downloads in same dir as bare barebox
@ 2020-03-19 21:49 Yann E. MORIN
  2020-03-19 22:01 ` Yann E. MORIN
  2020-03-27 23:06 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Yann E. MORIN @ 2020-03-19 21:49 UTC (permalink / raw)
  To: buildroot

barebox and barebox-aux are really the same package, from the same URL
and the same version. They deserve being stored in the same directory.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
---
 boot/barebox/barebox.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index f11f9950d1..3d7492598f 100644
--- a/boot/barebox/barebox.mk
+++ b/boot/barebox/barebox.mk
@@ -31,6 +31,8 @@ $(1)_SOURCE = barebox-$$($(1)_VERSION).tar.bz2
 $(1)_SITE = https://www.barebox.org/download
 endif
 
+$(1)_DL_SUBDIR = barebox
+
 $(1)_DEPENDENCIES = host-lzop
 $(1)_LICENSE = GPL-2.0 with exceptions
 ifeq ($(BR2_TARGET_BAREBOX_LATEST_VERSION),y)
-- 
2.20.1

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

* [Buildroot] [PATCH] boot/barebox-ayx: store downloads in same dir as bare barebox
  2020-03-19 21:49 [Buildroot] [PATCH] boot/barebox-ayx: store downloads in same dir as bare barebox Yann E. MORIN
@ 2020-03-19 22:01 ` Yann E. MORIN
  2020-03-20  7:48   ` Yegor Yefremov
  2020-03-27 23:06 ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2020-03-19 22:01 UTC (permalink / raw)
  To: buildroot

All, me,

Me: please be careful to the typo in the commit title... :-[

Regards,
Yann E. MORIN.

On 2020-03-19 22:49 +0100, Yann E. MORIN spake thusly:
> barebox and barebox-aux are really the same package, from the same URL
> and the same version. They deserve being stored in the same directory.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  boot/barebox/barebox.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
> index f11f9950d1..3d7492598f 100644
> --- a/boot/barebox/barebox.mk
> +++ b/boot/barebox/barebox.mk
> @@ -31,6 +31,8 @@ $(1)_SOURCE = barebox-$$($(1)_VERSION).tar.bz2
>  $(1)_SITE = https://www.barebox.org/download
>  endif
>  
> +$(1)_DL_SUBDIR = barebox
> +
>  $(1)_DEPENDENCIES = host-lzop
>  $(1)_LICENSE = GPL-2.0 with exceptions
>  ifeq ($(BR2_TARGET_BAREBOX_LATEST_VERSION),y)
> -- 
> 2.20.1
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] boot/barebox-ayx: store downloads in same dir as bare barebox
  2020-03-19 22:01 ` Yann E. MORIN
@ 2020-03-20  7:48   ` Yegor Yefremov
  0 siblings, 0 replies; 4+ messages in thread
From: Yegor Yefremov @ 2020-03-20  7:48 UTC (permalink / raw)
  To: buildroot

On Thu, Mar 19, 2020 at 11:01 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
> All, me,
>
> Me: please be careful to the typo in the commit title... :-[
>
> Regards,
> Yann E. MORIN.
>
> On 2020-03-19 22:49 +0100, Yann E. MORIN spake thusly:
> > barebox and barebox-aux are really the same package, from the same URL
> > and the same version. They deserve being stored in the same directory.
> >
> > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> > Cc: Yegor Yefremov <yegorslists@googlemail.com>

Tested-by: Yegor Yefremov <yegorslists@googlemail.com>

> > ---
> >  boot/barebox/barebox.mk | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
> > index f11f9950d1..3d7492598f 100644
> > --- a/boot/barebox/barebox.mk
> > +++ b/boot/barebox/barebox.mk
> > @@ -31,6 +31,8 @@ $(1)_SOURCE = barebox-$$($(1)_VERSION).tar.bz2
> >  $(1)_SITE = https://www.barebox.org/download
> >  endif
> >
> > +$(1)_DL_SUBDIR = barebox
> > +
> >  $(1)_DEPENDENCIES = host-lzop
> >  $(1)_LICENSE = GPL-2.0 with exceptions
> >  ifeq ($(BR2_TARGET_BAREBOX_LATEST_VERSION),y)
> > --
> > 2.20.1
> >
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |  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.  |
> '------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] boot/barebox-ayx: store downloads in same dir as bare barebox
  2020-03-19 21:49 [Buildroot] [PATCH] boot/barebox-ayx: store downloads in same dir as bare barebox Yann E. MORIN
  2020-03-19 22:01 ` Yann E. MORIN
@ 2020-03-27 23:06 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-03-27 23:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > barebox and barebox-aux are really the same package, from the same URL
 > and the same version. They deserve being stored in the same directory.

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Yegor Yefremov <yegorslists@googlemail.com>

Committed to 2019.02.x, 2019.11.x and 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-03-27 23:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-19 21:49 [Buildroot] [PATCH] boot/barebox-ayx: store downloads in same dir as bare barebox Yann E. MORIN
2020-03-19 22:01 ` Yann E. MORIN
2020-03-20  7:48   ` Yegor Yefremov
2020-03-27 23:06 ` Peter Korsgaard

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.