From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 26A4CE0027E for ; Mon, 15 Oct 2012 16:51:54 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 15 Oct 2012 16:51:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,590,1344236400"; d="scan'208";a="227269430" Received: from unknown (HELO [10.255.13.226]) ([10.255.13.226]) by orsmga002.jf.intel.com with ESMTP; 15 Oct 2012 16:51:53 -0700 Message-ID: <507CA199.2000509@linux.intel.com> Date: Mon, 15 Oct 2012 16:51:53 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: tom.zanussi@intel.com References: <83af67a8e717a631355c0deed80cf64969b8ae99.1350070372.git.tom.zanussi@intel.com> In-Reply-To: <83af67a8e717a631355c0deed80cf64969b8ae99.1350070372.git.tom.zanussi@intel.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: Mon, 15 Oct 2012 23:51:54 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 10/12/2012 12: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. > > 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" > Not sure this will work since babeltrace is not buildable for mips machines. Sau! > # 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 = "" > >