diff options
author | Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> | 2021-03-23 13:03:27 +0530 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:31:05 -0700 |
commit | cf115444ba523ec5b1ec02219544f0e4fc7b0467 (patch) | |
tree | f0cf123d5265c9009733735b902b8abd29cc89d3 | |
parent | 791e62e96029d2d322d8517b00eb92246fd5dfea (diff) | |
download | meta-xilinx-cf115444ba523ec5b1ec02219544f0e4fc7b0467.tar.gz |
recipe-drivers: xdmapcie: Add recipe for compiling xdmapcie driver
This recipe compiles the xdmapcie driver.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/xdmapcie_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
1 | inherit distro_features_check | ||
2 | |||
3 | REQUIRED_DISTRO_FEATURES = "xdmapcie" | ||
4 | |||
5 | inherit esw python3native | ||
6 | |||
7 | DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native" | ||
8 | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/xdmapcie/src/" | ||
10 | ESW_COMPONENT_NAME = "libxdmapcie.a" | ||
11 | |||
12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||