summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dpdk: support build with external & multilib toolchainssumoArsalan H. Awan2018-10-181-4/+4
| | | | | | | | | | | | | | | | This fixes dpdk build when using an external toolchain by adding the HOST_CC_ARCH & TOOLCHAIN_OPTIONS to EXTRA_CFLAGS the way standard Yocto does it to gather all the necessary flags for compilation. The TOOLCHAIN_OPTIONS variable also provides the sysroot flag, so no need to explicitly provide the sysroot. This commit also fixes the build when using a multilib toolchain by adding the LDEMULATION flags to the LDFLAGS via TUNE_LDARGS which are required while linking with a multilib toolchain. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* dpdk: upgrade to latest stable release 18.02.2Arsalan H. Awan2018-10-081-2/+4
| | | | | | | This upgrades DPDK to the latest stable release v18.02.2 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* dpdk: Set the correct RTE_TARGET for x86 machinesKevin Hao2018-04-301-1/+1
| | | | | | | | | The TARGET_ARCH may be different for different x86 machines, for example i586(qemux86) and i686(genericx86). So choose the "x86" override to set the correct RTE_TARGET for these machines. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Fix the self reference error when building with unsupported archKevin Hao2018-04-301-4/+4
| | | | | | | | | Fix the following parse error when building with unsupported arch, such as arm: bb.data_smart.ExpansionError: Failure expanding variable RTE_TARGET, expression was ${RTE_TARGET} which triggered exception Exception: variable RTE_TARGET references itself! Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Add support for arm64Kevin Hao2018-04-161-3/+6
| | | | | Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Add the missing return in get_dpdk_target_mach()Kevin Hao2018-04-161-1/+1
| | | | | | | | Otherwise it always return "default" no matter what we set in "DPDK_TARGET_MACHINE". Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Remove the useless checksumsKevin Hao2018-04-162-6/+0
| | | | | | | | After changing to the git repo, these checksums become useless. Just drop them. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: move common fragments to includeAwais Belal2018-04-123-21/+7
| | | | | | | | This cleans up the versioned recipes and moves the common fragments to the include so to make the maintenance easy. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Use git repoKevin Hao2018-04-123-2/+11
| | | | | | | This is more convenient for development. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: remove dpdk-16.04-Fix-for-misleading-indentation-error.patchCalifornia Sullivan2018-04-092-55/+0
| | | | | | | Upstream fixed the misleading indentation so this patch is no longer necessary. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Refresh the patches for the context changesKevin Hao2018-04-097-61/+47
| | | | | | | | | | | | Using the following commands to refresh the patches in order to suppress the fuzz warnings. devtool modify dpdk devtool finish --force-patch-refresh dpdk meta-dpdk-dir No code change. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* Add compatible for "sumo"Kevin Hao2018-04-091-1/+1
| | | | | | | | The latest Yocto has changed the LAYERSERIES_CORENAMES to "sumo". So add it to the compatible list. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Introduce the 17.11.1Kevin Hao2018-04-091-0/+19
| | | | | | | This is the latest stable version. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Factor out the license info into the specific bbKevin Hao2018-04-092-4/+5
| | | | | | | | The license files may be different between different versions. So move them into the specific bb files. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* 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-26244-15539/+15
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Initial commit from meta-intel 2f1bcac3fb3b42602f689fb4a1092aa5f4cf0c8aSaul Wold2017-09-26246-0/+16473