From c8eefc197d138be243cc3fcb365fd1d6c751b651 Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Tue, 23 Mar 2021 13:10:25 +0530 Subject: recipe-drivers: v-demosaic: Add recipe for compiling v-demosaic driver This recipe compiles the v-demosaic driver. Signed-off-by: Appana Durga Kedareswara rao --- .../recipes-drivers/v-demosaic_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb new file mode 100755 index 00000000..0cf1bffb --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb @@ -0,0 +1,13 @@ +inherit distro_features_check + +REQUIRED_DISTRO_FEATURES = "v-demosaic" + +inherit esw python3native + +DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" + +ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_demosaic/src/" +ESW_COMPONENT_NAME = "libv_demosaic.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