common: Remove DPDK recipes

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>
This commit is contained in:
Tom Zanussi 2014-11-06 07:05:52 -06:00
parent 567358dae4
commit 0f6d30a95c
10 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ HOMEPAGE = "http://dpdk.org"
LICENSE = "BSD & LGPLv2 & GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe"
COMPATIBLE_MACHINE = "romley|romley-ivb"
RDEPENDS_${PN} += "python-subprocess"