diff options
| author | Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> | 2021-07-05 12:06:34 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:34:42 -0700 |
| commit | 42c97a6a3f5d3c86b4e6cac3a2329cc10a4dfa4d (patch) | |
| tree | f4f2fa00f72f851f462c8671be285180a8bdc1e4 | |
| parent | f3de11a65b32888bc9fa4c2f929e44cdd97bf1aa (diff) | |
| download | meta-xilinx-42c97a6a3f5d3c86b4e6cac3a2329cc10a4dfa4d.tar.gz | |
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 <appana.durga.rao@xilinx.com>
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/nandpsu_git.bb | 6 |
1 files 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 @@ | |||
| 1 | inherit features_check | 1 | inherit features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "canps" | 3 | REQUIRED_DISTRO_FEATURES = "nandpsu" |
| 4 | 4 | ||
| 5 | inherit esw python3native | 5 | inherit esw python3native |
| 6 | 6 | ||
| 7 | DEPENDS += "xilstandalone " | 7 | DEPENDS += "xilstandalone " |
| 8 | 8 | ||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/canps/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/nandpsu/src/" |
| 10 | ESW_COMPONENT_NAME = "libcanps.a" | 10 | ESW_COMPONENT_NAME = "libnandpsu.a" |
| 11 | 11 | ||
| 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
| 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
