diff options
Diffstat (limited to 'meta-xilinx-core/classes-recipe/dfx_user_dts.bbclass')
| -rw-r--r-- | meta-xilinx-core/classes-recipe/dfx_user_dts.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/classes-recipe/dfx_user_dts.bbclass b/meta-xilinx-core/classes-recipe/dfx_user_dts.bbclass index d4a01048..a09c0768 100644 --- a/meta-xilinx-core/classes-recipe/dfx_user_dts.bbclass +++ b/meta-xilinx-core/classes-recipe/dfx_user_dts.bbclass | |||
| @@ -26,7 +26,7 @@ do_fetch[cleandirs] = "${B}" | |||
| 26 | DT_PADDING_SIZE = "0x1000" | 26 | DT_PADDING_SIZE = "0x1000" |
| 27 | BOOTGEN_FLAGS ?= " -arch ${SOC_FAMILY} -w ${@bb.utils.contains('SOC_FAMILY','zynqmp','','-process_bitstream bin',d)}" | 27 | BOOTGEN_FLAGS ?= " -arch ${SOC_FAMILY} -w ${@bb.utils.contains('SOC_FAMILY','zynqmp','','-process_bitstream bin',d)}" |
| 28 | 28 | ||
| 29 | S ?= "${WORKDIR}" | 29 | S ?= "${UNPACKDIR}" |
| 30 | FW_DIR ?= "" | 30 | FW_DIR ?= "" |
| 31 | DTSI_PATH ?= "" | 31 | DTSI_PATH ?= "" |
| 32 | DTBO_PATH ?= "" | 32 | DTBO_PATH ?= "" |
| @@ -52,7 +52,7 @@ python() { | |||
| 52 | import re | 52 | import re |
| 53 | soc_family = d.getVar("SOC_FAMILY") | 53 | soc_family = d.getVar("SOC_FAMILY") |
| 54 | if "git://" in d.getVar("SRC_URI") or "https://" in d.getVar("SRC_URI"): | 54 | if "git://" in d.getVar("SRC_URI") or "https://" in d.getVar("SRC_URI"): |
| 55 | d.setVar("S",'${WORKDIR}/git/'+d.getVar("FW_DIR")) | 55 | d.setVar("S",'${UNPACKDIR}/git/'+d.getVar("FW_DIR")) |
| 56 | else: | 56 | else: |
| 57 | dtsi_found = False | 57 | dtsi_found = False |
| 58 | dtbo_found = False | 58 | dtbo_found = False |
