* Re: [meta-intel/danny][PATCH] meta-crystalforest, linux-yocto_3.4.bbappend: Pin LINUX_VERSION
@ 2012-10-25 15:36 Khem Raj
2012-10-25 21:50 ` Tom Zanussi
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2012-10-25 15:36 UTC (permalink / raw)
To: Tom Zanussi; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1828 bytes --]
That's fine though you should still pin it since it may go out of sync with
oecore again
On Thursday, October 25, 2012, Tom Zanussi <tom.zanussi@intel.com> wrote:
> On Tue, 2012-10-23 at 20:56 -0700, Khem Raj wrote:
>> meta-crystalforest BSPs uses 3.4.9 kernel but the default
>> yocto kernel is 3.4.11, if we do not pin the LINUX_VERSION
>> then we get inconsistent version number for bzImage and the modules
>> where modules are installed under /lib/modules/3.4.9-yocto-standard/
>> but kernel is called
>>
bzImage-3.4.11+git2+9e3bdb7344054264b750e53fbbb6394cc1c942ac_1+0985844fa6235422c67ef269952fa4e765f252f9-r4.3-crystalforest-stargo-20121024031021.bin
>>
>> This patch fixes this mismatch. Beaware that other BSPs from
>> meta-intel may need something similar too.
>
> This is because the crystalforest BSP is using ancient kernel SRCREVs,
> corresponding to 3.4.9.
>
> Thanks for sending this patch , but I just pushed a fix for the source
> of the problem by updating the SRCREVs instead.
>
> Tom
>
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>> .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git
a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> index 082fe38..92aaa61 100644
>> --- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> +++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> @@ -15,3 +15,6 @@ SRCREV_machine_pn-linux-yocto_crystalforest-shumway ?=
"0985844fa6235422c67ef269
>> SRCREV_meta_pn-linux-yocto_crystalforest-shumway ?=
"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>>
>> module_autoload_uio = "uio"
>> +
>> +LINUX_VERSION = "3.4.9"
>> +
>
>
>
[-- Attachment #2: Type: text/html, Size: 2256 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-intel/danny][PATCH] meta-crystalforest, linux-yocto_3.4.bbappend: Pin LINUX_VERSION
2012-10-25 15:36 [meta-intel/danny][PATCH] meta-crystalforest, linux-yocto_3.4.bbappend: Pin LINUX_VERSION Khem Raj
@ 2012-10-25 21:50 ` Tom Zanussi
0 siblings, 0 replies; 4+ messages in thread
From: Tom Zanussi @ 2012-10-25 21:50 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto@yoctoproject.org
On Thu, 2012-10-25 at 08:36 -0700, Khem Raj wrote:
> That's fine though you should still pin it since it may go out of sync
> with oecore again
>
Good point. I think I'm going to start submitting weekly kernel SRCREV
updates for all the meta-intel BSPs along with the matching
LINUX_VERSIONs to avoid this problem in the future...
Tom
> On Thursday, October 25, 2012, Tom Zanussi <tom.zanussi@intel.com>
> wrote:
> > On Tue, 2012-10-23 at 20:56 -0700, Khem Raj wrote:
> >> meta-crystalforest BSPs uses 3.4.9 kernel but the default
> >> yocto kernel is 3.4.11, if we do not pin the LINUX_VERSION
> >> then we get inconsistent version number for bzImage and the modules
> >> where modules are installed
> under /lib/modules/3.4.9-yocto-standard/
> >> but kernel is called
> >> bzImage-3.4.11+git2+9e3bdb7344054264b750e53fbbb6394cc1c942ac_1
> +0985844fa6235422c67ef269952fa4e765f252f9-r4.3-crystalforest-stargo-20121024031021.bin
> >>
> >> This patch fixes this mismatch. Beaware that other BSPs from
> >> meta-intel may need something similar too.
> >
> > This is because the crystalforest BSP is using ancient kernel
> SRCREVs,
> > corresponding to 3.4.9.
> >
> > Thanks for sending this patch , but I just pushed a fix for the
> source
> > of the problem by updating the SRCREVs instead.
> >
> > Tom
> >
> >>
> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >> ---
> >> .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 3 +++
> >> 1 file changed, 3 insertions(+)
> >>
> >> diff --git
> a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> index 082fe38..92aaa61 100644
> >> ---
> a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> +++
> b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> @@ -15,3 +15,6 @@
> SRCREV_machine_pn-linux-yocto_crystalforest-shumway ?=
> "0985844fa6235422c67ef269
> >> SRCREV_meta_pn-linux-yocto_crystalforest-shumway ?=
> "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >>
> >> module_autoload_uio = "uio"
> >> +
> >> +LINUX_VERSION = "3.4.9"
> >> +
> >
> >
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-intel/danny][PATCH] meta-crystalforest, linux-yocto_3.4.bbappend: Pin LINUX_VERSION
@ 2012-10-24 3:56 Khem Raj
2012-10-25 14:50 ` Tom Zanussi
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2012-10-24 3:56 UTC (permalink / raw)
To: yocto
meta-crystalforest BSPs uses 3.4.9 kernel but the default
yocto kernel is 3.4.11, if we do not pin the LINUX_VERSION
then we get inconsistent version number for bzImage and the modules
where modules are installed under /lib/modules/3.4.9-yocto-standard/
but kernel is called
bzImage-3.4.11+git2+9e3bdb7344054264b750e53fbbb6394cc1c942ac_1+0985844fa6235422c67ef269952fa4e765f252f9-r4.3-crystalforest-stargo-20121024031021.bin
This patch fixes this mismatch. Beaware that other BSPs from
meta-intel may need something similar too.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../recipes-kernel/linux/linux-yocto_3.4.bbappend | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 082fe38..92aaa61 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -15,3 +15,6 @@ SRCREV_machine_pn-linux-yocto_crystalforest-shumway ?= "0985844fa6235422c67ef269
SRCREV_meta_pn-linux-yocto_crystalforest-shumway ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
module_autoload_uio = "uio"
+
+LINUX_VERSION = "3.4.9"
+
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-intel/danny][PATCH] meta-crystalforest, linux-yocto_3.4.bbappend: Pin LINUX_VERSION
2012-10-24 3:56 Khem Raj
@ 2012-10-25 14:50 ` Tom Zanussi
0 siblings, 0 replies; 4+ messages in thread
From: Tom Zanussi @ 2012-10-25 14:50 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto
On Tue, 2012-10-23 at 20:56 -0700, Khem Raj wrote:
> meta-crystalforest BSPs uses 3.4.9 kernel but the default
> yocto kernel is 3.4.11, if we do not pin the LINUX_VERSION
> then we get inconsistent version number for bzImage and the modules
> where modules are installed under /lib/modules/3.4.9-yocto-standard/
> but kernel is called
> bzImage-3.4.11+git2+9e3bdb7344054264b750e53fbbb6394cc1c942ac_1+0985844fa6235422c67ef269952fa4e765f252f9-r4.3-crystalforest-stargo-20121024031021.bin
>
> This patch fixes this mismatch. Beaware that other BSPs from
> meta-intel may need something similar too.
This is because the crystalforest BSP is using ancient kernel SRCREVs,
corresponding to 3.4.9.
Thanks for sending this patch , but I just pushed a fix for the source
of the problem by updating the SRCREVs instead.
Tom
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> index 082fe38..92aaa61 100644
> --- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> +++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> @@ -15,3 +15,6 @@ SRCREV_machine_pn-linux-yocto_crystalforest-shumway ?= "0985844fa6235422c67ef269
> SRCREV_meta_pn-linux-yocto_crystalforest-shumway ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>
> module_autoload_uio = "uio"
> +
> +LINUX_VERSION = "3.4.9"
> +
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-10-25 21:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 15:36 [meta-intel/danny][PATCH] meta-crystalforest, linux-yocto_3.4.bbappend: Pin LINUX_VERSION Khem Raj
2012-10-25 21:50 ` Tom Zanussi
-- strict thread matches above, loose matches on Subject: below --
2012-10-24 3:56 Khem Raj
2012-10-25 14:50 ` Tom Zanussi
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.