diff options
Diffstat (limited to 'meta-xilinx-standalone-sdt/recipes-drivers/coresightps-dcc_2024.2.bb')
| -rw-r--r-- | meta-xilinx-standalone-sdt/recipes-drivers/coresightps-dcc_2024.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-drivers/coresightps-dcc_2024.2.bb b/meta-xilinx-standalone-sdt/recipes-drivers/coresightps-dcc_2024.2.bb new file mode 100644 index 00000000..9110b51e --- /dev/null +++ b/meta-xilinx-standalone-sdt/recipes-drivers/coresightps-dcc_2024.2.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | inherit features_check | ||
| 2 | |||
| 3 | REQUIRED_MACHINE_FEATURES = "coresightps-dcc" | ||
| 4 | |||
| 5 | inherit esw python3native | ||
| 6 | |||
| 7 | DEPENDS += "xilstandalone " | ||
| 8 | |||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/coresightps_dcc/src/" | ||
| 10 | ESW_COMPONENT_NAME = "libcoresightps_dcc.a" | ||
| 11 | |||
| 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
