From 7567107afa8974b976cab2dcfaa4a1ed5ee63e96 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Sun, 15 Jan 2023 17:56:43 -0800 Subject: fsbl: Fix typo in skiprecipe message Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb index 68cfeb22..bd44e14f 100644 --- a/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb +++ b/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb @@ -67,7 +67,7 @@ def check_fsbl_variables(d): if not os.path.exists(d.getVar('FSBL_FILE') + ".elf"): if not d.getVar('WITHIN_EXT_SDK'): - raise bb.parse.SkipRecipe("The expect file %s.elf is not available.\nSet FSBL_FILE to the path with a precompiled FSBL binary. See the meta-xilinx-core README for more information." % d.getVar('FSBL_FILE')) + raise bb.parse.SkipRecipe("The expected file %s.elf is not available.\nSet FSBL_FILE to the path with a precompiled FSBL binary. See the meta-xilinx-core README for more information." % d.getVar('FSBL_FILE')) else: # We found the file, so be sure to track it d.setVar('SRC_URI', 'file://${FSBL_FILE}.elf') -- cgit v1.2.3-54-g00ecf