diff options
| -rw-r--r-- | recipes-extended/dpdk/dpdk.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index d59af8d..63f8191 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc | |||
| @@ -17,14 +17,15 @@ def get_cpu_instruction_set(bb, d): | |||
| 17 | else: | 17 | else: |
| 18 | return "core2" | 18 | return "core2" |
| 19 | 19 | ||
| 20 | EXTRA_OEMESON = " -Dexamples=all -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:append:class-target = " --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" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG ??= " " | 26 | PACKAGECONFIG ??= "examples" |
| 27 | PACKAGECONFIG[afxdp] = ",,libbpf xdp-tools" | 27 | PACKAGECONFIG[afxdp] = ",,libbpf xdp-tools" |
| 28 | PACKAGECONFIG[examples] = "-Dexamples=all, -Dexamples=," | ||
| 28 | PACKAGECONFIG[libvirt] = ",,libvirt" | 29 | PACKAGECONFIG[libvirt] = ",,libvirt" |
| 29 | PACKAGECONFIG[shared] = "--default-library=shared, --default-library=static," | 30 | PACKAGECONFIG[shared] = "--default-library=shared, --default-library=static," |
| 30 | 31 | ||
