mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00: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
|
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