]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: fix wrongfully used qemuarma15 in place of qemuarmv5
authorDenys Dmytriyenko <denys@ti.com>
Thu, 21 Mar 2019 04:50:52 +0000 (00:50 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Mar 2019 17:00:42 +0000 (17:00 +0000)
commit4babf396a91ba375fad9c4dc610cfbdef8d17d4f
tree56df0d71c692d2ad7839b5123e6d47b7ec3c4416
parentfd6ca8f7453230bac4cd1145406a55549ad43e71
linux-yocto: fix wrongfully used qemuarma15 in place of qemuarmv5

Commit 6fc70eb4f3494bee2be10ee24fe3ea1c8b5ff988 changes "qemuarm" machine from
old ARMv5 to a newer Cortex-A15, moving the old platform under "qemuarmv5" name.
When adding this new "old" platform name to COMPATIBLE_MACHINE in linux-yocto
recipes, mistakes were made referring it by "qemuarma15", as discussed in [1].
This change fixes those mistakes.

[1]http://lists.openembedded.org/pipermail/openembedded-core/2019-March/280292.html

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
meta/recipes-kernel/linux/linux-yocto_4.19.bb