Buildroot Archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] Change elf2flt upstream repository
@ 2015-09-05 16:32 Douglas RAILLARD
  2015-09-06 13:22 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Douglas RAILLARD @ 2015-09-05 16:32 UTC (permalink / raw
  To: buildroot

Use Waldemar Brodkorb's repository (at least) until an
"official" upstream repository is established, to get
the ARM noMMU patches

Signed-off-by: Douglas RAILLARD <public.douglas.raillard@gmail.com>
---
 package/elf2flt/elf2flt.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/elf2flt/elf2flt.mk b/package/elf2flt/elf2flt.mk
index 0233ed5..3fcada4 100644
--- a/package/elf2flt/elf2flt.mk
+++ b/package/elf2flt/elf2flt.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-ELF2FLT_VERSION = 21c6a41885ad544763ccd19883c1353f3b0b7a47
-ELF2FLT_SITE = git://wh0rd.org/elf2flt.git
+ELF2FLT_VERSION = f859213b18a67fcfc09961267e0a1122d35186f4
+ELF2FLT_SITE = http://cgit.openadk.org/cgi/cgit/elf2flt.git
 ELF2FLT_SITE_METHOD = git
 ELF2FLT_LICENSE = GPLv2+
 ELF2FLT_LICENSE_FILES = LICENSE.TXT
-- 
2.5.1

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

* [Buildroot] [PATCH 1/3] Change elf2flt upstream repository
  2015-09-05 16:32 [Buildroot] [PATCH 1/3] Change elf2flt upstream repository Douglas RAILLARD
@ 2015-09-06 13:22 ` Thomas Petazzoni
  2015-09-06 15:40   ` [Buildroot] [PATCH v2 1/3] elf2flt: change " Douglas RAILLARD
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2015-09-06 13:22 UTC (permalink / raw
  To: buildroot

Dear Douglas RAILLARD,

On Sat,  5 Sep 2015 18:32:31 +0200, Douglas RAILLARD wrote:
> Use Waldemar Brodkorb's repository (at least) until an
> "official" upstream repository is established, to get
> the ARM noMMU patches
> 
> Signed-off-by: Douglas RAILLARD <public.douglas.raillard@gmail.com>

This looks good, the only minor nit is that the title should be:

	elf2flt: change upstream repository

I.e, we like when commits all follow a commit title like:

	<package>: <description>

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH v2 1/3] elf2flt: change upstream repository
  2015-09-06 13:22 ` Thomas Petazzoni
@ 2015-09-06 15:40   ` Douglas RAILLARD
  2015-09-20 13:45     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Douglas RAILLARD @ 2015-09-06 15:40 UTC (permalink / raw
  To: buildroot

Use Waldemar Brodkorb's repository (at least) until an
"official" upstream repository is established, to get
the ARM noMMU patches

Signed-off-by: Douglas RAILLARD <public.douglas.raillard@gmail.com>
---
 package/elf2flt/elf2flt.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/elf2flt/elf2flt.mk b/package/elf2flt/elf2flt.mk
index 0233ed5..3fcada4 100644
--- a/package/elf2flt/elf2flt.mk
+++ b/package/elf2flt/elf2flt.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-ELF2FLT_VERSION = 21c6a41885ad544763ccd19883c1353f3b0b7a47
-ELF2FLT_SITE = git://wh0rd.org/elf2flt.git
+ELF2FLT_VERSION = f859213b18a67fcfc09961267e0a1122d35186f4
+ELF2FLT_SITE = http://cgit.openadk.org/cgi/cgit/elf2flt.git
 ELF2FLT_SITE_METHOD = git
 ELF2FLT_LICENSE = GPLv2+
 ELF2FLT_LICENSE_FILES = LICENSE.TXT
-- 
2.5.1

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

* [Buildroot] [PATCH v2 1/3] elf2flt: change upstream repository
  2015-09-06 15:40   ` [Buildroot] [PATCH v2 1/3] elf2flt: change " Douglas RAILLARD
@ 2015-09-20 13:45     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-09-20 13:45 UTC (permalink / raw
  To: buildroot

Dear Douglas RAILLARD,

On Sun,  6 Sep 2015 17:40:23 +0200, Douglas RAILLARD wrote:
> Use Waldemar Brodkorb's repository (at least) until an
> "official" upstream repository is established, to get
> the ARM noMMU patches
> 
> Signed-off-by: Douglas RAILLARD <public.douglas.raillard@gmail.com>
> ---
>  package/elf2flt/elf2flt.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-09-20 13:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-05 16:32 [Buildroot] [PATCH 1/3] Change elf2flt upstream repository Douglas RAILLARD
2015-09-06 13:22 ` Thomas Petazzoni
2015-09-06 15:40   ` [Buildroot] [PATCH v2 1/3] elf2flt: change " Douglas RAILLARD
2015-09-20 13:45     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).