diff options
| -rw-r--r-- | recipes-extended/dpdk/dpdk.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 63f8191..6c76a1d 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc | |||
| @@ -18,7 +18,7 @@ def get_cpu_instruction_set(bb, d): | |||
| 18 | return "core2" | 18 | return "core2" |
| 19 | 19 | ||
| 20 | EXTRA_OEMESON = " -Dcpu_instruction_set=${@get_cpu_instruction_set(bb, d)}" | 20 | EXTRA_OEMESON = " -Dcpu_instruction_set=${@get_cpu_instruction_set(bb, d)}" |
| 21 | EXTRA_OEMESON:append:class-target = " --cross-file ${WORKDIR}/dpdk.cross" | 21 | EXTRA_OEMESON:aarch64 = " --cross-file ${WORKDIR}/dpdk.cross" |
| 22 | 22 | ||
| 23 | COMPATIBLE_HOST:libc-musl:class-target = "null" | 23 | COMPATIBLE_HOST:libc-musl:class-target = "null" |
| 24 | COMPATIBLE_HOST:linux-gnux32 = "null" | 24 | COMPATIBLE_HOST:linux-gnux32 = "null" |
