u-boot-variscite: Update to version 2018.03

- Update to the latest stable release
  - Drop unused patch
  - Adjust recipe to build with newer Yocto Project
    versions (Gatesgarth and Dunfell)

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
Fabio Berton 2020-08-24 13:20:10 -03:00 committed by Otavio Salvador
parent cf2ab8d76c
commit c3301c42db
2 changed files with 3 additions and 39 deletions

View File

@ -1,34 +0,0 @@
From 8c3356f5328d3e48709ed7483564a1cd79e387cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Fri, 3 Jan 2020 14:04:46 +0100
Subject: [PATCH] Fix build with recent layers
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Fixes:
arm-mortsgna-linux-gnueabi-ld.bfd: error: linker script file '<workdir>/git/arch/arm/lib/elf_arm_efi.lds' appears multiple times
Upstream-Status: Pending
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
scripts/Makefile.lib | 2 --
1 file changed, 2 deletions(-)
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 23be324369..a32daa4394 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -377,8 +377,6 @@ cmd_efi_ld = $(LD) -nostdlib -znocombreloc -T $(EFI_LDS_PATH) -shared \
EFI_LDS_PATH = $(srctree)/arch/$(ARCH)/lib/$(EFI_LDS)
-$(obj)/helloworld.so: $(EFI_LDS_PATH)
-
$(obj)/helloworld.so: $(obj)/helloworld.o arch/$(ARCH)/lib/$(EFI_CRT0) \
arch/$(ARCH)/lib/$(EFI_RELOC)
$(call cmd,efi_ld)
--
2.21.0

View File

@ -12,14 +12,12 @@ PROVIDES += "u-boot"
SPL_BINARY = "SPL" SPL_BINARY = "SPL"
SRCREV = "a7869c2cde98e5f5b1886d8f54dff321a7aa0597" SRCREV = "717f29898abe82ffa2d74515806c46094075285a"
SRCBRANCH = "imx_v2017.03_4.9.11_1.0.0_ga_var01" SRCBRANCH = "imx_v2018.03_4.14.78_1.0.0_ga_var02"
SRC_URI = "\ SRC_URI = "\
git://github.com/varigit/uboot-imx.git;protocol=git;branch=${SRCBRANCH} \ git://github.com/varigit/uboot-imx.git;protocol=git;branch=${SRCBRANCH} \
file://0001-Fix-build-with-recent-layers.patch \
" "
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
B = "${WORKDIR}/build"
PACKAGE_ARCH = "${MACHINE_ARCH}"