]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: move redundant-yyloc-global patch to u-boot-common.inc
authorSteve Sakoman <steve@sakoman.com>
Sat, 27 Jun 2020 02:39:53 +0000 (16:39 -1000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 29 Jun 2020 15:17:44 +0000 (05:17 -1000)
gcc10 build issue occurs in both u-boot and u-boot-tools

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-bsp/u-boot/files/remove-redundant-yyloc-global.patch [moved from meta/recipes-bsp/u-boot/u-boot-tools/remove-redundant-yyloc-global.patch with 100% similarity]
meta/recipes-bsp/u-boot/u-boot-common.inc
meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb

index edd0004792e61b6ff26323d1b46c7ad4ecec77e5..4a17894c49e5e8854c75a68a94ac77be8dcd7633 100644 (file)
@@ -15,6 +15,7 @@ PE = "1"
 SRCREV = "303f8fed261020c1cb7da32dad63b610bf6873dd"
 
 SRC_URI = "git://git.denx.de/u-boot.git \
+           file://remove-redundant-yyloc-global.patch \
           "
 
 S = "${WORKDIR}/git"
index ca8876ff986be95faeffe69032ac9196dd781993..7eaf721ca837ab834b963d34982ebc0de1de7305 100644 (file)
@@ -1,4 +1,2 @@
 require u-boot-common.inc
 require u-boot-tools.inc
-
-SRC_URI += "file://remove-redundant-yyloc-global.patch"