mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
lttng-modules: re-enable ARM builds
With lttng 2.4.2 and gcc 4.9, we can now enable lttng-modules for ARM. (From OE-Core rev: f6587be6cd3dc864143b1c0be0bb8179a61dc835) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1681c886b0
commit
32a20c34eb
@@ -12,8 +12,7 @@ inherit module
|
||||
|
||||
SRCREV = "789fd1d06d07aeb9a403bdce1b3318560cfc6eca"
|
||||
|
||||
# lttng currently blacklists arm with gcc-4.8
|
||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux'
|
||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux'
|
||||
|
||||
SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.5 \
|
||||
file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \
|
||||
|
||||
Reference in New Issue
Block a user