Files
poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend
Richard Purdie a01a33b178 linux-yocto-3.14: Update to branch HEADs
This update addresses several gcc5 issues amongst other things and updates
the branch revisions to the latest in the linux-yocto repo.

(From meta-yocto rev: cc1b46bc051d2313d9b345baedea3c0ed525bc19)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-08-20 15:17:01 +01:00

21 lines
918 B
Plaintext

KBRANCH_genericx86 = "standard/common-pc/base"
KBRANCH_genericx86-64 = "standard/common-pc-64/base"
KBRANCH_edgerouter = "standard/edgerouter"
KBRANCH_beaglebone = "standard/beaglebone"
KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
KMACHINE_genericx86 ?= "common-pc"
KMACHINE_genericx86-64 ?= "common-pc-64"
SRCREV_machine_genericx86 ?= "48833301518748d82cbc2412fea3617eeee6d01b"
SRCREV_machine_genericx86-64 ?= "7534aeb01883b48cc42eb4900d0a8c64e8160e14"
SRCREV_machine_edgerouter ?= "7534aeb01883b48cc42eb4900d0a8c64e8160e14"
SRCREV_machine_beaglebone ?= "7534aeb01883b48cc42eb4900d0a8c64e8160e14"
SRCREV_machine_mpc8315e-rdb ?= "1ff749c0f0ac559efc4c388bfee3a1b098bbaead"
COMPATIBLE_MACHINE_genericx86 = "genericx86"
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone = "beaglebone"
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"