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>
This commit is contained in:
Mehaffey, John 2015-02-27 02:17:20 +00:00 committed by Richard Purdie
parent 3cbc509a5f
commit 40e15f07f6
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.6 \
S = "${WORKDIR}/git"
inherit autotools-brokensep ptest pkgconfig
inherit autotools-brokensep ptest pkgconfig useradd
USERADD_PACKAGES = "${PN}"
GROUPADD_PARAM_${PN} = "tracing"
export KERNELDIR="${STAGING_KERNEL_DIR}"