summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend
index 330f0ead..43dcc106 100644
--- a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend
+++ b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend
@@ -37,7 +37,7 @@ python() {
37 d.prependVar('FILESEXTRAPATHS', '%s:' % psu_init_path) 37 d.prependVar('FILESEXTRAPATHS', '%s:' % psu_init_path)
38} 38}
39 39
40do_compile:prepend() { 40do_configure:prepend() {
41 if [ -e ${WORKDIR}/psu_init.c ]; then 41 if [ -e ${WORKDIR}/psu_init.c ]; then
42 install -m 0644 ${WORKDIR}/psu_init.c ${S}/${ESW_COMPONENT_SRC} 42 install -m 0644 ${WORKDIR}/psu_init.c ${S}/${ESW_COMPONENT_SRC}
43 else 43 else