Message ID | a2440ad66968c13a0db6f97f69b04b8670ac9ffd.1330371008.git.bruce.ashfield@windriver.com |
---|---|
State | Accepted |
Commit | 97d55a32c7bb7650af59a5bce49cf8409a875f98 |
Headers | show |
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb index 329527f..3370729 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb @@ -11,12 +11,13 @@ KMACHINE_qemumips = "mti-malta32-be" KBRANCH = "standard/preempt-rt/base" KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" -LINUX_VERSION ?= "3.2.2" +LINUX_VERSION ?= "3.2.7" LINUX_KERNEL_TYPE = "preempt-rt" -SRCREV_machine ?= "415af017cf163c63d7b1e6e929e4a9c9baf5ba6d" -SRCREV_machine_qemuppc ?= "38345c1e41b15c49308a9adbdde95167eeaa05fa" -SRCREV_meta ?= "138bf5b502607fe40315c0d76822318d77d97e01" +SRCREV_machine ?= "2043e8b786dfd06a41a66780141f731d2d788696" +SRCREV_machine_qemuppc ?= "ec400326633f011c3b7d390beb765ad955145a29" +SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3" + PR = "r0" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb index a80924d..9be1bd9 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb @@ -15,15 +15,16 @@ KBRANCH_qemuppc = "standard/default/qemu-ppc32" KBRANCH_qemumips = "standard/default/mti-malta32-be" KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs" -LINUX_VERSION ?= "3.2.2" - -SRCREV_machine_qemuarm ?= "8d79190c307c7d41580beb77f83526ae3defcacc" -SRCREV_machine_qemumips ?= "c88f8c4f3be717be33a8ad89a14731eb94932336" -SRCREV_machine_qemuppc ?= "b8228f337002ad88f1e152d0c0c46c6035cd0428" -SRCREV_machine_qemux86 ?= "417fc778a86e81303bab5883b919ee422ec51c04" -SRCREV_machine_qemux86-64 ?= "417fc778a86e81303bab5883b919ee422ec51c04" -SRCREV_machine ?= "417fc778a86e81303bab5883b919ee422ec51c04" -SRCREV_meta ?= "138bf5b502607fe40315c0d76822318d77d97e01" +LINUX_VERSION ?= "3.2.7" + + +SRCREV_machine_qemuarm ?= "c2028a144fe035719af7c5e9989fedc62ccf3c2c" +SRCREV_machine_qemumips ?= "7dfffd937d4755cba0fcf3f2b9b69a1c62262084" +SRCREV_machine_qemuppc ?= "8fc0489fffe4c626f9a8053ad86014e75073a3d0" +SRCREV_machine_qemux86 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" +SRCREV_machine_qemux86-64 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" +SRCREV_machine ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" +SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3" PR = "r0" PV = "${LINUX_VERSION}+git${SRCPV}"
On 02/27/2012 11:34 AM, Bruce Ashfield wrote: > Updating the 3.2 kernel recipe to the latest -stable release. > > Signed-off-by: Bruce Ashfield<bruce.ashfield@windriver.com> > --- > meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 9 +++++---- > meta/recipes-kernel/linux/linux-yocto_3.2.bb | 19 ++++++++++--------- > 2 files changed, 15 insertions(+), 13 deletions(-) > I noticed that there are 3 Packaging WARNINGS in this build, we are trying to improve the overall Quality by reducing the warnings. These are probably general to all linux-yocto recipes. Can you address these: WARNING: For recipe linux-yocto, the following files/directories were installed but not shipped in any package: WARNING: /lib/modules/3.2.2-yocto-standard+/build WARNING: /lib/modules/3.2.2-yocto-standard+/source WARNING: /etc/modprobe.d Thanks Sau! > diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb > index 329527f..3370729 100644 > --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb > +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb > @@ -11,12 +11,13 @@ KMACHINE_qemumips = "mti-malta32-be" > KBRANCH = "standard/preempt-rt/base" > KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" > > -LINUX_VERSION ?= "3.2.2" > +LINUX_VERSION ?= "3.2.7" > LINUX_KERNEL_TYPE = "preempt-rt" > > -SRCREV_machine ?= "415af017cf163c63d7b1e6e929e4a9c9baf5ba6d" > -SRCREV_machine_qemuppc ?= "38345c1e41b15c49308a9adbdde95167eeaa05fa" > -SRCREV_meta ?= "138bf5b502607fe40315c0d76822318d77d97e01" > +SRCREV_machine ?= "2043e8b786dfd06a41a66780141f731d2d788696" > +SRCREV_machine_qemuppc ?= "ec400326633f011c3b7d390beb765ad955145a29" > +SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3" > + > > PR = "r0" > PV = "${LINUX_VERSION}+git${SRCPV}" > diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb > index a80924d..9be1bd9 100644 > --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb > +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb > @@ -15,15 +15,16 @@ KBRANCH_qemuppc = "standard/default/qemu-ppc32" > KBRANCH_qemumips = "standard/default/mti-malta32-be" > KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs" > > -LINUX_VERSION ?= "3.2.2" > - > -SRCREV_machine_qemuarm ?= "8d79190c307c7d41580beb77f83526ae3defcacc" > -SRCREV_machine_qemumips ?= "c88f8c4f3be717be33a8ad89a14731eb94932336" > -SRCREV_machine_qemuppc ?= "b8228f337002ad88f1e152d0c0c46c6035cd0428" > -SRCREV_machine_qemux86 ?= "417fc778a86e81303bab5883b919ee422ec51c04" > -SRCREV_machine_qemux86-64 ?= "417fc778a86e81303bab5883b919ee422ec51c04" > -SRCREV_machine ?= "417fc778a86e81303bab5883b919ee422ec51c04" > -SRCREV_meta ?= "138bf5b502607fe40315c0d76822318d77d97e01" > +LINUX_VERSION ?= "3.2.7" > + > + > +SRCREV_machine_qemuarm ?= "c2028a144fe035719af7c5e9989fedc62ccf3c2c" > +SRCREV_machine_qemumips ?= "7dfffd937d4755cba0fcf3f2b9b69a1c62262084" > +SRCREV_machine_qemuppc ?= "8fc0489fffe4c626f9a8053ad86014e75073a3d0" > +SRCREV_machine_qemux86 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" > +SRCREV_machine_qemux86-64 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" > +SRCREV_machine ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" > +SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3" > > PR = "r0" > PV = "${LINUX_VERSION}+git${SRCPV}"
On 02/27/2012 03:23 PM, Saul Wold wrote: > On 02/27/2012 11:34 AM, Bruce Ashfield wrote: >> Updating the 3.2 kernel recipe to the latest -stable release. >> >> Signed-off-by: Bruce Ashfield<bruce.ashfield@windriver.com> >> --- >> meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 9 +++++---- >> meta/recipes-kernel/linux/linux-yocto_3.2.bb | 19 ++++++++++--------- >> 2 files changed, 15 insertions(+), 13 deletions(-) >> > > I noticed that there are 3 Packaging WARNINGS in this build, we are > trying to improve the overall Quality by reducing the warnings. These > are probably general to all linux-yocto recipes. > > Can you address these: > > WARNING: For recipe linux-yocto, the following files/directories were > installed but not shipped in any package: > WARNING: /lib/modules/3.2.2-yocto-standard+/build > WARNING: /lib/modules/3.2.2-yocto-standard+/source > WARNING: /etc/modprobe.d > https://bugzilla.yoctoproject.org/show_bug.cgi?id=2036
Updating the 3.2 kernel recipe to the latest -stable release. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 9 +++++---- meta/recipes-kernel/linux/linux-yocto_3.2.bb | 19 ++++++++++--------- 2 files changed, 15 insertions(+), 13 deletions(-)