]> code.ossystems Code Review - openembedded-core.git/commit
arch-mips: Add MACHINEOVERRIDES variables to reduce duplication
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Tue, 8 Nov 2016 17:12:23 +0000 (17:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Nov 2016 15:11:54 +0000 (15:11 +0000)
commit0d2205f26e5ece089630f72af2bd5f0931e851c3
tree12aa2cbec5633a935a6435b1f5825d4ca86f8073
parentb2320b7a183dac6b1fcf56db6eadd895554886e1
arch-mips: Add MACHINEOVERRIDES variables to reduce duplication

In some cases, each MIPS variant in a recipe requires a duplicate
line. Even if the passed flag is the same.

Add global MACHINEOVERRIDES variables for the following
 * mipsarch : All MIPS
 * mipsarch{eb,el} : All MIPS Big/Little Endian
 * mipsarchr6 : All MIPS R6
 * mipsarcho32 : All MIPS o32 Endian Independent
 * mipsarchn32 : All MIPS n32 Endian Independent
 * mipsarchn64 : All MIPS n64 Endian Independent
 * mipsarcho32{eb,el} : All MIPS o32 Big/Little Endian
 * mipsarchn32{eb,el} : All MIPS n32 Big/Little Endian
 * mipsarchn64{eb,el} : All MIPS n64 Big/Little Endian

This is intended to reduce duplications in recipes

[YOCTO #10404]

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/machine/include/mips/README
meta/conf/machine/include/mips/arch-mips.inc