summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* qat: add EXCLUDE_FROM_WORLD for core2Saul Wold2016-12-093-0/+6
| | | | | | | | | Havine COMPATIBLE_MACHINE causes errors for non-compatible machine, so inaddition we EXCLUDE_FROM_WORLD for world builds Signed-off-by: Saul Wold <sgw@linux.intel.com> [Removed extra whitespace added to qat16.inc file.] Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: Use stable and fast download sourceSaul Wold2016-12-071-1/+1
| | | | | | | | | | | After checking with the upstream, the snapshot based URL can change since it's cgit based and they recently upgraded cgit, it was suggested that we use the fast.dpdk.org site as it's the more stable and faster download source. NOTE: the checksum is still the original checksum, so is the correct location. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* dpdk: cleanup unused patchesRahul Kumar Gupta2016-11-283-689/+0
| | | | | | | | Removed the unused patches since the recipe is not using these. It was added before as fix for dpdk v16.07. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* dpdk: Update v16.07 -> v16.11Rahul Kumar Gupta2016-11-283-16/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Updated the DPDK recipe from v16.07 to v16.11. for dpdk v16.11 the rte_ivshmem feature has dropped and the default configuration file for packet_ordering example is replaced with the "native" x86 file. Rename and modified the patch: dpdk-16.11-dpdk-fix-installation-warning-and-issue.patch accordingly since this doesn't apply cleanly on top of dpdk v16.11 Removed the patches: dpdk-16.07-net-ixgbe-move-PCI-device-IDs-from-EAL.patch dpdk-16.07-net-igb-move-PCI-device-IDs-from-EAL.patch dpdk-16.07-kni-fix-build-with-kernel-4.8.patch from dpdk.inc since these changes/fix are now added in dpdk v16.11. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* qat16: move qat from meta-isg to commonRahul Kumar Gupta2016-10-1811-0/+1091
| | | | | | | | | Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate qat16 v2.6-65 recipe from meta-isg layer to common meta-intel layer. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* openssl-qat: move recipe from meta-isg to commonRahul Kumar Gupta2016-10-189-0/+5207
| | | | | | | | | Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate openssl-qat v0.4.9-009 recipe from meta-isg layer to common meta-intel layer. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* zlib-qat: move zlib-qat from meta-isg to commonRahul Kumar Gupta2016-10-184-0/+276
| | | | | | | | | Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate zlib-qat v0.4.7-002 recipe from meta-isg layer to meta-intel/common layer. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* dpdk: move dpdk from meta-isg to commonRahul Kumar Gupta2016-10-1814-0/+1253
| | | | | | | | | Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate dpdk v16.07 recipe from meta-isg layer to common meta-intel layer. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* common: Remove DPDK recipes2.0-rc4-dizzy-1.72.0-dizzy-1.7Tom Zanussi2014-11-0610-848/+0
| | | | | | | | | | | | | | Move the DPDK recipes out of common/ and into meta-romley/. The DPDK recipes have so far been shown to be broken for any other machine than Romley or for any other kernel version than the kernel Romley is still using, 3.10. So the logical place for them to live would be in meta-romley, if anywhere. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Acked-by: Burton, Ross <ross.burton@intel.com>
* meta-intel/common: Upgrade DPDK to v1.7.0Sreeju Selvaraj2014-10-015-0/+541
| | | | | | | | | | | | | | | | | | | | | Added support for DPDK v1.7.0. Added PACKAGECONFIG mechanism to explicitly disable the use of fuse and qat which are dependencies for example apps dpdk_qat and vhost. Added config variables CONFIG_EXAMPLE_DPDK_QAT and CONFIG_EXAMPLE_DPDK_VHOST to enable or disable the compilation of example apps dpdk_qat and vhost. Resolved the installation failure found in example app ip_pipeline by cherry-picking the patch from dpdk.org. Resolved the test failure found in example app ring_pmd_autotest by cherry-picking the patches from dpdk.org. Signed-off-by: Sreeju Selvaraj <sreeju.armughanx.selvaraj@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-intel/common: Add include file for DPDKSreeju Selvaraj2014-10-012-135/+154
| | | | | | | | | | | | | | Added include file dpdk.inc to share common functionality based on dpdk_1.6.0r2 Added a new variable EXAMPLE_BUILD_DIR. this points to apps build directory which is different in dpdk v1.6.0r2 and v1.7.0. Users of dpdk.inc have to define EXAMPLE_BUILD_DIR for the installation of example apps. Signed-off-by: Sreeju Selvaraj <sreeju.armughanx.selvaraj@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-intel/common: Initial Intel DPDK recipe under recipes-extendedChan Wei Sern2014-07-174-0/+288
This is an initial version of Intel Data Plane Development Kits (DPDK) recipe support. This recipe is targetting on Intel DPDK v1.6.0r2. This recipe is created under meta-intel/common because Intel DPDK can be commonly used several Intel BSP platforms such as Romley, Crystal-Forest & Mohon-peak. We resolved examples apps build failure found in v1.6.0-r2 by cherry-picking patches from v1.7.0 as they are not planned to be fixed in v1.6.0-r2. The example app build failure are found in qos_sched, eal_flags_autotest and cmdline_autotest. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Acked-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>