diff options
Diffstat (limited to 'meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/pmu-firmware_2024.1.bbappend')
-rw-r--r-- | meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/pmu-firmware_2024.1.bbappend | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/pmu-firmware_2024.1.bbappend b/meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/pmu-firmware_2024.1.bbappend new file mode 100644 index 00000000..0c51fbad --- /dev/null +++ b/meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/pmu-firmware_2024.1.bbappend | |||
@@ -0,0 +1,25 @@ | |||
1 | # We WANT to default to this version when available | ||
2 | DEFAULT_PREFERENCE = "100" | ||
3 | |||
4 | # Reset this | ||
5 | SRC_URI = "${EMBEDDEDSW_SRCURI}" | ||
6 | |||
7 | inherit esw | ||
8 | |||
9 | ESW_COMPONENT_SRC = "/lib/sw_apps/zynqmp_pmufw/src" | ||
10 | |||
11 | ESW_COMPONENT = "zynqmp_pmufw.elf" | ||
12 | |||
13 | |||
14 | do_configure:prepend() { | ||
15 | ( | ||
16 | cd ${S} | ||
17 | install -m 0644 ${S}/cmake/UserConfig.cmake ${S}/${ESW_COMPONENT_SRC} | ||
18 | ) | ||
19 | } | ||
20 | |||
21 | do_install() { | ||
22 | : | ||
23 | } | ||
24 | |||
25 | DEPENDS += "xilstandalone xiltimer xilfpga xilskey" | ||