All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gnu-efi: Upgrade 3.0.9 -> 3.0.10
@ 2019-10-26 20:42 Adrian Bunk
  2019-10-27 11:48 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-10-26 20:42 UTC (permalink / raw)
  To: openembedded-core

Part of patch fixed upstream removed.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
 .../gnu-efi/parallel-make-archives.patch       | 18 ------------------
 .../{gnu-efi_3.0.9.bb => gnu-efi_3.0.10.bb}    |  4 ++--
 2 files changed, 2 insertions(+), 20 deletions(-)
 rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.9.bb => gnu-efi_3.0.10.bb} (95%)

diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch b/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch
index a9806cfdf6..8a0138bbe5 100644
--- a/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch
+++ b/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch
@@ -19,25 +19,7 @@ Signed-off-by: Darren Hart <dvhart@linux.intel.com>
 Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
 [Rebased for 3.0.8]
 Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
----
- gnuefi/Makefile | 3 ++-
- lib/Makefile    | 2 +-
- 2 files changed, 3 insertions(+), 2 deletions(-)
 
-diff --git a/gnuefi/Makefile b/gnuefi/Makefile
-index 2a61699..89b560a 100644
---- a/gnuefi/Makefile
-+++ b/gnuefi/Makefile
-@@ -54,7 +54,8 @@ TARGETS	= crt0-efi-$(ARCH).o libgnuefi.a
- 
- all:	$(TARGETS)
- 
--libgnuefi.a: $(patsubst %,libgnuefi.a(%),$(OBJS))
-+libgnuefi.a: $(OBJS)
-+	$(AR) $(ARFLAGS) $@ $(OBJS)
- 
- clean:
- 	rm -f $(TARGETS) *~ *.o $(OBJS)
 diff --git a/lib/Makefile b/lib/Makefile
 index 0e6410d..048751a 100644
 --- a/lib/Makefile
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.10.bb
similarity index 95%
rename from meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb
rename to meta/recipes-bsp/gnu-efi/gnu-efi_3.0.10.bb
index 6d4c303353..d4e0465890 100644
--- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb
+++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.10.bb
@@ -18,8 +18,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \
            file://gnu-efi-3.0.9-fix-clang-build.patch \
            "
 
-SRC_URI[md5sum] = "32af17b917545a693e549af2439c4a99"
-SRC_URI[sha256sum] = "6715ea7eae1c7e4fc5041034bd3f107ec2911962ed284a081e491646b12277f0"
+SRC_URI[md5sum] = "960a8379b6f95ee73d7778b70bf2a089"
+SRC_URI[sha256sum] = "f12082a3a5f0c3e38c67262a9f34245d139ac2cdfc0a0bdcf03c9b1f56fa4fed"
 
 COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
 COMPATIBLE_HOST_armv4 = 'null'
-- 
2.17.1



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

* Re: [PATCH] gnu-efi: Upgrade 3.0.9 -> 3.0.10
  2019-10-26 20:42 [PATCH] gnu-efi: Upgrade 3.0.9 -> 3.0.10 Adrian Bunk
@ 2019-10-27 11:48 ` Richard Purdie
  2019-10-27 15:02   ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2019-10-27 11:48 UTC (permalink / raw)
  To: Adrian Bunk, openembedded-core

On Sat, 2019-10-26 at 23:42 +0300, Adrian Bunk wrote:
> Part of patch fixed upstream removed.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
>  .../gnu-efi/parallel-make-archives.patch       | 18 ----------------
> --
>  .../{gnu-efi_3.0.9.bb => gnu-efi_3.0.10.bb}    |  4 ++--
>  2 files changed, 2 insertions(+), 20 deletions(-)
>  rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.9.bb => gnu-
> efi_3.0.10.bb} (95%)

I think this caused:

https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/1402

Cheers,

Richard



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

* Re: [PATCH] gnu-efi: Upgrade 3.0.9 -> 3.0.10
  2019-10-27 11:48 ` Richard Purdie
@ 2019-10-27 15:02   ` Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2019-10-27 15:02 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

On Sun, Oct 27, 2019 at 11:48:38AM +0000, Richard Purdie wrote:
> On Sat, 2019-10-26 at 23:42 +0300, Adrian Bunk wrote:
> > Part of patch fixed upstream removed.
> > 
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> > ---
> >  .../gnu-efi/parallel-make-archives.patch       | 18 ----------------
> > --
> >  .../{gnu-efi_3.0.9.bb => gnu-efi_3.0.10.bb}    |  4 ++--
> >  2 files changed, 2 insertions(+), 20 deletions(-)
> >  rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.9.bb => gnu-
> > efi_3.0.10.bb} (95%)
> 
> I think this caused:
> 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/1402

Thanks, v2 sent.

> Cheers,
> 
> Richard

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



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

end of thread, other threads:[~2019-10-27 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-26 20:42 [PATCH] gnu-efi: Upgrade 3.0.9 -> 3.0.10 Adrian Bunk
2019-10-27 11:48 ` Richard Purdie
2019-10-27 15:02   ` Adrian Bunk

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.