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

Mark Hatle mark.hatle at windriver.com
Fri Sep 8 16:31:47 PDT 2017


On 9/8/17 6:15 PM, Saul Wold wrote:
> 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>

Acked-by: Mark Hatle <mark.hatle at windriver.com>

(This is what we're using.. our BSPs need to set a couple of other values, but
it allows us to build dpdk for other systems.)

--Mark

> ---
>  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 () {
>  	#############################################################
> 



More information about the meta-intel mailing list