From f3de11a65b32888bc9fa4c2f929e44cdd97bf1aa Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Wed, 30 Jun 2021 13:59:57 +0530 Subject: 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 --- .../recipes-drivers/xxvethernet_git.bb | 8 ++++---- 1 file 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 @@ inherit features_check -REQUIRED_DISTRO_FEATURES = "canps" +REQUIRED_DISTRO_FEATURES = "xxvethernet" inherit esw python3native -DEPENDS += "xilstandalone " +DEPENDS += "xilstandalone" -ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/canps/src/" -ESW_COMPONENT_NAME = "libcanps.a" +ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/xxvethernet/src/" +ESW_COMPONENT_NAME = "libxxvethernet.a" addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot do_prepare_recipe_sysroot[rdeptask] = "do_unpack" -- cgit v1.2.3-54-g00ecf