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 <[email protected]>
Acked-by: Mark Hatle <[email protected]> (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 () { > ############################################################# > -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
