summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/classes-recipe/dfx_user_dts.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/classes-recipe/dfx_user_dts.bbclass')
-rw-r--r--meta-xilinx-core/classes-recipe/dfx_user_dts.bbclass4
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}"
26DT_PADDING_SIZE = "0x1000" 26DT_PADDING_SIZE = "0x1000"
27BOOTGEN_FLAGS ?= " -arch ${SOC_FAMILY} -w ${@bb.utils.contains('SOC_FAMILY','zynqmp','','-process_bitstream bin',d)}" 27BOOTGEN_FLAGS ?= " -arch ${SOC_FAMILY} -w ${@bb.utils.contains('SOC_FAMILY','zynqmp','','-process_bitstream bin',d)}"
28 28
29S ?= "${WORKDIR}" 29S ?= "${UNPACKDIR}"
30FW_DIR ?= "" 30FW_DIR ?= ""
31DTSI_PATH ?= "" 31DTSI_PATH ?= ""
32DTBO_PATH ?= "" 32DTBO_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