u-boot: move redundant-yyloc-global patch to u-boot-common.inc

gcc10 build issue occurs in both u-boot and u-boot-tools

(From OE-Core rev: 2e128a775a3d51dc1856a35e2f5135d3c156d10e)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman
2020-06-26 16:39:53 -10:00
committed by Richard Purdie
parent 9e434212f9
commit 39d7cf1abb
3 changed files with 1 additions and 2 deletions

View 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"

View File

@@ -1,4 +1,2 @@
require u-boot-common.inc
require u-boot-tools.inc
SRC_URI += "file://remove-redundant-yyloc-global.patch"