diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-08 09:45:35 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-09 14:27:57 +0100 |
commit | d4585fa23d56a58c583ee33db067a23177a936b1 (patch) | |
tree | ef1eac6ed50eef84de85202de1d59496320db903 /meta-yocto-bsp/recipes-kernel | |
parent | 446070074edbb47ca6a7d231ca45940bddb6a591 (diff) | |
download | poky-d4585fa23d56a58c583ee33db067a23177a936b1.tar.gz |
bsps: update 3.14 SRCREVs
Updating the 3.14 SRCREVs to ensure that both gcc 4.9.x and gcc 5.x
produce working images for all reference BSPs.
(From meta-yocto rev: 5eb20f021851ac564da191e6adb276ef1254ee23)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend index d1497a8038..589ece73c2 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -7,11 +7,11 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | |||
7 | KMACHINE_genericx86 ?= "common-pc" | 7 | KMACHINE_genericx86 ?= "common-pc" |
8 | KMACHINE_genericx86-64 ?= "common-pc-64" | 8 | KMACHINE_genericx86-64 ?= "common-pc-64" |
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "550f5379bc4b001f656e7c98165606e543d0858c" | 10 | SRCREV_machine_genericx86 ?= "af1f7f586bd32d39c057f17606991b887eadb389" |
11 | SRCREV_machine_genericx86-64 ?= "302ca233332fd364ecd028a0cf21b4cdc045e056" | 11 | SRCREV_machine_genericx86-64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" |
12 | SRCREV_machine_edgerouter ?= "302ca233332fd364ecd028a0cf21b4cdc045e056" | 12 | SRCREV_machine_edgerouter ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" |
13 | SRCREV_machine_beaglebone ?= "302ca233332fd364ecd028a0cf21b4cdc045e056" | 13 | SRCREV_machine_beaglebone ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" |
14 | SRCREV_machine_mpc8315e-rdb ?= "fdf979958c000ff805cd17be17310167becd6bb9" | 14 | SRCREV_machine_mpc8315e-rdb ?= "1cb1bbaf63cecc918cf36c89819a7464af4c4b13" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |