summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/dpdk/dpdk.inc2
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
20EXTRA_OEMESON = " -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:aarch64 = " --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"