From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id AA29FE013EC for ; Mon, 8 Jul 2013 10:13:55 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r68HDQFt003935 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 8 Jul 2013 10:13:26 -0700 (PDT) Received: from [172.25.32.38] (172.25.32.38) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.2.342.3; Mon, 8 Jul 2013 10:13:26 -0700 Message-ID: <51DAF334.3030807@windriver.com> Date: Mon, 8 Jul 2013 12:13:24 -0500 From: Jason Wessel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: "Barros Pena, Belen" References: In-Reply-To: X-Enigmail-Version: 1.5.1 Cc: "webhob@yoctoproject.org" Subject: Re: [Webhob] Deployed or Included? X-BeenThere: webhob@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2013 17:13:55 -0000 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit On 07/08/2013 11:09 AM, Barros Pena, Belen wrote: > I am looking at the table of packages that will be part of Web Hob. That > table will list all packages built during a certain build. What table are you making a reference to? I didn't see a pointer in the e-mail. > > Not all the packages in that table ended up in the final image. To > differentiate them, there will be a column that will tell you if a package > is in the final image or isn't. How should that column be called: > Deployed? Included? Something else? There is a distinct possibility that the number of packages built to support the webhob that go on the final target image is zero, particularly in the case that you just need a particular configuration of busybox + a kernel. Without seeing your table it is hard to say, but generally we have nativesdk, native, cross and target packages. I would have imagined you can just specify if something is in the target image or not. There certainly are target packages that get built but not installed to the image, and for these we just use the term installed to sysroot vs installed to image. Jason.