summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot-common_2018.07.inc
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-08-22 13:36:57 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-23 07:50:00 +0100
commitf99a77a2dbce3a1078e9ad8db060d8fbe344544c (patch)
tree646e174ec039e70c7997b65475d724f84781235f /meta/recipes-bsp/u-boot/u-boot-common_2018.07.inc
parentfa3529e1170986e90caf7212f326436f8370acb7 (diff)
downloadpoky-f99a77a2dbce3a1078e9ad8db060d8fbe344544c.tar.gz
u-boot: patch for CVE-2018-1000205
(From OE-Core rev: a8db39548d9985962e4f8764b10856af5226d210) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-common_2018.07.inc')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common_2018.07.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2018.07.inc b/meta/recipes-bsp/u-boot/u-boot-common_2018.07.inc
index d945253475..22b44dccc6 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common_2018.07.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2018.07.inc
@@ -10,6 +10,9 @@ PE = "1"
10# repo during parse 10# repo during parse
11SRCREV = "8c5d4fd0ec222701598a27b26ab7265d4cee45a3" 11SRCREV = "8c5d4fd0ec222701598a27b26ab7265d4cee45a3"
12 12
13SRC_URI = "git://git.denx.de/u-boot.git" 13SRC_URI = "git://git.denx.de/u-boot.git \
14 file://CVE-2018-1000205-1.patch \
15 file://CVE-2018-1000205-2.patch \
16"
14 17
15S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"