diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-11-11 11:24:08 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-11 11:24:08 -0700 |
| commit | ee6e2f1f4fc8d438bfde7634e31657b52970fda9 (patch) | |
| tree | 38b5366d82e15538ab3c5e4f9a3dd1dcac26ff20 /meta-xilinx-standalone-sdt/recipes-drivers/vprocss_2024.2.bb | |
| parent | 03d3b2ce359a1c2959f04588cf2c4a1b0dcb4de8 (diff) | |
| parent | 7c79383570dc4182bb21cdee68598ccf47403150 (diff) | |
| download | meta-xilinx-ee6e2f1f4fc8d438bfde7634e31657b52970fda9.tar.gz | |
Merge remote-tracking branch 'origin/rel-v2024.2' into scarthgap-next
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
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" | ||
