summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-07-18 14:35:08 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-07-18 14:38:39 +0200
commitb650bf136ce4a8a75b9a8c1d8426170348c21b7c (patch)
treee0f10e8184dca344be0e8deda6269a47e58fbc45 /recipes-bsp
parent24813e1a84eda1e3747d3c2f4fbb73de585112ca (diff)
u-boot: remove already present patch
oe-core now applies 0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch fixing a CVE in 2022.01. As we bumped to 2022.07 the commit is already applied and applying it a second time makes do_patch fail. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
index d8128fb..70db9eb 100644
--- a/recipes-bsp/u-boot/u-boot_%.bbappend
+++ b/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -23,6 +23,8 @@ SRC_URI:append = " ${TDX_PATCHES}"
SRC_URI:append:use-nxp-bsp:colibri-imx7 = " \
file://0001-colibri_imx7-boot-linux-kernel-in-secure-mode.patch \
"
+# allready applied in 2022.07
+SRC_URI:remove = "file://0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch"
PADDING_DIR = "${B}"
nand_padding () {