summaryrefslogtreecommitdiffstats
path: root/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* dpdk.inc: fix missing numa.h by disabling NUMA options by defaultCalifornia Sullivan2018-04-031-0/+4
| | | | | | | | | | | | | Otherwise we get this: | dpdk-18.02/lib/librte_eal/linuxapp/eal/eal_memory.c:27:10: fatal error: numa.h: No such file or directory | #include <numa.h> | ^~~~~~~~ | compilation terminated. Use PACKAGECONFIG to optionally enable the numa option. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: upgrade to 18.02Awais Belal2018-03-303-34/+5
| | | | | | | | | This upgrades the dpdk package to 18.02 which is the latest release and drops a patch that has already been merged upstream in this package. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Add dpdk-test to include test programsHe Zhe2018-01-051-1/+21
| | | | | | | Install and ship test programs into dpdk-test. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: use virtual/libibverbsChen Qi2018-01-051-2/+2
| | | | | | | | | | | We have multiple recipes in different layers providing the same libibverbs library, so we need to use virtual/libibverbs to avoid potential errors. Make dpdk depend on virtual/libibverbs instead of hardcoding dpdk-dev-libibverbs. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk-dev-libibverbs: provide virtual/libibverbsChen Qi2018-01-051-0/+3
| | | | | | | | | | | | dpdk-dev-libibverbs is not the only recipe that provides libibverbs. In meta-cloud-services, we have a recipe called libibverbs. As both recipes provide the same library, we need to avoid building both at the same time at one build. Use 'virtual/libibverbs' to avoid such problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk-dev-libibverbs: fix do_fetch failure in case of multilibChen Qi2018-01-051-4/+4
| | | | | | | Fix to correctly set SRC_URI and S to avoid do_fetch failure in case of multilib. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* Removal of meta-intel content to make meta-dpdk standaloneSaul Wold2017-09-2616-0/+819
Signed-off-by: Saul Wold <sgw@linux.intel.com>