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 A4DA5E01358 for ; Fri, 21 Oct 2011 04:50:38 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 999) id 3B1E91660892; Fri, 21 Oct 2011 05:50:36 -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 hermes.chez-thomas.org (localhost.localdomain [127.0.0.1]) by mail.chez-thomas.org (Postfix) with ESMTP id 4876C1660870; Fri, 21 Oct 2011 05:50:35 -0600 (MDT) Message-ID: <4EA15C8B.1050504@mlbassoc.com> Date: Fri, 21 Oct 2011 05:50:35 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1 MIME-Version: 1.0 To: Poky Project Subject: Error managing features 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: Fri, 21 Oct 2011 11:50:39 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In my $DISTRO, I have a default set of image features: IMAGE_FEATURES ?= "package-management debug-tweaks " I'd like to build a minimized image which leaves out the package stuff, so I added this line to my .bb: IMAGE_FEATURES := "${@oe_filter_out('package-management', '${IMAGE_FEATURES}', d)}" Sadly, this gives me this error: ERROR: Failure expanding variable IMAGE_FEATURES[:=], expression was ${@oe_filter_out('package-management', 'package-management debug-tweaks ${EXTRA_IMAGE_FEATURES}', d)} which triggered exception SyntaxError: EOL while scanning string literal (IMAGE_FEATURES[:=], line 1) Any idea what I've done wrong? Thanks -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------