From 509e700aae72f225df1173551ed331ea7902d932 Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Tue, 23 Mar 2021 13:11:42 +0530 Subject: recipe-drivers: v-gamma-lut: Add recipe for compiling v-gamma-lut driver This recipe compiles the v-gamma-lut driver. Signed-off-by: Appana Durga Kedareswara rao --- .../recipes-drivers/v-gamma-lut_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut_git.bb 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 @@ +inherit distro_features_check + +REQUIRED_DISTRO_FEATURES = "v-gamma-lut" + +inherit esw python3native + +DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" + +ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_gamma_lut/src/" +ESW_COMPONENT_NAME = "libv_gamma_lut.a" + +addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot +do_prepare_recipe_sysroot[rdeptask] = "do_unpack" -- cgit v1.2.3-54-g00ecf