From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe001.messaging.microsoft.com [216.32.180.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BBDCAE0152D for ; Thu, 2 May 2013 06:32:37 -0700 (PDT) Received: from mail10-va3-R.bigfish.com (10.7.14.242) by VA3EHSOBE006.bigfish.com (10.7.40.26) with Microsoft SMTP Server id 14.1.225.23; Thu, 2 May 2013 13:32:35 +0000 Received: from mail10-va3 (localhost [127.0.0.1]) by mail10-va3-R.bigfish.com (Postfix) with ESMTP id 9F1FC360502; Thu, 2 May 2013 13:32:35 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h1fc6h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ahzz8275dhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1155h) Received: from mail10-va3 (localhost.localdomain [127.0.0.1]) by mail10-va3 (MessageSwitch) id 1367501553698575_28830; Thu, 2 May 2013 13:32:33 +0000 (UTC) Received: from VA3EHSMHS007.bigfish.com (unknown [10.7.14.245]) by mail10-va3.bigfish.com (Postfix) with ESMTP id A4A0C4800A2; Thu, 2 May 2013 13:32:33 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS007.bigfish.com (10.7.99.17) with Microsoft SMTP Server (TLS) id 14.1.225.23; Thu, 2 May 2013 13:32:31 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.2.328.11; Thu, 2 May 2013 13:32:30 +0000 Received: from [10.29.244.97] ([10.29.244.97]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r42DWT06012334; Thu, 2 May 2013 06:32:29 -0700 Message-ID: <51826AA6.1030908@freescale.com> Date: Thu, 2 May 2013 10:31:18 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Alexander Keller References: <07b701ce45fe$22541ab0$66fc5010$@vt.edu> In-Reply-To: <07b701ce45fe$22541ab0$66fc5010$@vt.edu> X-OriginatorOrg: freescale.com Cc: meta-freescale@yoctoproject.org Subject: Re: configuring the kernel and adding packages 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: Thu, 02 May 2013 13:32:38 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 04/30/2013 08:55 PM, Alexander Keller wrote: > Hello, > > I have configured the kernel the way I wanted using: > > bitbake virtual/kernel -c menuconfig > > but I cannot find where the configured kernel is located. Do I have to > build the kernel manually that was in the work directory? I think you will find .config under: tmp/work/imx6qsabresd-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/git/ > > Also, I am used to ltib. One of the great fesstures of > ltib is to easily add packages through the ltib menu. Is there something > similar to that feature in yocto? Is there a way for me to pick and > choose what packages to add for my image? You can take a look on hob https://www.yoctoproject.org/documentation/hob-manual But I do prefer to keep my images under files and work manually, so I don't use it so much. -- Daiane