diff options
| author | Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> | 2023-03-02 12:56:21 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-03 10:44:14 -0600 |
| commit | db506ddde2e220bcb26b4353377e0362333a5436 (patch) | |
| tree | cedc82acb07e62471f7b35676bd731a319eb17ce /meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_git.bbappend | |
| parent | d358ec8b093af181a415f073f7991568605660c5 (diff) | |
| download | meta-xilinx-db506ddde2e220bcb26b4353377e0362333a5436.tar.gz | |
meta-xilinx-standalone-experimental: Copy UserConfig.cmake file to application source directory
With the latest changes in the application CMakeLists.txt it's expecting
the UserConfig.cmake file to be present at application source folder,
update recipes for the same.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_git.bbappend')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_git.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_git.bbappend b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_git.bbappend index 8a72a184..cc6d757f 100644 --- a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_git.bbappend +++ b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/plm-firmware_git.bbappend | |||
| @@ -10,6 +10,13 @@ ESW_COMPONENT_SRC = "/lib/sw_apps/versal_plm/src/" | |||
| 10 | 10 | ||
| 11 | ESW_COMPONENT = "versal_plm.elf" | 11 | ESW_COMPONENT = "versal_plm.elf" |
| 12 | 12 | ||
| 13 | do_configure:prepend() { | ||
| 14 | ( | ||
| 15 | cd ${S} | ||
| 16 | install -m 0644 ${S}/cmake/UserConfig.cmake ${S}/${ESW_COMPONENT_SRC} | ||
| 17 | ) | ||
| 18 | } | ||
| 19 | |||
| 13 | do_compile:append() { | 20 | do_compile:append() { |
| 14 | ${MB_OBJCOPY} -O binary ${B}/${ESW_COMPONENT} ${B}/${ESW_COMPONENT}.bin | 21 | ${MB_OBJCOPY} -O binary ${B}/${ESW_COMPONENT} ${B}/${ESW_COMPONENT}.bin |
| 15 | } | 22 | } |
