From f9b9c7e0f8ed074ac9f844c5c1c30fe990504e16 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Tue, 17 May 2022 08:26:24 +0200 Subject: imx-atf: fix patch applying Correct the name of patch and prepend FILESEXTRAPATHS, in order to fix the following issue: ERROR: imx-atf-2.4+gitAUTOINC+05f788b9bb-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'file://0001-alsa-state-Remove-PCM-devices-mapped-by-5.15-kernel.patch') Signed-off-by: Thomas Perrot --- recipes-bsp/imx-atf/imx-atf_2.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/imx-atf/imx-atf_2.4.bb b/recipes-bsp/imx-atf/imx-atf_2.4.bb index 86dca9dd..39158e6c 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.4.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.4.bb @@ -5,11 +5,13 @@ SECTION = "BSP" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" + PV .= "+git${SRCPV}" SRCBRANCH = "lf_v2.4" SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ - file://0001-alsa-state-Remove-PCM-devices-mapped-by-5.15-kernel.patch" + file://0001-Makefile-Suppress-array-bounds-error.patch" SRCREV = "05f788b9bbb13d002997e35008a4b945f7e2957b" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf