diff options
| -rwxr-xr-x | meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler_git.bb new file mode 100755 index 00000000..45bb113d --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler_git.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | inherit distro_features_check | ||
| 2 | |||
| 3 | REQUIRED_DISTRO_FEATURES = "v-multi-scaler" | ||
| 4 | |||
| 5 | inherit esw python3native | ||
| 6 | |||
| 7 | DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" | ||
| 8 | |||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_multi_scaler/src/" | ||
| 10 | ESW_COMPONENT_NAME = "libv_multi_scaler.a" | ||
| 11 | |||
| 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
