diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-05-10 14:05:49 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-05-13 10:20:48 -0500 |
| commit | b273c6865a1ab42e80bdf966ce9071cbb95363ff (patch) | |
| tree | aa043da4f5da1943526e4449ce673d5ea2a93ba2 | |
| parent | d87c3a9c03ffa00f80bdd274bf8a0bfba4d3ee07 (diff) | |
| download | meta-xilinx-b273c6865a1ab42e80bdf966ce9071cbb95363ff.tar.gz | |
device-tree: Remove return and use bberror
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb b/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb index f403185f..8d7211f5 100644 --- a/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb +++ b/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb | |||
| @@ -95,7 +95,7 @@ devicetree_do_compile:append() { | |||
| 95 | 95 | ||
| 96 | dtb_file = d.getVar('DTB_FILE_NAME') or '' | 96 | dtb_file = d.getVar('DTB_FILE_NAME') or '' |
| 97 | if not dtb_file or not os.path.isfile(dtb_file): | 97 | if not dtb_file or not os.path.isfile(dtb_file): |
| 98 | return | 98 | bb.error("Expected file ${DTB_FILE_NAME} doesn't exist") |
| 99 | 99 | ||
| 100 | if d.getVar('EXTRA_DTFILES_BUNDLE'): | 100 | if d.getVar('EXTRA_DTFILES_BUNDLE'): |
| 101 | ccdtb_prefix = d.getVar('EXTRA_DTFILE_PREFIX') | 101 | ccdtb_prefix = d.getVar('EXTRA_DTFILE_PREFIX') |
