diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-02-03 10:20:54 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-08 00:50:26 +0000 |
commit | a6065e7fc2ac413fe48c4b4835ca9c715bc6915c (patch) | |
tree | f7918b30a310cc2e852409533d03d80233dbeef7 | |
parent | bb1e769cf1f4ce6ea5756f31252f164b891ee39f (diff) | |
download | poky-a6065e7fc2ac413fe48c4b4835ca9c715bc6915c.tar.gz |
linux-yocto: rt compiliation fix
Updating the meta SRCREC to pickup the following changes:
70e86dc meta/rt: update rt patch cache
Without this change a 3.0 based -rt build will fail to patch.
(From OE-Core rev: e5da5e84e64362f59a62f65b9f260f96af96bc11)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb index 7f902fc524..d7e4e7aede 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | |||
@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt" | |||
16 | 16 | ||
17 | SRCREV_machine ?= "2f9d925f5681eaae7f341cc1270c739e8b329c03" | 17 | SRCREV_machine ?= "2f9d925f5681eaae7f341cc1270c739e8b329c03" |
18 | SRCREV_machine_qemuppc ?= "c66f7ef2315010756c8c97af6b13d52f9f18c03b" | 18 | SRCREV_machine_qemuppc ?= "c66f7ef2315010756c8c97af6b13d52f9f18c03b" |
19 | SRCREV_meta ?= "77ca4855e80acb8dad21acea946908716c308b5b" | 19 | SRCREV_meta ?= "70e86dc937a40c0dc7c84549de0e86bb09f12da3" |
20 | 20 | ||
21 | PR = "r1" | 21 | PR = "r1" |
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index f7bb0d40de..67f8da1211 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb | |||
@@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "15fd748017f0849138ff4b47d73f6866fa26cfe8" | |||
18 | SRCREV_machine_qemux86 ?= "8f74a4339b3dc029fafff0ba7d88d6dc950d4b31" | 18 | SRCREV_machine_qemux86 ?= "8f74a4339b3dc029fafff0ba7d88d6dc950d4b31" |
19 | SRCREV_machine_qemux86-64 ?= "610c5a62daeda033755b0b7bfcb3e2cad5c76f3f" | 19 | SRCREV_machine_qemux86-64 ?= "610c5a62daeda033755b0b7bfcb3e2cad5c76f3f" |
20 | SRCREV_machine ?= "5df0b4c2538399aed543133b3855f809adf08ab8" | 20 | SRCREV_machine ?= "5df0b4c2538399aed543133b3855f809adf08ab8" |
21 | SRCREV_meta ?= "77ca4855e80acb8dad21acea946908716c308b5b" | 21 | SRCREV_meta ?= "70e86dc937a40c0dc7c84549de0e86bb09f12da3" |
22 | 22 | ||
23 | PR = "r3" | 23 | PR = "r3" |
24 | PV = "${LINUX_VERSION}+git${SRCPV}" | 24 | PV = "${LINUX_VERSION}+git${SRCPV}" |