diff options
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-common.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 5a8035f432..993478a73b 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc | |||
@@ -15,6 +15,13 @@ PE = "1" | |||
15 | SRCREV = "c4fddedc48f336eabc4ce3f74940e6aa372de18c" | 15 | SRCREV = "c4fddedc48f336eabc4ce3f74940e6aa372de18c" |
16 | 16 | ||
17 | SRC_URI = "git://git.denx.de/u-boot.git \ | 17 | SRC_URI = "git://git.denx.de/u-boot.git \ |
18 | file://0001-add-valid-fdt-check.patch \ | ||
19 | file://CVE-2021-27097-1.patch \ | ||
20 | file://CVE-2021-27097-2.patch \ | ||
21 | file://CVE-2021-27097-3.patch \ | ||
22 | file://CVE-2021-27097-4.patch \ | ||
23 | file://CVE-2021-27138-1.patch \ | ||
24 | file://CVE-2021-27138-2.patch \ | ||
18 | " | 25 | " |
19 | 26 | ||
20 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |