mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
task-core-tools.bb: properly enable lttng-ust for ARM
Fixes [YOCTO #856]
Commit 320a641df1 omitted the line when being
merged into master branch.
(From OE-Core rev: 50a54e885e3ec1c889f754fa3f5dce0072cfb6c9)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3a41c1eb3e
commit
c4d01fc8aa
@@ -6,7 +6,7 @@ DESCRIPTION = "Tools tasks for OE-Core"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
PR = "r9"
|
PR = "r10"
|
||||||
|
|
||||||
PACKAGES = "\
|
PACKAGES = "\
|
||||||
task-core-tools-debug \
|
task-core-tools-debug \
|
||||||
@@ -63,6 +63,7 @@ RRECOMMENDS_task-core-tools-profile = "\
|
|||||||
RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap"
|
RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap"
|
||||||
RDEPENDS_task-core-tools-profile_append_qemux86-64 = " lttng-ust systemtap"
|
RDEPENDS_task-core-tools-profile_append_qemux86-64 = " lttng-ust systemtap"
|
||||||
RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust systemtap"
|
RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust systemtap"
|
||||||
|
RDEPENDS_task-core-tools-profile_append_qemuarm = " lttng-ust"
|
||||||
|
|
||||||
RDEPENDS_task-core-tools-testapps = "\
|
RDEPENDS_task-core-tools-testapps = "\
|
||||||
blktool \
|
blktool \
|
||||||
|
|||||||
Reference in New Issue
Block a user