diff options
| author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2021-05-31 10:44:03 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:34:01 -0700 |
| commit | e195358c3dbef785b3597ab9e8d56efdc15b5dfc (patch) | |
| tree | 0d0271fefdf80476db22f2c5cace73acb85f905e | |
| parent | fbac6f60fa6233cb79bda8f141c7216f93b6012f (diff) | |
| download | meta-xilinx-e195358c3dbef785b3597ab9e8d56efdc15b5dfc.tar.gz | |
meta-xilinx-standalone: recipes-drivers: Add recipe for dfxasm driver and its example
This patch add recipes needed for building dfxasm driver and its example.
Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/dfxasm-example_git.bb | 5 | ||||
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/dfxasm_git.bb | 13 |
2 files changed, 18 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfxasm-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfxasm-example_git.bb new file mode 100644 index 00000000..d98ba493 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfxasm-example_git.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | inherit esw_examples features_check | ||
| 2 | |||
| 3 | REQUIRED_DISTRO_FEATURES = "dfxasm" | ||
| 4 | |||
| 5 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfxasm/examples/" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfxasm_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfxasm_git.bb new file mode 100644 index 00000000..755545d2 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfxasm_git.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | inherit features_check | ||
| 2 | |||
| 3 | REQUIRED_DISTRO_FEATURES = "dfxasm" | ||
| 4 | |||
| 5 | inherit esw python3native | ||
| 6 | |||
| 7 | DEPENDS += "xilstandalone " | ||
| 8 | |||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfxasm/src/" | ||
| 10 | ESW_COMPONENT_NAME = "libdfxasm.a" | ||
| 11 | |||
| 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
