mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +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
719 B
Plaintext
15 lines
719 B
Plaintext
KBRANCH_atom-pc = "standard/default/common-pc/atom-pc"
|
|
KBRANCH_routerstationpro = "standard/default/routerstationpro"
|
|
KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb"
|
|
KBRANCH_beagleboard = "standard/default/beagleboard"
|
|
|
|
SRCREV_machine_atom-pc ?= "624509ef194d14aa498ed6f1620093b8e40e3a30"
|
|
SRCREV_machine_routerstationpro ?= "6eb6f908bbca493bbce4b7c460f8bf07272a78a9"
|
|
SRCREV_machine_mpc8315e-rdb ?= "bd08c2cdee3c980060ee6d3206ece374570f74d2"
|
|
SRCREV_machine_beagleboard ?= "ab826acad523e8858dcf867847a732c7288b5dc7"
|
|
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
|
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
|
|
COMPATIBLE_MACHINE_beagleboard = "beagleboard"
|
|
COMPATIBLE_MACHINE_atom-pc = "atom-pc"
|