]> code.ossystems Code Review - openembedded-core.git/commit
linuxloader.bbclass: Adjust mips to cover all mips/mips64
authorMark Hatle <mark.hatle@windriver.com>
Thu, 6 Oct 2016 16:59:38 +0000 (11:59 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Oct 2016 15:43:50 +0000 (16:43 +0100)
commitb90d68fda3d14b4d19b7ffcb5b80ed28563a616d
treeed07608da39a7acd5cfe9c9cb85915ad0f845b00
parent6b2e0c60c3222a13b33284f258d5c340222d759f
linuxloader.bbclass: Adjust mips to cover all mips/mips64

[YOCTO #10389]

Use a glob (*) to match all mips (not previously matched).  This will ensure
that the linuxloader is properly returned for mips, mipsel, mips64,
mips64el and their n32 variants.

See: https://sourceware.org/glibc/wiki/ABIList#mips for the official list
of loaders.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/linuxloader.bbclass