mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
dpdk: return 'default' instead of empty string
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@linux.intel.com>
This commit is contained in:
parent
0346318e81
commit
78949bf8ce
|
@ -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 () {
|
||||
#############################################################
|
||||
|
|
Loading…
Reference in New Issue
Block a user