diff options
author | Mehaffey, John <John_Mehaffey@mentor.com> | 2015-02-27 02:17:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-16 17:42:02 +0000 |
commit | 40e15f07f657464cf5ac7a0ea0af5cd2a8d57062 (patch) | |
tree | caf3103104dfe4fabf814ea56f7d9d0f47ec67db /meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb | |
parent | 3cbc509a5f13620ab3fd06a9c71847a23b01a900 (diff) | |
download | poky-40e15f07f657464cf5ac7a0ea0af5cd2a8d57062.tar.gz |
lttng: Add tracing group when building lttng-tools
This prevents the "Warning: No tracing group detected" message
from lttng when there is no group 'tracing' while using lttng
on the target.
(From OE-Core rev: 8fef1e991f9ea6f0ad6110aab77bc9ab0b4e7d23)
Signed-off-by: John Mehaffey <mehaf@gedanken.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb index 15125e3324..f0969b5241 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb | |||
@@ -30,7 +30,10 @@ SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.6 \ | |||
30 | 30 | ||
31 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
32 | 32 | ||
33 | inherit autotools-brokensep ptest pkgconfig | 33 | inherit autotools-brokensep ptest pkgconfig useradd |
34 | |||
35 | USERADD_PACKAGES = "${PN}" | ||
36 | GROUPADD_PARAM_${PN} = "tracing" | ||
34 | 37 | ||
35 | export KERNELDIR="${STAGING_KERNEL_DIR}" | 38 | export KERNELDIR="${STAGING_KERNEL_DIR}" |
36 | 39 | ||