From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B17E3E0027E for ; Fri, 12 Oct 2012 13:12:14 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id q9CKCCUm021113 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 12 Oct 2012 13:12:12 -0700 (PDT) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.309.2; Fri, 12 Oct 2012 13:12:13 -0700 Message-ID: <5078798B.80809@windriver.com> Date: Fri, 12 Oct 2012 16:11:55 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: References: <83af67a8e717a631355c0deed80cf64969b8ae99.1350070372.git.tom.zanussi@intel.com> <50787957.4070106@windriver.com> In-Reply-To: <50787957.4070106@windriver.com> Cc: dvhart@linux.intel.com, poky@yoctoproject.org Subject: Re: [PATCH 1/1] packagegroup-core-tools-profile: replace 'legacy' lttng with lttng 2.0 X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2012 20:12:14 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-10-12 04:11 PM, Bruce Ashfield wrote: > On 12-10-12 03:53 PM, tom.zanussi@intel.com wrote: >> From: Tom Zanussi >> >> packagegroup-core-tools-profile currently pulls in the 'legacy' lttng >> packages, which are useless without legacy lttng support in the kernel. >> >> This makes packagegroup-core-tools-profile pull in the lttng 2.0 >> packages instead, which don't need any kernel modifications to work. > > Definitely the right thing to do, oe-core needs the email too though! oops. Not for this profile. Bruce > > Acked-by: Bruce Ashfield > >> >> Signed-off-by: Tom Zanussi >> --- >> .../packagegroups/packagegroup-core-tools-profile.bb | 9 +++++---- >> 1 file changed, 5 insertions(+), 4 deletions(-) >> >> diff --git >> a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb >> b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb >> index 1035036..bf6e16e 100644 >> --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb >> +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb >> @@ -5,7 +5,7 @@ >> SUMMARY = "Profiling tools" >> LICENSE = "MIT" >> >> -PR = "r1" >> +PR = "r2" >> >> inherit packagegroup >> >> @@ -29,8 +29,9 @@ PROFILETOOLS = "\ >> oprofileui-server \ >> powertop \ >> latencytop \ >> - lttng-control \ >> - lttng-viewer" >> + lttng-tools \ >> + lttng-modules \ >> + babeltrace" >> >> # systemtap needs elfutils which is not fully buildable on uclibc >> # hence we exclude it from uclibc based builds >> @@ -44,7 +45,7 @@ SYSTEMTAP_mips = "" >> # which means we can not use syscall() to call it. So we ignore >> # it for x86_64/uclibc >> >> -LTTNGUST = "lttng-ust" >> +LTTNGUST = "lttng2-ust" >> LTTNGUST_libc-uclibc = "" >> LTTNGUST_mips = "" >> > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky