From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 39F8DE014E2 for ; Thu, 27 Jun 2013 05:34:56 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 44310F811ED; Thu, 27 Jun 2013 06:34:56 -0600 (MDT) 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 [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 03137F811E0; Thu, 27 Jun 2013 06:34:54 -0600 (MDT) Message-ID: <51CC3174.5020304@mlbassoc.com> Date: Thu, 27 Jun 2013 06:35:00 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Yocto Project Subject: Removing a package from an image X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 12:34:59 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I'm using one of the machines from meta-fsl-arm (i.MX6) which has this setting in the MACHINE.conf: MACHINE_EXTRA_RRECOMMENDS_append_mx6 = " imx-audio" While this is reasonable for most of these boards, I have one which has no audio and I'd like to leave this package (and all that it pulls with it) out of my images. I tried using this in my image recipe with no joy: MACHINE_EXTRA_RRECOMMENDS := "${@oe_filter_out('imx-audio', '${MACHINE_EXTRA_RRECOMMENDS}', d)}" How can I "filter out" this extra/unwanted/setting? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------