mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 10:02:22 +01:00
To avoid mapping machine names to kernel machine names in recipes,
we can define multiple KMACHINE names for a single in tree board.
This allows the tools to match a board description to multiple
different MACHINEs.
As a result, we can remove the explicit KMACHINE mappings from
the linux-yocto recipes and allow the KMACHINE=${MACHINE} default
to handle mappings. Individual recipes an bbappends can override
this as required.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
15 lines
711 B
Plaintext
15 lines
711 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 ?= "45d64709c00fce6e9b76a638c4ca6f30a8e9d25a"
|
|
SRCREV_machine_routerstationpro ?= "21bd4a0a3b0f061e4640dd1011ebc94d122b5e40"
|
|
SRCREV_machine_mpc8315e-rdb ?= "0c781e306559d5e9816e202a60aa2543f4eea39e"
|
|
SRCREV_machine_beagleboard ?= "567c989c90ce5f2c62f6ef788be763150b65a0fb"
|
|
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
|
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
|
|
COMPATIBLE_MACHINE_beagleboard = "beagleboard"
|
|
COMPATIBLE_MACHINE_atom-pc = "atom-pc"
|