[meta-intel] [PATCH v2 1/1] common: Remove DPDK recipes

Tom Zanussi tom.zanussi at linux.intel.com
Thu Nov 6 08:22:35 PST 2014


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 at linux.intel.com>
---
 {common => meta-romley}/recipes-extended/dpdk/dpdk.inc                   | 1 +
 ...pdk-1.6.0r2-app-test-fix-build-switches-to-enable-cmdline-tests.patch | 0
 .../dpdk/dpdk/dpdk-1.6.0r2-eal-fix-option-base-virtaddr.patch            | 0
 .../dpdk/dpdk/dpdk-1.6.0r2-examples-qos_sched-fix-makefile.patch         | 0
 ...dpdk-1.7.0-examples-Add-config-variables-to-enable-disable-dpdk.patch | 0
 .../dpdk/dpdk/dpdk-1.7.0-examples-pipeline-build-with-all-examples.patch | 0
 .../dpdk-1.7.0-ring-remove-extra-devices-creation-with-vdev-option.patch | 0
 .../recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-simplify-unit-tests.patch | 0
 {common => meta-romley}/recipes-extended/dpdk/dpdk_1.6.0r2.bb            | 0
 {common => meta-romley}/recipes-extended/dpdk/dpdk_1.7.0.bb              | 0
 10 files changed, 1 insertion(+)
 rename {common => meta-romley}/recipes-extended/dpdk/dpdk.inc (99%)
 rename {common => meta-romley}/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-app-test-fix-build-switches-to-enable-cmdline-tests.patch (100%)
 rename {common => meta-romley}/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-eal-fix-option-base-virtaddr.patch (100%)
 rename {common => meta-romley}/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-examples-qos_sched-fix-makefile.patch (100%)
 rename {common => meta-romley}/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-Add-config-variables-to-enable-disable-dpdk.patch (100%)
 rename {common => meta-romley}/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-pipeline-build-with-all-examples.patch (100%)
 rename {common => meta-romley}/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-remove-extra-devices-creation-with-vdev-option.patch (100%)
 rename {common => meta-romley}/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-simplify-unit-tests.patch (100%)
 rename {common => meta-romley}/recipes-extended/dpdk/dpdk_1.6.0r2.bb (100%)
 rename {common => meta-romley}/recipes-extended/dpdk/dpdk_1.7.0.bb (100%)

diff --git a/common/recipes-extended/dpdk/dpdk.inc b/meta-romley/recipes-extended/dpdk/dpdk.inc
similarity index 99%
rename from common/recipes-extended/dpdk/dpdk.inc
rename to meta-romley/recipes-extended/dpdk/dpdk.inc
index ef369df..0547c7e 100644
--- a/common/recipes-extended/dpdk/dpdk.inc
+++ b/meta-romley/recipes-extended/dpdk/dpdk.inc
@@ -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"
 
diff --git a/common/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-app-test-fix-build-switches-to-enable-cmdline-tests.patch b/meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-app-test-fix-build-switches-to-enable-cmdline-tests.patch
similarity index 100%
rename from common/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-app-test-fix-build-switches-to-enable-cmdline-tests.patch
rename to meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-app-test-fix-build-switches-to-enable-cmdline-tests.patch
diff --git a/common/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-eal-fix-option-base-virtaddr.patch b/meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-eal-fix-option-base-virtaddr.patch
similarity index 100%
rename from common/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-eal-fix-option-base-virtaddr.patch
rename to meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-eal-fix-option-base-virtaddr.patch
diff --git a/common/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-examples-qos_sched-fix-makefile.patch b/meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-examples-qos_sched-fix-makefile.patch
similarity index 100%
rename from common/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-examples-qos_sched-fix-makefile.patch
rename to meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-examples-qos_sched-fix-makefile.patch
diff --git a/common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-Add-config-variables-to-enable-disable-dpdk.patch b/meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-Add-config-variables-to-enable-disable-dpdk.patch
similarity index 100%
rename from common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-Add-config-variables-to-enable-disable-dpdk.patch
rename to meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-Add-config-variables-to-enable-disable-dpdk.patch
diff --git a/common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-pipeline-build-with-all-examples.patch b/meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-pipeline-build-with-all-examples.patch
similarity index 100%
rename from common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-pipeline-build-with-all-examples.patch
rename to meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-pipeline-build-with-all-examples.patch
diff --git a/common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-remove-extra-devices-creation-with-vdev-option.patch b/meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-remove-extra-devices-creation-with-vdev-option.patch
similarity index 100%
rename from common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-remove-extra-devices-creation-with-vdev-option.patch
rename to meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-remove-extra-devices-creation-with-vdev-option.patch
diff --git a/common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-simplify-unit-tests.patch b/meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-simplify-unit-tests.patch
similarity index 100%
rename from common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-simplify-unit-tests.patch
rename to meta-romley/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-simplify-unit-tests.patch
diff --git a/common/recipes-extended/dpdk/dpdk_1.6.0r2.bb b/meta-romley/recipes-extended/dpdk/dpdk_1.6.0r2.bb
similarity index 100%
rename from common/recipes-extended/dpdk/dpdk_1.6.0r2.bb
rename to meta-romley/recipes-extended/dpdk/dpdk_1.6.0r2.bb
diff --git a/common/recipes-extended/dpdk/dpdk_1.7.0.bb b/meta-romley/recipes-extended/dpdk/dpdk_1.7.0.bb
similarity index 100%
rename from common/recipes-extended/dpdk/dpdk_1.7.0.bb
rename to meta-romley/recipes-extended/dpdk/dpdk_1.7.0.bb
-- 
1.9.3



More information about the meta-intel mailing list