mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
lttng-ust: add COMPATIBLE_HOST to prevent ARM/MIPS world build
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
@@ -24,3 +24,10 @@ S = "${WORKDIR}/ust-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
# Due to liburcu not building on ARM or MIPS currently this recipe needs to
|
||||
# be limited also.
|
||||
# So here let us first suppport x86/powerpc platforms now.
|
||||
COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux'
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user