diff options
| author | Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> | 2021-07-06 11:28:11 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:34:42 -0700 |
| commit | 30e3ff2ff8220e9065b3be141cc7f71d5a36bc7e (patch) | |
| tree | f48556051e6ea11fc0924681b1622368d2f520fb | |
| parent | 7f3d1b0e830177811b9e32eef941bc3453df849d (diff) | |
| download | meta-xilinx-30e3ff2ff8220e9065b3be141cc7f71d5a36bc7e.tar.gz | |
meta-xilinx-standalone-experimental: recipes-drivers: trafgen: Add recipe for compiling trafgen source code
This recipe compiles the trafgen source code.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/trafgen_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/trafgen_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/trafgen_git.bb new file mode 100644 index 00000000..d9e9238a --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/trafgen_git.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | inherit features_check | ||
| 2 | |||
| 3 | REQUIRED_DISTRO_FEATURES = "trafgen" | ||
| 4 | |||
| 5 | inherit esw python3native | ||
| 6 | |||
| 7 | DEPENDS += "xilstandalone " | ||
| 8 | |||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/trafgen/src/" | ||
| 10 | ESW_COMPONENT_NAME = "libtrafgen.a" | ||
| 11 | |||
| 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
