From e71f4b9e96a4389fe0ac76375894e5c56b4e0e02 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 25 Jan 2022 20:14:29 -0800 Subject: pmufw: Fix dependency variable typo Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-core') diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb index 80eade19..53bdc416 100644 --- a/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb +++ b/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb @@ -60,7 +60,7 @@ FILES:${PN} = "/boot/${PN}.elf" def check_pmu_vars(d): # If both are blank, the user MUST pass in the path to the firmware! - if not d.getVar('PMU_FIRMWARE_DEPENDS') and not d.getVar('PMU_FIRMWARE_MCDEPENDS'): + if not d.getVar('PMU_DEPENDS') and not d.getVar('PMU_MCDEPENDS'): # Don't cache this, as the items on disk can change! d.setVar('BB_DONT_CACHE', '1') -- cgit v1.2.3-54-g00ecf