diff options
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/psm-firmware_2024.1.bbappend')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/psm-firmware_2024.1.bbappend | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/psm-firmware_2024.1.bbappend b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/psm-firmware_2024.1.bbappend index c4953ce7..96cd38cd 100644 --- a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/psm-firmware_2024.1.bbappend +++ b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/psm-firmware_2024.1.bbappend | |||
| @@ -17,8 +17,14 @@ do_configure:prepend() { | |||
| 17 | ) | 17 | ) |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | do_compile:append() { | 20 | do_configure() { |
| 21 | ${MB_OBJCOPY} -O binary ${B}/${ESW_COMPONENT} ${B}/${ESW_COMPONENT}.bin | 21 | cmake_do_configure |
| 22 | } | ||
| 23 | |||
| 24 | do_compile() { | ||
| 25 | cmake_do_compile | ||
| 26 | |||
| 27 | ${OBJCOPY} -O binary ${B}/${ESW_COMPONENT} ${B}/${ESW_COMPONENT}.bin | ||
| 22 | } | 28 | } |
| 23 | 29 | ||
| 24 | do_install() { | 30 | do_install() { |
