mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 11:59:40 +01:00
Updating the h/w reference BSPs to the latest 3.14 content. (From meta-yocto rev: 3b0e8596eb3154a1d2dc1653afc9ea9c72db2fc6) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> 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 ?= "41d5fe27dc3d3e769cb6af01770cac3d75a91e1a"
|
|
SRCREV_machine_genericx86-64 ?= "96930820e0cb6d4b31d5e0c8f3174805f4a868b3"
|
|
SRCREV_machine_edgerouter ?= "96930820e0cb6d4b31d5e0c8f3174805f4a868b3"
|
|
SRCREV_machine_beaglebone ?= "96930820e0cb6d4b31d5e0c8f3174805f4a868b3"
|
|
SRCREV_machine_mpc8315e-rdb ?= "824683a5531beffbfc0537f55ff477ad28e761fa"
|
|
|
|
COMPATIBLE_MACHINE_genericx86 = "genericx86"
|
|
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
|
|
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
|
|
COMPATIBLE_MACHINE_beaglebone = "beaglebone"
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|