From: Khem Raj <raj.khem@gmail.com>
To: Mark Hatle <mark.hatle@windriver.com>,
Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [Patch 00/13] MIPS: Use MACHINEOVERRIDES and reduce duplication
Date: Mon, 7 Nov 2016 09:34:53 -0800 [thread overview]
Message-ID: <1c6c09da-efbc-f4a4-8be6-8197eb94ed81@gmail.com> (raw)
In-Reply-To: <72beb05b-1399-f8c7-f258-94a7885cc188@windriver.com>
On 11/7/16 8:05 AM, Mark Hatle wrote:
>
> I've looked over the set, it all looks reasonable to me.
Its an improvement definitely, however we should address
the endianness issue while we are here.
>
> Acked-by: Mark Hatle <mark.hatle@windriver.com>
>
> --Mark
>
> On 11/7/16 9:01 AM, Zubair Lutfullah Kakakhel wrote:
>> Hi,
>>
>> This patch series adds a few MACHINEOVERRIDES options in arch-mips
>> to reduce duplicate configurations in various recipes.
>>
>> Further info in
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10404
>>
>> Regards,
>> ZubairLK
>>
>> Zubair Lutfullah Kakakhel (13):
>> arch-mips: Add MACHINEOVERRIDES variables to reduce duplication
>> bitbake.conf: Reduce duplication in MIPS variants
>> fts: Reduce duplication in MIPS variants.
>> glibc: Reduce duplication in MIPS variants
>> packagegroup: Reduce duplication in MIPS variants.
>> gcc-runtime: Reduce duplication in MIPS variants.
>> gdb: Reduce duplication in MIPS variants.
>> mmc-utils: Reduce duplication in MIPS variants.
>> valgrind: Reduce duplication in MIPS variants.
>> ghostscript: Reduce duplication in MIPS variants.
>> ltp: Reduce duplication in MIPS variants.
>> mdadm: Reduce duplication in MIPS variants.
>> webkit: Reduce duplication in MIPS variants.
>>
>> meta/conf/bitbake.conf | 11 +----------
>> meta/conf/machine/include/mips/arch-mips.inc | 7 +++++++
>> meta/recipes-core/fts/fts.bb | 5 +----
>> meta/recipes-core/glibc/glibc-ld.inc | 17 ++---------------
>> .../recipes-core/packagegroups/packagegroup-core-sdk.bb | 5 +----
>> .../packagegroups/packagegroup-core-tools-profile.bb | 10 ++--------
>> meta/recipes-devtools/gcc/gcc-runtime.inc | 9 +--------
>> meta/recipes-devtools/gdb/gdb-common.inc | 7 +------
>> meta/recipes-devtools/mmc/mmc-utils_git.bb | 6 ++++--
>> meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 3 +--
>> meta/recipes-extended/ghostscript/ghostscript_9.19.bb | 4 ++--
>> meta/recipes-extended/ltp/ltp_20160126.bb | 3 ++-
>> meta/recipes-extended/mdadm/mdadm_3.4.bb | 6 ++++--
>> meta/recipes-sato/webkit/webkitgtk_2.14.1.bb | 3 +--
>> 14 files changed, 30 insertions(+), 66 deletions(-)
>>
>
prev parent reply other threads:[~2016-11-07 17:52 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-07 15:01 [Patch 00/13] MIPS: Use MACHINEOVERRIDES and reduce duplication Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 01/13] arch-mips: Add MACHINEOVERRIDES variables to " Zubair Lutfullah Kakakhel
2016-11-07 17:30 ` Khem Raj
2016-11-08 2:32 ` Andre McCurdy
2016-11-08 10:54 ` André Draszik
2016-11-07 15:01 ` [Patch 02/13] bitbake.conf: Reduce duplication in MIPS variants Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 03/13] fts: " Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 04/13] glibc: " Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 05/13] packagegroup: " Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 06/13] gcc-runtime: " Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 07/13] gdb: " Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 08/13] mmc-utils: " Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 09/13] valgrind: " Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 10/13] ghostscript: " Zubair Lutfullah Kakakhel
2016-11-07 17:33 ` Khem Raj
2016-11-07 15:01 ` [Patch 11/13] ltp: " Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 12/13] mdadm: " Zubair Lutfullah Kakakhel
2016-11-07 15:01 ` [Patch 13/13] webkit: " Zubair Lutfullah Kakakhel
2016-11-07 16:05 ` [Patch 00/13] MIPS: Use MACHINEOVERRIDES and reduce duplication Mark Hatle
2016-11-07 17:34 ` Khem Raj [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1c6c09da-efbc-f4a4-8be6-8197eb94ed81@gmail.com \
--to=raj.khem@gmail.com \
--cc=Zubair.Kakakhel@imgtec.com \
--cc=mark.hatle@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox