mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
Updating the yocto reference boards to have the perf scripting fixes from 3.2/3.4: cef17a1 perf: add sgidefs.h to for mips builds 3258da3 perf: change --root to --prefix for python install 1f9c25b perf: add 'libperl not found' warning f2b1bf1 perf: use pkg-config instead of python-config 568e05f perf tools: Add support to install perf python extension 7e47f81 Revert "perf: hard-code NO_LIBPERL/NO_LIBPYTHON" (From meta-yocto rev: 46cc23ac62bfd4528aecc2f049326d0137e713b9) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
712 B
Plaintext
16 lines
712 B
Plaintext
KBRANCH_atom-pc = "yocto/standard/common-pc/atom-pc"
|
|
KBRANCH_routerstationpro = "yocto/standard/routerstationpro"
|
|
KBRANCH_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
|
|
KBRANCH_beagleboard = "yocto/standard/beagleboard"
|
|
|
|
SRCREV_machine_atom-pc ?= "834c2a69c87ee7211932f8ec5102a472828abcb1"
|
|
SRCREV_machine_routerstationpro ?= "1c17c082b6ee565acc176cde5be835ac4269817b"
|
|
SRCREV_machine_mpc8315e-rdb ?= "f2312437b52dda4499310aacb4c561ba8b8cbeb7"
|
|
SRCREV_machine_beagleboard ?= "3ab688a78cac7b2e32afc83376a53370f2bd13b7"
|
|
|
|
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
|
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
|
|
COMPATIBLE_MACHINE_beagleboard = "beagleboard"
|
|
COMPATIBLE_MACHINE_atom-pc = "atom-pc"
|