| Submitter | Bruce Ashfield |
|---|---|
| Date | Sept. 4, 2012, 5:34 p.m. |
| Message ID | <210d5dd9a5b18d8b11e2cb1effa694de31c4448c.1346779930.git.bruce.ashfield@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/35829/ |
| State | Accepted |
| Commit | d1ec0b64018dafaa6e47233b3465fbe4189e6280 |
| Headers | show |
Comments
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 ae64de1..b2620ea 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 ?= "52518e60a7220385f31cdd09b83dacd84581c88c" -SRCREV_machine_qemuppc ?= "e6db5e91e1a5b31d26ac67778df7fb1fd5e42aa5" +SRCREV_machine ?= "9032b1e9daf5b4396f939981c3be95f67802d18c" +SRCREV_machine_qemuppc ?= "08ce190232f89303772b6591ca7daaf2820eb74e" SRCREV_meta ?= "463299bc2e533e1bd38b0053ae7b210980f269c3" PR = "${INC_PR}.0"
The first import of 3.4.9-rt17 only picked up part of the import due to a merge conflict with the modified files, and then SRCREVs being generated from the pre-merge commit. This SRCREV update picks up the rest of the modified files for full -rt support. 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(-)