From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1EFF5E00836; Mon, 26 Jan 2015 07:52:01 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 30A58E006AF for ; Mon, 26 Jan 2015 07:51:49 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 625B7F811D9; Mon, 26 Jan 2015 08:51:49 -0700 (MST) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id B8F63F811D8; Mon, 26 Jan 2015 08:51:48 -0700 (MST) Message-ID: <54C662AD.5070209@mlbassoc.com> Date: Mon, 26 Jan 2015 08:52:13 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: yocto@yoctoproject.org References: <54C286DC.2030708@mlbassoc.com> <54C645E4.9090801@mlbassoc.com> In-Reply-To: Subject: Re: adding all the pieces of WiFi to core-image-minimal 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: Mon, 26 Jan 2015 15:52:01 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit On 2015-01-26 08:26, James Abernathy wrote: > >> On Jan 26, 2015, at 8:49 AM, Gary Thomas > wrote: >> >> On 2015-01-26 06:29, James Abernathy wrote: >>> >>>> On Jan 23, 2015, at 12:37 PM, Gary Thomas > wrote: >>>> >>>> On 2015-01-23 10:24, Jim Abernathy wrote: >>>>> I'm starting a project mostly for self-education. I have already done the project using Ubuntu Server 14.04 using a Intel NUC and a Pandaboard as targets. Now I want to see how >>>>> easy it is to move it to Yocto. >>>>> >>>>> Starting with the NUC, I can boot Dizzy 1.7.1 core-image-minimal and core-image-sato, both built with bitbake and not the prebuilt images. However, core-image-minimal doesn't have >>>>> WiFi and core-image-sato does, but I don't need all the GUI stuff. It's a headless application. >>>>> >>>>> So what is recommended; eliminating the GUI from sato or adding wifi and wpa-supplicant, etc to minimal?? Also any pointers to how to do the adding/subtracting would be most >>>>> helpful. >>>>> >>>>> Once this is working all I have to do is put apache-tomcat, and openjdk-7-jre, then my application. >>>> >>>> We use just iw & wpa-supplicant and set up the configuration >>>> files manually (e.g. the wpa-supplicant configurations). >>> >>> Could you help with a little more details. What I envision is adding an append statement of some kind to local.conf to load in the wireless related files to core-image-minimal, >>> same with openjdk-7-jre and tomcat7, but my first efforts have generated some unintelligible error for me. So that’s why I’m looking for direction on where to start with this. >> >> What was the error you got? I'll bet it was for 'iw' which >> is a package from meta-oe, so you'll need to add that layer >> >> Once you've added the meta-oe layer, you should be able to >> put this line in your local.conf: >> CORE_IMAGE_EXTRA_INSTALL += " iw wpa-supplicant” >> > Okay, what I don’t get is the fact that without any additional layers, bitbake core-image-sato builds all the WiFi features I need. bitbake core-image-minimal does not. So I’m > thinking that there is some CORE_IMAGE_EXTRA_INSTALL statement that can just add what is needed without extra layers. > > I guess it just doesn’t make sense to me right now. Try using CORE_IMAGE_EXTRA_INSTALL += " packagegroup-base-wifi" which will bring in 'wireless-tools' and 'wpa-supplicant'. I prefer 'iw' to 'wireless-tools' as it is newer and [IMO] simpler to use. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------