From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C15E6E013B0 for ; Wed, 3 Jul 2013 06:02:05 -0700 (PDT) Received: from e6520eb (pac33-3-88-170-243-169.fbx.proxad.net [88.170.243.169]) (Authenticated sender: eukrea) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 21CC4A6264; Wed, 3 Jul 2013 15:01:58 +0200 (CEST) Date: Wed, 3 Jul 2013 15:01:57 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Otavio Salvador Message-ID: <20130703150157.773a4b8a@e6520eb> In-Reply-To: References: <1372793661-3955-1-git-send-email-otavio@ossystems.com.br> <20130702220451.542adc9d@e6520eb> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.19; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm PATCH 1/4] linux-imx (3.0.35): Enable tracing support so lttng's modules are build X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 13:02:08 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Le Wed, 3 Jul 2013 09:56:18 -0300, Otavio Salvador a =C3=A9crit : > On Tue, Jul 2, 2013 at 5:04 PM, Eric B=C3=A9nard wrote: > > Le Tue, 2 Jul 2013 16:34:18 -0300, > > Otavio Salvador a =C3=A9crit : > > > >> lttng support is enabled in Freescale test images however its modules > >> were not being build due lacking of tracing support in the > >> kernel. This patch enables the needed kernel features to allow the > >> modules to be build and thus making lttng usable. > >> > > this patch does much more than simply enabling tracing support >=20 > It does not; I know it has more enables there but those are result of > the new dependencies added by Freescale kernel as I just enabled the > tracing and runned savedefconfig. >=20 this one adds a new machine : +CONFIG_MACH_MX6Q_HDMIDONGLE=3Dy .../... later you enable netfilter : +CONFIG_NETFILTER=3Dy +CONFIG_LLC2=3Dy these options doesn't seems to be dependencies for tracing support. Eric