summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-07-29 09:40:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-29 13:28:24 +0100
commit899e5cca99ec952ff72c81b74a731150841122f4 (patch)
tree42df14dfe6450869292e1da920a2bc8b55b70ec0 /meta-yocto-bsp
parenteb1f9284ea7eb34717de9963cc31636166766026 (diff)
downloadpoky-899e5cca99ec952ff72c81b74a731150841122f4.tar.gz
linux-yocto: Fix SRCREVs in linux-yocto_3.2
The KERNEL_VERSION set by linux-yocto_3.2.bb in openembedded-core is 3.2.32 but the SRCREVs in the bbappend in meta-yocto-bsp referred to version 3.2.18. These SRCREVs are updated to the correct values. (From meta-yocto rev: ead5d53222c811c68e3bed74a297bb0a11a72156) Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend
index fa160f8caf..6aa0add63e 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -3,10 +3,10 @@ KBRANCH_routerstationpro = "standard/default/routerstationpro"
3KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb" 3KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb"
4KBRANCH_beagleboard = "standard/default/beagleboard" 4KBRANCH_beagleboard = "standard/default/beagleboard"
5 5
6SRCREV_machine_atom-pc ?= "41074a778d251a77e036fd8a99915cd4da6cd8f7" 6SRCREV_machine_atom-pc ?= "4e22c5593a355ab6f21f29895b68ee432df49f22"
7SRCREV_machine_routerstationpro ?= "94abc0d75d0a99c40c53402570cd9c569539fee9" 7SRCREV_machine_routerstationpro ?= "06264be5913f2984aad07fe31a27fd8ef8e15782"
8SRCREV_machine_mpc8315e-rdb ?= "a04e94f4dae9cf6d32d059cf9e0308abe7341a3a" 8SRCREV_machine_mpc8315e-rdb ?= "f906a896696d98c1e651bcef17631f1096cd6c31"
9SRCREV_machine_beagleboard ?= "40bde7a43ef3cd85729ab02464a7ecdf71e522a6" 9SRCREV_machine_beagleboard ?= "cdc1e64b1cec2f93a1ea656e358b8bb8d2926954"
10 10
11COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" 11COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
12COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" 12COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"