* changing kernel config on a project built by Hob
@ 2011-11-11 19:37 Jitendra Shekhawat
2011-11-15 19:57 ` Joshua Lock
0 siblings, 1 reply; 3+ messages in thread
From: Jitendra Shekhawat @ 2011-11-11 19:37 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 709 bytes --]
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.
[-- Attachment #2: Type: text/html, Size: 957 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: changing kernel config on a project built by Hob
2011-11-11 19:37 changing kernel config on a project built by Hob Jitendra Shekhawat
@ 2011-11-15 19:57 ` Joshua Lock
2011-11-17 21:16 ` Darren Hart
0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lock @ 2011-11-15 19:57 UTC (permalink / raw)
To: yocto
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 <http://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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: changing kernel config on a project built by Hob
2011-11-15 19:57 ` Joshua Lock
@ 2011-11-17 21:16 ` Darren Hart
0 siblings, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-11-17 21:16 UTC (permalink / raw)
To: Joshua Lock; +Cc: yocto
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 <http://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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-17 21:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11 19:37 changing kernel config on a project built by Hob Jitendra Shekhawat
2011-11-15 19:57 ` Joshua Lock
2011-11-17 21:16 ` Darren Hart
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.