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 <[email protected]>
---
 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

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to