diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-01-15 17:56:43 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-16 07:26:08 -0800 |
| commit | 7567107afa8974b976cab2dcfaa4a1ed5ee63e96 (patch) | |
| tree | 7ebada5481e7f5a09013cf7caeb1b0e7d8abc114 | |
| parent | 72eb02d7a1605a84a9903767caa16428d625bf62 (diff) | |
| download | meta-xilinx-7567107afa8974b976cab2dcfaa4a1ed5ee63e96.tar.gz | |
fsbl: Fix typo in skiprecipe message
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
| 67 | 67 | ||
| 68 | if not os.path.exists(d.getVar('FSBL_FILE') + ".elf"): | 68 | if not os.path.exists(d.getVar('FSBL_FILE') + ".elf"): |
| 69 | if not d.getVar('WITHIN_EXT_SDK'): | 69 | if not d.getVar('WITHIN_EXT_SDK'): |
| 70 | 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')) | 70 | 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')) |
| 71 | else: | 71 | else: |
| 72 | # We found the file, so be sure to track it | 72 | # We found the file, so be sure to track it |
| 73 | d.setVar('SRC_URI', 'file://${FSBL_FILE}.elf') | 73 | d.setVar('SRC_URI', 'file://${FSBL_FILE}.elf') |
