From: Ann Thornton <Ann.Thornton@freescale.com>
To: Otavio Salvador <otavio.salvador@ossystems.com.br>,
Nikolay Dimitrov <picmaster@mail.bg>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-demos][PATCH 01/12] packagegroup-fsl-benchmark.bb: New packagegroup for benchmarks
Date: Tue, 25 Aug 2015 13:38:35 -0500 [thread overview]
Message-ID: <55DCB62B.8040302@freescale.com> (raw)
In-Reply-To: <CAP9ODKos3m3W5SGE=jxsbYcM+HRogAFRV+O++TkOYm77CoJ6ig@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3249 bytes --]
On 8/25/2015 9:20 AM, Otavio Salvador wrote:
> On Tue, Aug 25, 2015 at 5:22 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
>> On 08/19/2015 04:31 PM, Ann Thornton wrote:
>>> This packagegroup contains benchmarks in 2 groupings: core and extended
>>> so that the benchmarks needed can be chosen more easily. This makes it
>>> easier for an image recipe to add benchmarks without having to be an
>>> expert on them.
>>>
>>> Signed-off-by: Ann Thornton <ra43240@freescale.com>
>>> ---
>>> .../packagegroups/packagegroup-fsl-benchmark.bb | 29
>>> ++++++++++++++++++++++
>>> 1 file changed, 29 insertions(+)
>>> create mode 100644
>>> recipes-fsl/packagegroups/packagegroup-fsl-benchmark.bb
>>>
>>> diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-benchmark.bb
>>> b/recipes-fsl/packagegroups/packagegroup-fsl-benchmark.bb
>>> new file mode 100644
>>> index 0000000..99b8f5a
>>> --- /dev/null
>>> +++ b/recipes-fsl/packagegroups/packagegroup-fsl-benchmark.bb
>>> @@ -0,0 +1,29 @@
>>> +# Copyright (C) 2015 Freescale Semiconductor
>>> +# Released under the MIT license (see COPYING.MIT for the terms)
>>> +
>>> +SUMMARY = "Freescale Package group for benchmarks"
>>> +LICENSE = "MIT"
>>> +LIC_FILES_CHKSUM =
>>> "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
>>> +
>>> file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
>>> +
>>> +inherit packagegroup
>>> +
>>> +PACKAGES = "${PN}-core ${PN}-extended"
>>> +
>>> +FSL_NEON = "${@bb.utils.contains('TUNE_FEATURES', 'neon', 'cpuburn-neon',
>>> '', d)}"
>>> +
>>> +RDEPENDS_${PN}-core = "\
>>> + iperf \
>>> + iozone3 \
>>> + lmbench \
>>> +"
>>> +
>>> +RDEPENDS_${PN}-extended = " \
>>> + bonnie++ \
>>> + dbench \
>>> + fio \
>>> + nbench-byte \
>>> + tiobench \
>>> + ${FSL_NEON} \
>>> + ${PN}-core \
>>> +"
>>> \ No newline at end of file
>>>
>> Can you please exclude "fio" from RDEPENDS_${PN}-extended, at least for
>> ARM boards? Here's more info about the issue:
>>
>> https://github.com/Freescale/meta-fsl-demos/commit/836bdf5a9d500ed258f1ddc07d89eca74a704098
> This is the very same packagegroup as
> packagegroup-fsl-tools-benchmark; there are two differences though:
>
> a. it is split in core and extended
> b. it includes fio
>
> The core and extended for a benchmark packagegroup seems pointless as
> both offer same functionality. So I think what we have is more
> suitable for general use.
>
> I thus ask you to remove this patch for next patchset. The 'fio'
> package has been removed on purpose as it was causing builds to fail
> so if it needs to be added back a more careful test needs to be done
> before reverting the patch which has removed it.
>
>
>
The reason for the new division is QorIQ. QorIQ needs to be able to
generate smaller images. I can modify the existing
packagegroup-fsl-tools-benchmark instead of generating a new
packagegroup if everyone thinks that will be less confusing.
Since the fio problem has been fixed, I will leave that.
Ann Thornton
--
Ann Thornton
/Microcontrollers Software and Applications
Freescale Semiconductors
email: Ann.Thornton@freescale.com/
[-- Attachment #2: Type: text/html, Size: 4446 bytes --]
next prev parent reply other threads:[~2015-08-25 18:38 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-19 13:31 [meta-fsl-demos][PATCH 00/12] New image recipes and packagegroups Ann Thornton
2015-08-19 13:31 ` Ann Thornton
2015-08-25 14:29 ` Otavio Salvador
2015-08-25 18:45 ` Ann Thornton
2015-08-25 20:38 ` Otavio Salvador
2015-08-19 13:31 ` [meta-fsl-demos][PATCH 01/12] packagegroup-fsl-benchmark.bb: New packagegroup for benchmarks Ann Thornton
2015-08-25 8:22 ` Nikolay Dimitrov
2015-08-25 14:20 ` Otavio Salvador
2015-08-25 14:49 ` Dominic Sacré
2015-08-25 17:06 ` Otavio Salvador
2015-08-26 17:58 ` Nikolay Dimitrov
2015-08-26 18:00 ` Otavio Salvador
2015-08-25 17:53 ` Nikolay Dimitrov
2015-08-25 18:46 ` Ann Thornton
2015-08-25 18:38 ` Ann Thornton [this message]
2015-08-25 18:47 ` Otavio Salvador
2015-08-19 13:31 ` [meta-fsl-demos][PATCH 02/12] Add packagegroup-fsl-networking-core.bb and packagegroup-fsl-networking-extended.bb Ann Thornton
2015-08-19 13:31 ` [meta-fsl-demos][PATCH 03/12] Add packagegroup-fsl-virtualization.bb Ann Thornton
2015-08-19 13:31 ` [meta-fsl-demos][PATCH 04/12] Add packagegroup-fsl-tools-audio.bb Ann Thornton
2015-08-19 13:31 ` [meta-fsl-demos][PATCH 05/12] Add packagegroup-fsl-tools-bluetooth.bb Ann Thornton
2015-08-19 13:32 ` [meta-fsl-demos][PATCH 06/12] packagegroup-fsl-devtools.bb: Collection of common development tools Ann Thornton
2015-08-19 13:32 ` [meta-fsl-demos][PATCH 07/12] packagegroup-fsl-tools-core.bb and packagegroup-fsl-tools-extended.bb: Collections of tools commonly used in image recipes Ann Thornton
2015-08-19 13:32 ` [meta-fsl-demos][PATCH 08/12] packagegroup-fsl-graphics-*: New packagegroups for graphics Ann Thornton
2015-08-25 14:21 ` Otavio Salvador
2015-08-19 13:32 ` [meta-fsl-demos][PATCH 09/12] Add fsl-image-minimal.bb Ann Thornton
2015-08-19 13:32 ` [meta-fsl-demos][PATCH 10/12] Add images/fsl-image-core.bb Ann Thornton
2015-08-19 13:32 ` [meta-fsl-demos][PATCH 11/12] Add fsl-image-mfgtool Ann Thornton
2015-08-25 10:13 ` Nikolay Dimitrov
2015-08-25 11:30 ` Luo Zhenhua
2015-08-25 12:19 ` Nikolay Dimitrov
2015-08-25 14:23 ` Otavio Salvador
2015-08-25 18:41 ` Ann Thornton
2015-08-25 18:49 ` Otavio Salvador
2015-08-19 13:32 ` [meta-fsl-demos][PATCH 12/12] Add fsl-image-full.bb: Image containing all graphics, tools, demos, etc Ann Thornton
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=55DCB62B.8040302@freescale.com \
--to=ann.thornton@freescale.com \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio.salvador@ossystems.com.br \
--cc=picmaster@mail.bg \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.