From b650bf136ce4a8a75b9a8c1d8426170348c21b7c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 18 Jul 2022 14:35:08 +0200 Subject: 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 --- recipes-bsp/u-boot/u-boot_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp') 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 () { -- cgit v1.2.3