summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/dpdk/dpdk.inc5
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
20EXTRA_OEMESON = " -Dexamples=all -Dcpu_instruction_set=${@get_cpu_instruction_set(bb, d)}" 20EXTRA_OEMESON = " -Dcpu_instruction_set=${@get_cpu_instruction_set(bb, d)}"
21EXTRA_OEMESON:append:class-target = " --cross-file ${WORKDIR}/dpdk.cross" 21EXTRA_OEMESON:append:class-target = " --cross-file ${WORKDIR}/dpdk.cross"
22 22
23COMPATIBLE_HOST:libc-musl:class-target = "null" 23COMPATIBLE_HOST:libc-musl:class-target = "null"
24COMPATIBLE_HOST:linux-gnux32 = "null" 24COMPATIBLE_HOST:linux-gnux32 = "null"
25 25
26PACKAGECONFIG ??= " " 26PACKAGECONFIG ??= "examples"
27PACKAGECONFIG[afxdp] = ",,libbpf xdp-tools" 27PACKAGECONFIG[afxdp] = ",,libbpf xdp-tools"
28PACKAGECONFIG[examples] = "-Dexamples=all, -Dexamples=,"
28PACKAGECONFIG[libvirt] = ",,libvirt" 29PACKAGECONFIG[libvirt] = ",,libvirt"
29PACKAGECONFIG[shared] = "--default-library=shared, --default-library=static," 30PACKAGECONFIG[shared] = "--default-library=shared, --default-library=static,"
30 31