From f7163240e3f0ea4ee5b73e1ed090b60945bcf6c5 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Thu, 29 Jun 2023 16:40:25 +0000 Subject: [PATCH] bsp: linux-firmware: add SRCREV_FORMAT The SRCREV_FORMAT variable must be set when multiple SCMs are used. | bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: The SRCREV_FORMAT variable must be set when multiple SCMs are used. | The SCMs are: | git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git;protocol=https;branch=main | git://github.com/NXP/imx-firmware.git;protocol=https;branch=lf-5.15.71_2.2.0;destsuffix=imx-firmware;name=imx-firmware; | The variable dependency chain for the failure is: SRCPV -> PV -> BP -> FILESPATH Signed-off-by: Jose Quaresma --- .../recipes-kernel/linux-firmware/linux-firmware_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-lmp-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/meta-lmp-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend index 012d517a71..ac4646b78a 100644 --- a/meta-lmp-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend +++ b/meta-lmp-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend @@ -18,6 +18,7 @@ SRC_URI:append:imx-nxp-bsp = "\ git://github.com/NXP/imx-firmware.git;protocol=https;branch=${IMX_FIRMWARE_BRANCH};destsuffix=imx-firmware;name=imx-firmware; \ " SRCREV_imx-firmware ?= "982bb10dfabfb9e7b9dc106c59a4fbb2c45bfb44" +SRCREV_FORMAT = "imx-firmware" SRC_URI:append:beaglebone-yocto = "\ https://github.com/beagleboard/beaglebone-black-wireless/raw/d9135000a223228158d92fd2e3f00e495f642fee/firmware/wl18xx-conf.bin;name=wl18xx-conf \