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