summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers
diff options
context:
space:
mode:
authorAppana Durga Kedareswara rao <appana.durga.rao@xilinx.com>2021-06-30 13:59:57 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-27 21:34:42 -0700
commitf3de11a65b32888bc9fa4c2f929e44cdd97bf1aa (patch)
tree55d73f12d33fd95866d9d515efe845de1c27b300 /meta-xilinx-standalone-experimental/recipes-drivers
parentce7a3a72ed4c49a412c87abfa6011b9f863defef (diff)
downloadmeta-xilinx-f3de11a65b32888bc9fa4c2f929e44cdd97bf1aa.tar.gz
xxvethernet: Fix naming in the recipe
This commit fixes the naming of the features check and ESW_COMPONENT_NAME and ESW_COMPONENT_SRC variables. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/xxvethernet_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/xxvethernet_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/xxvethernet_git.bb
index ae88f744..d810cf0c 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/xxvethernet_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/xxvethernet_git.bb
@@ -1,13 +1,13 @@
1inherit features_check 1inherit features_check
2 2
3REQUIRED_DISTRO_FEATURES = "canps" 3REQUIRED_DISTRO_FEATURES = "xxvethernet"
4 4
5inherit esw python3native 5inherit esw python3native
6 6
7DEPENDS += "xilstandalone " 7DEPENDS += "xilstandalone"
8 8
9ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/canps/src/" 9ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/xxvethernet/src/"
10ESW_COMPONENT_NAME = "libcanps.a" 10ESW_COMPONENT_NAME = "libxxvethernet.a"
11 11
12addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot 12addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot
13do_prepare_recipe_sysroot[rdeptask] = "do_unpack" 13do_prepare_recipe_sysroot[rdeptask] = "do_unpack"