diff options
| author | Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> | 2021-04-26 12:28:07 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:33:21 -0700 |
| commit | f607291917d9fa6a4e0d689ab58fd2d3a193e66f (patch) | |
| tree | 9fc09809b7c285317018aafd1549282c5dd12543 /meta-xilinx-standalone-experimental/recipes-drivers/csudma-example_git.bb | |
| parent | c2d1441cb38ba0580addd7b7c8055f555b2652a0 (diff) | |
| download | meta-xilinx-f607291917d9fa6a4e0d689ab58fd2d3a193e66f.tar.gz | |
cusdma-ex: Rename the csudma driver example recipe
This commit renames the csudma example recipe to make
recipe name consistent with other driver example recipe names.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/csudma-example_git.bb')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/csudma-example_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/csudma-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/csudma-example_git.bb new file mode 100644 index 00000000..3f5c2138 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/csudma-example_git.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | inherit esw_examples features_check | ||
| 2 | |||
| 3 | REQUIRED_DISTRO_FEATURES = "csudma" | ||
| 4 | |||
| 5 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/csudma/examples/" | ||
