From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vx0-f176.google.com (mail-vx0-f176.google.com [209.85.220.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 16729E013F1 for ; Wed, 29 Feb 2012 13:14:20 -0800 (PST) Received: by vcbfl17 with SMTP id fl17so5086113vcb.35 for ; Wed, 29 Feb 2012 13:14:20 -0800 (PST) Received-SPF: pass (google.com: domain of jfabernathy@gmail.com designates 10.52.17.239 as permitted sender) client-ip=10.52.17.239; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jfabernathy@gmail.com designates 10.52.17.239 as permitted sender) smtp.mail=jfabernathy@gmail.com; dkim=pass header.i=jfabernathy@gmail.com Received: from mr.google.com ([10.52.17.239]) by 10.52.17.239 with SMTP id r15mr2727508vdd.95.1330550060567 (num_hops = 1); Wed, 29 Feb 2012 13:14:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=doTcGXCGPm9Qt/p+gnhQSWH8m0aLzYEoBYszyU/GNoE=; b=D4zOZJjZkF+Vyf6TPUHgHDS3dew2WKrKaH5+DIVjnrJB24aNtlknsLUu3Ebb1s+knJ iGYbYnxMI5PC1NfA1qrcu+KPBvj7fZrsDJjyTdSfnt67WdHCqiX7ElBzkwryWWM29dzo GtJGNq/suPCUhEjTd0ACmKqC3ixB3OYF/RAkk= Received: by 10.52.17.239 with SMTP id r15mr2339035vdd.95.1330550060532; Wed, 29 Feb 2012 13:14:20 -0800 (PST) Received: from [10.0.1.54] (nc-184-3-49-18.dhcp.embarqhsd.net. [184.3.49.18]) by mx.google.com with ESMTPS id fg5sm20314449vdc.13.2012.02.29.13.14.19 (version=SSLv3 cipher=OTHER); Wed, 29 Feb 2012 13:14:20 -0800 (PST) Message-ID: <4F4E952B.50100@gmail.com> Date: Wed, 29 Feb 2012 16:14:19 -0500 From: jfabernathy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: yocto@yoctoproject.org References: <4F4E8B62.6010209@gmail.com> <4F4E8C2E.5030602@mlbassoc.com> In-Reply-To: <4F4E8C2E.5030602@mlbassoc.com> Subject: Re: building with 1.2_M3 X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Feb 2012 21:14:21 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/29/2012 03:35 PM, Gary Thomas wrote: > On 2012-02-29 13:32, jfabernathy wrote: >> Just for fun, I thought I'd build meta-cedartrail today since I saw >> 1.2_M3 branch show up when I did a git pull today. The only thing I >> did above the basic BSP was to include my >> meta-jfa layer which is nothing more than my hello world application >> and web-webkit, which is already in the meta layer. >> >> I added to local.conf the following lines, like I alway do: >> >> POKY_EXTRA_INSTALL += "web-webkit" >> >> POKY_EXTRA_INSTALL += "hello" >> >> I also added the meta-intel, meta-intel/meta-cedartrail, and meta-jfa >> to my bblayers.conf. >> >> However, unlike the last time I ran this against master branch, I >> didn't get "hello" or "web-webkit" in my image, as I usually do. >> >> Is this just a quirk with 1.2_M3 or did something break? > > Looks like this variable was renamed to be CORE_IMAGE_EXTRA_INSTALL > That solved the problem! Thanks, Jim A