diff options
Diffstat (limited to 'meta-xilinx-standalone-experimental')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/xxvethernet_git.bb | 8 |
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 @@ | |||
| 1 | inherit features_check | 1 | inherit features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "canps" | 3 | REQUIRED_DISTRO_FEATURES = "xxvethernet" |
| 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/xxvethernet/src/" |
| 10 | ESW_COMPONENT_NAME = "libcanps.a" | 10 | ESW_COMPONENT_NAME = "libxxvethernet.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" |
