diff options
Diffstat (limited to 'meta-xilinx-standalone-sdt/recipes-drivers/vprocss_2024.2.bb')
| -rw-r--r-- | meta-xilinx-standalone-sdt/recipes-drivers/vprocss_2024.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-drivers/vprocss_2024.2.bb b/meta-xilinx-standalone-sdt/recipes-drivers/vprocss_2024.2.bb new file mode 100644 index 00000000..26b2852f --- /dev/null +++ b/meta-xilinx-standalone-sdt/recipes-drivers/vprocss_2024.2.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | inherit features_check | ||
| 2 | |||
| 3 | REQUIRED_MACHINE_FEATURES = "vprocss" | ||
| 4 | |||
| 5 | inherit esw python3native | ||
| 6 | |||
| 7 | DEPENDS += "xilstandalone video-common gpio axis-switch axivdma v-csc v-deinterlacer v-hcresampler v-vcresampler v-hscaler v-vscaler v-letterbox" | ||
| 8 | |||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/vprocss/src/" | ||
| 10 | ESW_COMPONENT_NAME = "libvprocss.a" | ||
| 11 | |||
| 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
