diff options
author | Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> | 2023-01-12 09:04:23 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-13 23:31:51 -0600 |
commit | 1a3c7b526bf24229c27a1854f0e84749847016ad (patch) | |
tree | 89c03ade9863b71da9f0270706d7ac8035850614 | |
parent | b260751a3149df900aaae302971ae9f0dc2e629f (diff) | |
download | meta-xilinx-1a3c7b526bf24229c27a1854f0e84749847016ad.tar.gz |
meta-xilinx-standalone-experimental: recipes-bsp: embeddedsw: pmu-firmware: Update executable name as per latest changes
pmufw executable name changed from pmufw.elf to zynqmp_pmufw.elf
to inline with applicatin name update the recipe 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>
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/pmu-firmware_git.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/pmu-firmware_git.bbappend b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/pmu-firmware_git.bbappend index dd0a3d92..d786a5ff 100644 --- a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/pmu-firmware_git.bbappend +++ b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/pmu-firmware_git.bbappend | |||
@@ -8,7 +8,7 @@ inherit esw | |||
8 | 8 | ||
9 | ESW_COMPONENT_SRC = "/lib/sw_apps/zynqmp_pmufw/src" | 9 | ESW_COMPONENT_SRC = "/lib/sw_apps/zynqmp_pmufw/src" |
10 | 10 | ||
11 | ESW_COMPONENT = "pmufw.elf" | 11 | ESW_COMPONENT = "zynqmp_pmufw.elf" |
12 | 12 | ||
13 | do_compile:append() { | 13 | do_compile:append() { |
14 | ${MB_OBJCOPY} -O binary ${B}/${ESW_COMPONENT} ${B}/${ESW_COMPONENT}.bin | 14 | ${MB_OBJCOPY} -O binary ${B}/${ESW_COMPONENT} ${B}/${ESW_COMPONENT}.bin |