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