summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot-common.inc
diff options
context:
space:
mode:
authorLimeng <Meng.Li@windriver.com>2019-09-26 09:46:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-27 13:02:16 +0100
commit205069a9e858c595989335af32319c4720242bfd (patch)
treecca193e0e3840bed02fe0c46818e5108f23f9f3d /meta/recipes-bsp/u-boot/u-boot-common.inc
parent91b787334a84c2f0475eb4af5883b3837023aa61 (diff)
downloadpoky-205069a9e858c595989335af32319c4720242bfd.tar.gz
u-boot: add CVE patches for u-boot
Add 9 patches to fix below CVE issues. CVE-2019-13103 CVE-2019-13104 CVE-2019-13105 CVE-2019-13106 CVE-2019-14192 CVE-2019-14193 CVE-2019-14194 CVE-2019-14195 CVE-2019-14196 CVE-2019-14197 CVE-2019-14198 CVE-2019-14199 CVE-2019-14200 CVE-2019-14201 CVE-2019-14202 CVE-2019-14203 CVE-2019-14204 (From OE-Core rev: db22dbe158dcb2298bfd74ff6cbba31f67488035) Signed-off-by: Meng Li <Meng.Li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-common.inc')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index a056eae8ce..f63dfa3b73 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -14,6 +14,16 @@ PE = "1"
14# repo during parse 14# repo during parse
15SRCREV = "e5aee22e4be75e75a854ab64503fc80598bc2004" 15SRCREV = "e5aee22e4be75e75a854ab64503fc80598bc2004"
16 16
17SRC_URI = "git://git.denx.de/u-boot.git" 17SRC_URI = "git://git.denx.de/u-boot.git \
18 file://0001-CVE-2019-13103.patch \
19 file://0002-CVE-2019-13104.patch \
20 file://0003-CVE-2019-13105.patch \
21 file://0004-CVE-2019-13106.patch \
22 file://0005-CVE-2019-14192-14193-14199.patch \
23 file://0006-CVE-2019-14197-14200-14201-14202-14203-14204.patch \
24 file://0007-CVE-2019-14194-14198.patch \
25 file://0008-CVE-2019-14195.patch \
26 file://0009-CVE-2019-14196.patch \
27"
18 28
19S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"