summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/xxvethernet_git.bb8
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 @@
1inherit features_check 1inherit features_check
2 2
3REQUIRED_DISTRO_FEATURES = "canps" 3REQUIRED_DISTRO_FEATURES = "xxvethernet"
4 4
5inherit esw python3native 5inherit esw python3native
6 6
7DEPENDS += "xilstandalone " 7DEPENDS += "xilstandalone"
8 8
9ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/canps/src/" 9ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/xxvethernet/src/"
10ESW_COMPONENT_NAME = "libcanps.a" 10ESW_COMPONENT_NAME = "libxxvethernet.a"
11 11
12addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot 12addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot
13do_prepare_recipe_sysroot[rdeptask] = "do_unpack" 13do_prepare_recipe_sysroot[rdeptask] = "do_unpack"