[meta-intel] [PATCH] dpdk: return 'default' instead of empty string

Saul Wold sgw at linux.intel.com
Fri Sep 8 16:15:39 PDT 2017


Since it's possible for other BSPs to also use the DPDK, this can
allow that BSP to be repsonsible for handling it if there is a more
optimized version.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 common/recipes-extended/dpdk/dpdk.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-extended/dpdk/dpdk.inc b/common/recipes-extended/dpdk/dpdk.inc
index fd0e1c95..ba382675 100644
--- a/common/recipes-extended/dpdk/dpdk.inc
+++ b/common/recipes-extended/dpdk/dpdk.inc
@@ -65,7 +65,7 @@ def get_dpdk_target_mach(bb, d):
 
     if target_arch in multiarch_options :
             return multiarch_options[target_arch]
-    return ""
+    return "default"
 
 do_configure () {
 	#############################################################
-- 
2.13.5



More information about the meta-intel mailing list