All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikolay Dimitrov <picmaster@mail.bg>
To: Ann Thornton <ra43240@freescale.com>,  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 11:22:49 +0300	[thread overview]
Message-ID: <55DC25D9.3010708@mail.bg> (raw)
In-Reply-To: <1439991126-22900-3-git-send-email-ra43240@freescale.com>

Hi Ann,

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

Thanks and regards,
Nikolay


  reply	other threads:[~2015-08-25  8:22 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 [this message]
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
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=55DC25D9.3010708@mail.bg \
    --to=picmaster@mail.bg \
    --cc=meta-freescale@yoctoproject.org \
    --cc=ra43240@freescale.com \
    /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.