From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (hermes.mlbassoc.com [64.234.241.98]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 44E74E0044A for ; Tue, 6 Mar 2012 09:05:49 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id A285CF81277; Tue, 6 Mar 2012 10:05:48 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.2 Received: from hermes.chez-thomas.org (localhost.localdomain [127.0.0.1]) by mail.chez-thomas.org (Postfix) with ESMTP id BACA5F8121F; Tue, 6 Mar 2012 10:05:47 -0700 (MST) Message-ID: <4F5643EB.70909@mlbassoc.com> Date: Tue, 06 Mar 2012 10:05:47 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 MIME-Version: 1.0 To: Poky Subject: How can a package I didn't ask for get included in my image? X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2012 17:05:49 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Note: I'm not sure the best list to use for this, but I'll start here. I build using poky plus my own distro.conf and my own image recipes, etc. My example below uses stylized package and target names. I'm trying to figure out why a particular package is ending up in my final image. If I build something like this: % bitbake my-image If I then look, I find packages that were installed that I'm never mentioning: % grep firmware tmp/work/my-board/my-image/temp/log.do_rootfs Installing linux-firmware-wl12xx (0.0+git1+09c949f6d3196a7199eb2c7015bfa5d34ed723b5-r0) to root... so I tried to figure out how this is getting in % bitbake my-image -g % grep firmware *.dot ... comes up empty To be fair, I had originally built this image with this in .conf MACHINE_EXTRA_RRECOMMENDS = " kernel-modules linux-firmware-wl12xx " but that has since been removed. Somehow, it's ghost lingers on... How can this be? How can I get rid of it, short of a complete rebuild? Thanks for any insight into this mystery. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------