summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2020-06-26 16:39:53 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-02 16:12:37 +0100
commit39d7cf1abb2c88baaedb3a627eba8827747b2eb9 (patch)
tree87b66668cabe0971757ced7c5dcae22ae9f8dae4 /meta/recipes-bsp
parent9e434212f9341b07bf20842d734eaa7ffbc15ec2 (diff)
downloadpoky-39d7cf1abb2c88baaedb3a627eba8827747b2eb9.tar.gz
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>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/u-boot/files/remove-redundant-yyloc-global.patch (renamed from meta/recipes-bsp/u-boot/u-boot-tools/remove-redundant-yyloc-global.patch)0
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common.inc1
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb2
3 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools/remove-redundant-yyloc-global.patch b/meta/recipes-bsp/u-boot/files/remove-redundant-yyloc-global.patch
index 2a184e57e2..2a184e57e2 100644
--- a/meta/recipes-bsp/u-boot/u-boot-tools/remove-redundant-yyloc-global.patch
+++ b/meta/recipes-bsp/u-boot/files/remove-redundant-yyloc-global.patch
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index edd0004792..4a17894c49 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -15,6 +15,7 @@ PE = "1"
15SRCREV = "303f8fed261020c1cb7da32dad63b610bf6873dd" 15SRCREV = "303f8fed261020c1cb7da32dad63b610bf6873dd"
16 16
17SRC_URI = "git://git.denx.de/u-boot.git \ 17SRC_URI = "git://git.denx.de/u-boot.git \
18 file://remove-redundant-yyloc-global.patch \
18 " 19 "
19 20
20S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb
index ca8876ff98..7eaf721ca8 100644
--- a/meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb
@@ -1,4 +1,2 @@
1require u-boot-common.inc 1require u-boot-common.inc
2require u-boot-tools.inc 2require u-boot-tools.inc
3
4SRC_URI += "file://remove-redundant-yyloc-global.patch"