summaryrefslogtreecommitdiffstats
path: root/meta-dpdk
Commit message (Collapse)AuthorAgeFilesLines
* meta-*/layer.conf: Add LAYERDEPENDSSaul Wold2017-09-261-0/+2
| | | | | | This adds the missing LAYERDEPENDS as appropriate Signed-off-by: Saul Wold <sgw@linux.intel.com>
* README*: Updates pyro -> rockoSaul Wold2017-09-261-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* dpdk: Move BSP specific configurations from recipes to machine.confMark Hatle2017-09-252-12/+11
| | | | | | | | | | | | | The COMPATIBLE_MACHINE entry for dpdk recipes is set to 'null'. This will prevent arbitrary machines from trying to use the dpdk functionality. A compatible MACHINE must define itself as such for the dpdk recipes. Also the BSP aware target machine was similarly moved to the BSP. Embedding BSP specific knowledge into the recipe will cause the recipe to slowly get out of date. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Move dpdk and qat components to meta-dpdk and meta-qatMark Hatle2017-09-2521-0/+948
meta-dpdk / meta-qat: * Move content from meta-intel/common * Create new basic README/LICENSE files from meta-intel * Create new layer.conf files * Fill out the maintainers files meta-intel: * update the maintainers files * bump the meta-intel layer version * add layer recommend No other content changes made in this commit. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>