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 0D2F3E0030B for ; Fri, 11 Nov 2011 11:37:19 -0800 (PST) Authentication-Results: yocto-www.yoctoproject.org; dkim=pass (1024-bit key; insecure key) header.i=@gmail.com; x-dkim-adsp=none (insecure policy) Received: by vcbfk14 with SMTP id fk14so6527579vcb.35 for ; Fri, 11 Nov 2011 11:37:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=KOAhzbF/XuvlE/9Gxn9f4m1Zpajrgv9GAqfqz0ArRcY=; b=uMeEtjqrNMwaCIKfPXTr5iewHR+MtxdjXLxp+dsFXIqP94qXhfPj7rYbu4g057HJbc oRFgru63i1fUZYOzNUNnjJysjni0BaCkPQ+Q3hGSONW/DAb4a48YJGxxl+AbJXT1IG3p Xy2xINV5ydyOISVGGT6xoXVnMDeaJTtNu3W2E= MIME-Version: 1.0 Received: by 10.52.22.226 with SMTP id h2mr23312023vdf.46.1321040239261; Fri, 11 Nov 2011 11:37:19 -0800 (PST) Received: by 10.220.205.138 with HTTP; Fri, 11 Nov 2011 11:37:19 -0800 (PST) Date: Fri, 11 Nov 2011 14:37:19 -0500 Message-ID: From: Jitendra Shekhawat To: yocto@yoctoproject.org Subject: changing kernel config on a project built by Hob 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: Fri, 11 Nov 2011 19:37:20 -0000 Content-Type: multipart/alternative; boundary=bcaec501c53e31f75e04b17aa602 --bcaec501c53e31f75e04b17aa602 Content-Type: text/plain; charset=ISO-8859-1 Newbie here. I think I've looked at the relevant documents and couldn't find how to do this. What is the procedure for doing a kernel 'make menuconfig' on hob assisted projects? I created a simple project using following steps: 1. source poky-edison-6.0/oe-init-build-env 2. hob 3. configuration under hob: - Machine: atom-pc - Base image: core-image-minimal - Added openssh 4. save the image as test.bb 5. Baked the image in hob 6. Booted the result in Virtualbox after creating a bootable disk image, etc. I need to now modify the kernel by adding CP210x USB/Serial converter driver. What is the procedure for doing a 'make menuconfig' on this hob assisted project? Thanks. --bcaec501c53e31f75e04b17aa602 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Newbie here. I think I've looked at the relevant documents and couldn&#= 39;t find how to do this.

What is the procedure for doin= g a kernel 'make menuconfig' on hob assisted projects?

I created a simple project using following steps:
= 1. source poky-edison-6.0/oe-init-build-env
2. hob
3. c= onfiguration under hob:
=A0- Machine: atom-pc
=A0- Base= image: core-image-minimal=A0
=A0- Added openssh
4. save the image as test.bb
5. Baked the image in hob
6. Booted = the result in Virtualbox after creating a bootable disk image, etc.

I need to now modify the kernel by adding CP210x USB/Serial = converter driver.

What is the procedure for doing = a 'make menuconfig' on this hob assisted project?

Thanks.
--bcaec501c53e31f75e04b17aa602-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DD2C1E0030F for ; Tue, 15 Nov 2011 11:57:26 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 15 Nov 2011 11:57:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.69,516,1315206000"; d="scan'208";a="85571939" Received: from unknown (HELO [10.255.12.41]) ([10.255.12.41]) by fmsmga001.fm.intel.com with ESMTP; 15 Nov 2011 11:57:23 -0800 Message-ID: <4EC2C423.6010502@linux.intel.com> Date: Tue, 15 Nov 2011 11:57:23 -0800 From: Joshua Lock User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1 MIME-Version: 1.0 To: yocto@yoctoproject.org References: In-Reply-To: Subject: Re: changing kernel config on a project built by Hob 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: Tue, 15 Nov 2011 19:57:27 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Jitendra, On 11/11/11 11:37, Jitendra Shekhawat wrote: > Newbie here. I think I've looked at the relevant documents and couldn't > find how to do this. > > What is the procedure for doing a kernel 'make menuconfig' on hob > assisted projects? > > I created a simple project using following steps: > 1. source poky-edison-6.0/oe-init-build-env > 2. hob > 3. configuration under hob: > - Machine: atom-pc > - Base image: core-image-minimal > - Added openssh > 4. save the image as test.bb > 5. Baked the image in hob > 6. Booted the result in Virtualbox after creating a bootable disk image, > etc. > > I need to now modify the kernel by adding CP210x USB/Serial converter > driver. > > What is the procedure for doing a 'make menuconfig' on this hob assisted > project? Unfortunately we don't currently support modifying the kernel config via the hob GUI although it's certainly something we'd like to enable in the future. Regards, Joshua -- Joshua Lock Yocto Project "Johannes factotum" Intel Open Source Technology Centre From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8E359E00307 for ; Thu, 17 Nov 2011 13:16:26 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 17 Nov 2011 13:16:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="76908041" Received: from amabrams-mobl.amr.corp.intel.com (HELO envy.home) ([10.7.199.53]) by orsmga002.jf.intel.com with ESMTP; 17 Nov 2011 13:16:26 -0800 Message-ID: <4EC579AA.3090105@linux.intel.com> Date: Thu, 17 Nov 2011 13:16:26 -0800 From: Darren Hart User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: Joshua Lock References: <4EC2C423.6010502@linux.intel.com> In-Reply-To: <4EC2C423.6010502@linux.intel.com> X-Enigmail-Version: 1.3.3 Cc: yocto@yoctoproject.org Subject: Re: changing kernel config on a project built by Hob 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: Thu, 17 Nov 2011 21:16:26 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 11/15/2011 11:57 AM, Joshua Lock wrote: > Hi Jitendra, > > On 11/11/11 11:37, Jitendra Shekhawat wrote: >> Newbie here. I think I've looked at the relevant documents and couldn't >> find how to do this. >> >> What is the procedure for doing a kernel 'make menuconfig' on hob >> assisted projects? >> >> I created a simple project using following steps: >> 1. source poky-edison-6.0/oe-init-build-env >> 2. hob >> 3. configuration under hob: >> - Machine: atom-pc >> - Base image: core-image-minimal >> - Added openssh >> 4. save the image as test.bb >> 5. Baked the image in hob >> 6. Booted the result in Virtualbox after creating a bootable disk image, >> etc. >> >> I need to now modify the kernel by adding CP210x USB/Serial converter >> driver. >> >> What is the procedure for doing a 'make menuconfig' on this hob assisted >> project? > > Unfortunately we don't currently support modifying the kernel config via > the hob GUI although it's certainly something we'd like to enable in the > future. Really what were talking about here is development of recipes versus building them. Hob builds images - and offers some help configuring which packages go into an image - but it doesn't modify the packages themselves. "make menuconfig" is a development tool which makes transient changes to the kernel build. In order for Hob (in its current state anyway) to take advantage of those changes, they need to be made permanent. To do this, I suggest iterating on your kernel config using the command line tools. Once you are happy with it, update the recipe to use the new config, and then resume work with Hob. The final state of a kernel config should be incorporated into the kernel recipes and source repositories. This isn't to say this process can't be improved, but such is the state of things as they stand now. -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel