]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: add machine aliases for yocto BSPs
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 7 Jun 2012 19:59:46 +0000 (15:59 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jun 2012 10:55:57 +0000 (11:55 +0100)
commitd3dc05a4b808136876cb257a568737abfaceeadd
tree6faf6fe4bb21fd0448087d48e1d1490061ddf406
parent96ae45be42dcab338e9f8e3aebd2217146a79f87
linux-yocto: add machine aliases for yocto BSPs

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
meta/recipes-kernel/linux/linux-yocto_3.0.bb
meta/recipes-kernel/linux/linux-yocto_3.2.bb