diff options
| -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" |
