From 8d3f10e5e760d0af3f068d442655b176953f2b5a Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Thu, 22 Aug 2013 11:30:46 -0700 Subject: gummiboot: Update to current HEAD (35+) Update to the latest gummiboot and remove all patches from the recipe which are now upstream in one for or anoter. Make use of the new configuration methods for inc/lib/lds directories. Change the PV to use the git SRCREV beyond the release tag. Signed-off-by: Darren Hart --- ...-Allow-for-user-override-of-EFI-include-d.patch | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 common/recipes-bsp/gummiboot/files/0003-Makefile.am-Allow-for-user-override-of-EFI-include-d.patch (limited to 'common/recipes-bsp/gummiboot/files/0003-Makefile.am-Allow-for-user-override-of-EFI-include-d.patch') diff --git a/common/recipes-bsp/gummiboot/files/0003-Makefile.am-Allow-for-user-override-of-EFI-include-d.patch b/common/recipes-bsp/gummiboot/files/0003-Makefile.am-Allow-for-user-override-of-EFI-include-d.patch deleted file mode 100644 index 7a51490c..00000000 --- a/common/recipes-bsp/gummiboot/files/0003-Makefile.am-Allow-for-user-override-of-EFI-include-d.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 8d1e561ef06889c7dd5943c5be2045c6cf98b14c Mon Sep 17 00:00:00 2001 -Message-Id: <8d1e561ef06889c7dd5943c5be2045c6cf98b14c.1367382591.git.dvhart@linux.intel.com> -In-Reply-To: -References: -From: Darren Hart -Date: Tue, 30 Apr 2013 21:18:51 -0700 -Subject: [PATCH 3/4] Makefile.am: Allow for user override of EFI include dir - -Enable cross-compiling by allowing the user to specify an alternative to -the /usr/include directory for the EFI includes. Add a variable INCDIR -defaulting to /usr/include, but still allowing the user to provide their -own value. - -Signed-off-by: Darren Hart ---- - Makefile.am | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index 22e314d..2611971 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -72,10 +72,11 @@ CLEANFILES += man/gummiboot.8 - efi_loadername = gummiboot$(MACHINE_TYPE_NAME).efi - efi_sources = src/efi/gummiboot.c - -+INCDIR := /usr/include - efi_cppflags = \ - -I$(top_builddir) -include config.h \ -- -I/usr/include/efi \ -- -I/usr/include/efi/$(ARCH) -+ -I$(INCDIR)/efi \ -+ -I$(INCDIR)/efi/$(ARCH) - - efi_cflags = \ - -Wall \ --- -1.7.5.4 - -- cgit v1.2.3-54-g00ecf