From 8066426f10e9b76e0db48ce5fb0f0314e121e90f Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Fri, 29 Apr 2022 12:38:54 +0530 Subject: meta-xilinx-standalone-experimental: recipes-bsp: embeddedsw: fsbl-firmware: Copy psu_init file before do_configure task With recent changes in fsbl application, fsbl CMakeList is expecting psu_init.h file to be avaible before do_configure stage, This commit updates the recipe for the same. Signed-off-by: Appana Durga Kedareswara rao Signed-off-by: Mark Hatle (cherry picked from commit 69add411db616dd0f3be54a6faa1749674bc6e47) Signed-off-by: Mark Hatle --- .../recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { d.prependVar('FILESEXTRAPATHS', '%s:' % psu_init_path) } -do_compile:prepend() { +do_configure:prepend() { if [ -e ${WORKDIR}/psu_init.c ]; then install -m 0644 ${WORKDIR}/psu_init.c ${S}/${ESW_COMPONENT_SRC} else -- cgit v1.2.3-54-g00ecf