mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +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: a3dedc83578b1b9d6010bc1c78e69cdfe387b902) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
# atom-pc support
|
|
COMPATIBLE_MACHINE_atom-pc = "atom-pc"
|
|
KMACHINE_atom-pc = "atom-pc"
|
|
KBRANCH_atom-pc = "yocto/standard/preempt-rt/base"
|
|
SRCREV_machine_pn-linux-yocto-rt_atom-pc = "bbd5bfe49403fdcca294ca4b163d5f7195ea3a8e"
|
|
|
|
# mpc8315e-rdb support
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
|
KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
|
|
KBRANCH_mpc8315e-rdb = "yocto/standard/preempt-rt/base"
|
|
SRCREV_machine_pn-linux-yocto-rt_mpc8315e-rdb = "bbd5bfe49403fdcca294ca4b163d5f7195ea3a8e"
|
|
|
|
# beagleboard support - 3.0 support has not yet been completed, build failure
|
|
#COMPATIBLE_MACHINE_beagleboard = "beagleboard"
|
|
#KMACHINE_beagleboard = "beagleboard"
|
|
#KBRANCH_beagleboard = "yocto/standard/preempt-rt/base"
|
|
#SRCREV_machine_pn-linux-yocto-rt_beagleboard =
|
|
|
|
# routerstationpro support - preempt-rt kernel build failure
|
|
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
|
|
KMACHINE_routerstationpro = "routerstationpro"
|
|
KBRANCH_routerstationpro = "yocto/standard/preempt-rt/routerstationpro"
|
|
SRCREV_machine_pn-linux-yocto-rt_routerstationpro = "634ba79510753eecd27a39a315f690f1c9d46efe"
|