| Submitter | Bruce Ashfield |
|---|---|
| Date | Sept. 4, 2012, 3:19 p.m. |
| Message ID | <fc1c6360e80b1d094a5b618cb7aeabe0700a4971.1346771668.git.bruce.ashfield@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/35811/ |
| State | Accepted |
| Commit | 0c060a81ade685aee5492e0273f199850dffaf76 |
| Headers | show |
Comments
qemux86 now builds and boots to login prompt for me. On 09/04/2012 08:19 AM, Bruce Ashfield wrote: > Bumping the 3.4 kernel to -rt17. > > As well as picking up the normal set of bug fixes, this update fixes > a boot issue that was introduced during merging of kernel.org -stable > updates into the -rt branches (in the timekeeping code). > > Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> > --- > meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb > index 9cc7e99..ae64de1 100644 > --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb > +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb > @@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt" > > KMETA = "meta" > > -SRCREV_machine ?= "eb9c0669c66041eeae72b853011ec31ad81cc35d" > -SRCREV_machine_qemuppc ?= "76add8441a2b6ed26bcc9268819782b2eec99001" > +SRCREV_machine ?= "52518e60a7220385f31cdd09b83dacd84581c88c" > +SRCREV_machine_qemuppc ?= "e6db5e91e1a5b31d26ac67778df7fb1fd5e42aa5" > SRCREV_meta ?= "463299bc2e533e1bd38b0053ae7b210980f269c3" > > PR = "${INC_PR}.0" >
Patch
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb index 9cc7e99..ae64de1 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb @@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt" KMETA = "meta" -SRCREV_machine ?= "eb9c0669c66041eeae72b853011ec31ad81cc35d" -SRCREV_machine_qemuppc ?= "76add8441a2b6ed26bcc9268819782b2eec99001" +SRCREV_machine ?= "52518e60a7220385f31cdd09b83dacd84581c88c" +SRCREV_machine_qemuppc ?= "e6db5e91e1a5b31d26ac67778df7fb1fd5e42aa5" SRCREV_meta ?= "463299bc2e533e1bd38b0053ae7b210980f269c3" PR = "${INC_PR}.0"
Bumping the 3.4 kernel to -rt17. As well as picking up the normal set of bug fixes, this update fixes a boot issue that was introduced during merging of kernel.org -stable updates into the -rt branches (in the timekeeping code). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)