mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
Update the 3.14 kernel to the latest metadata to add in fixes for gcc 5 in particular. (From meta-yocto rev: fa157f6cc5d3f37bb3bcf57baacf75a5d1bd875c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
918 B
Plaintext
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 ?= "550f5379bc4b001f656e7c98165606e543d0858c"
|
|
SRCREV_machine_genericx86-64 ?= "302ca233332fd364ecd028a0cf21b4cdc045e056"
|
|
SRCREV_machine_edgerouter ?= "302ca233332fd364ecd028a0cf21b4cdc045e056"
|
|
SRCREV_machine_beaglebone ?= "302ca233332fd364ecd028a0cf21b4cdc045e056"
|
|
SRCREV_machine_mpc8315e-rdb ?= "fdf979958c000ff805cd17be17310167becd6bb9"
|
|
|
|
COMPATIBLE_MACHINE_genericx86 = "genericx86"
|
|
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
|
|
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
|
|
COMPATIBLE_MACHINE_beaglebone = "beaglebone"
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|