diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-06-10 19:59:05 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 10:43:44 -0600 |
commit | 297ee111d24f5061cf01829a042f6a05ce0a5093 (patch) | |
tree | b1010705a4821e6cedc6e53226d74a0b722870ca | |
parent | f4dba7c1526971b274a84b16d91c17a043f59e4a (diff) | |
download | meta-xilinx-297ee111d24f5061cf01829a042f6a05ce0a5093.tar.gz |
xilinx-bootbin: Fix WORKDIR warning
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb b/meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb index 4ee9b62e..aabced59 100644 --- a/meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb +++ b/meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb | |||
@@ -32,6 +32,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
32 | 32 | ||
33 | SRC_URI += "${@('file://' + d.getVar("BIF_FILE_PATH")) if d.getVar("BIF_FILE_PATH") != (d.getVar('B') + '/bootgen.bif') else ''}" | 33 | SRC_URI += "${@('file://' + d.getVar("BIF_FILE_PATH")) if d.getVar("BIF_FILE_PATH") != (d.getVar('B') + '/bootgen.bif') else ''}" |
34 | 34 | ||
35 | S = "${UNPACKDIR}" | ||
36 | |||
35 | # bootgen command -arch option for different SOC architectures | 37 | # bootgen command -arch option for different SOC architectures |
36 | # zynq7000 : zynq | 38 | # zynq7000 : zynq |
37 | # zynqmp : zynqmp | 39 | # zynqmp : zynqmp |