diff options
| -rwxr-xr-x | meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut_git.bb new file mode 100755 index 00000000..191185ce --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut_git.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | inherit distro_features_check | ||
| 2 | |||
| 3 | REQUIRED_DISTRO_FEATURES = "v-gamma-lut" | ||
| 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_gamma_lut/src/" | ||
| 10 | ESW_COMPONENT_NAME = "libv_gamma_lut.a" | ||
| 11 | |||
| 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
