diff options
| author | Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> | 2021-03-23 13:12:33 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:32:02 -0700 |
| commit | 1c01e83de78bb9633da8b8b53d1e2e8ab63524ec (patch) | |
| tree | c9a99aba3284f6b0c30e7aafea5133f13e0e3225 | |
| parent | f3519b6b94f7c8d4b85fc420bdcc9ff889419303 (diff) | |
| download | meta-xilinx-1c01e83de78bb9633da8b8b53d1e2e8ab63524ec.tar.gz | |
recipe-drivers: v-mulit-scaler: Add recipe for compiling v-mulit-scaler driver
This recipe compiles the v-mulit-scaler driver.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
| -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" | ||
