diff options
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_2024.1.bbappend | 10 | ||||
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/psm-firmware_2024.1.bbappend | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_2024.1.bbappend b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_2024.1.bbappend index cc6d757f..202764ac 100644 --- a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_2024.1.bbappend +++ b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-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() { |
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() { |