From 42c97a6a3f5d3c86b4e6cac3a2329cc10a4dfa4d Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Mon, 5 Jul 2021 12:06:34 +0530 Subject: meta-xilinx-standalone-experimental: recipes-drivers: nandpsu: 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 --- meta-xilinx-standalone-experimental/recipes-drivers/nandpsu_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/nandpsu_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/nandpsu_git.bb index ae88f744..72e6160a 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/nandpsu_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/nandpsu_git.bb @@ -1,13 +1,13 @@ inherit features_check -REQUIRED_DISTRO_FEATURES = "canps" +REQUIRED_DISTRO_FEATURES = "nandpsu" inherit esw python3native DEPENDS += "xilstandalone " -ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/canps/src/" -ESW_COMPONENT_NAME = "libcanps.a" +ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/nandpsu/src/" +ESW_COMPONENT_NAME = "libnandpsu.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