All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: core-image-minimal linux kernel version
@ 2012-09-05 19:03 James Macon
  2012-09-05 19:17 ` Tomas Frydrych
  0 siblings, 1 reply; 4+ messages in thread
From: James Macon @ 2012-09-05 19:03 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

I found it but this is only partially the answer. I found 
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" in qemu.inc but there 
is no recipe for linux-yocto. There are recipes for linux-yocto_3.* , 
linux-yocto-tiny, and linux-yocto-rt_3*. 

Somewhere during the build process something is appending to linux-yocto. 
I will keep looking but if someone knows the answer please respond. 

Thanks,

Jim Macon
Toshiba Global Commerce Solutions
voice +1 919-543-7490 
mailto: macon@us.ibm.com

[-- Attachment #2: Type: text/html, Size: 837 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: core-image-minimal linux kernel version
  2012-09-05 19:03 core-image-minimal linux kernel version James Macon
@ 2012-09-05 19:17 ` Tomas Frydrych
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Frydrych @ 2012-09-05 19:17 UTC (permalink / raw)
  To: yocto

On 05/09/12 20:03, James Macon wrote:
> I found it but this is only partially the answer. I found 
> PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" in qemu.inc but there 
> is no recipe for linux-yocto. There are recipes for linux-yocto_3.* , 
> linux-yocto-tiny, and linux-yocto-rt_3*. 
> 
> Somewhere during the build process something is appending to linux-yocto. 
> I will keep looking but if someone knows the answer please respond. 

The part before the '_' is the package name, the part after is is
version. So, linux-yocto, linux-yocto-tiny and linux-yocto-rt are three
different kernels, each of which can have multiple versions at the same
time.

You get automatically the highest available version a package unless the
version is specifically pinned down somewhere (e.g.,
PREFERRED_VERSION_virtual/kernel in the configs or DEFAULT_PREFERENCE in
the recipes themselves).

Tomas


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: core-image-minimal linux kernel version
  2012-09-05 17:35 James Macon
@ 2012-09-05 17:40 ` Tomas Frydrych
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Frydrych @ 2012-09-05 17:40 UTC (permalink / raw)
  To: yocto

Hi,

On 05/09/12 18:35, James Macon wrote:
> I successfully built core-image-minimal.  I now what to understand how the 
> build determine what linux kernel it will be using because the next step I 
> will want to do is add my own recipe that references my own kernel.  I 
> have not been able to find where the linkage to specific kernel is. Can 
> someone  provide an answer.

The kernel is normally specified in the machine conf file; grep for
PREFERRED_PROVIDER_virtual/kernel.

Tomas


^ permalink raw reply	[flat|nested] 4+ messages in thread

* core-image-minimal linux kernel version
@ 2012-09-05 17:35 James Macon
  2012-09-05 17:40 ` Tomas Frydrych
  0 siblings, 1 reply; 4+ messages in thread
From: James Macon @ 2012-09-05 17:35 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

I successfully built core-image-minimal.  I now what to understand how the 
build determine what linux kernel it will be using because the next step I 
will want to do is add my own recipe that references my own kernel.  I 
have not been able to find where the linkage to specific kernel is. Can 
someone  provide an answer.


Thanks,

Jim Macon
Toshiba Global Commerce Solutions
voice +1 919-543-7490 
mailto: macon@us.ibm.com

[-- Attachment #2: Type: text/html, Size: 598 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-05 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05 19:03 core-image-minimal linux kernel version James Macon
2012-09-05 19:17 ` Tomas Frydrych
  -- strict thread matches above, loose matches on Subject: below --
2012-09-05 17:35 James Macon
2012-09-05 17:40 ` Tomas Frydrych

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.