[oe] [meta-oe][PATCH] whetstone_1.2.bb: Add whetstone benchmark

Manjukumar Harthikote Matha MANJUKUM at xilinx.com
Wed Oct 25 18:55:08 UTC 2017



> -----Original Message-----
> From: Khem Raj [mailto:raj.khem at gmail.com]
> Sent: Wednesday, October 25, 2017 10:37 AM
> To: Manjukumar Harthikote Matha <MANJUKUM at xilinx.com>
> Cc: openembeded-devel <openembedded-devel at lists.openembedded.org>
> Subject: Re: [oe] [meta-oe][PATCH] whetstone_1.2.bb: Add whetstone benchmark
> 
> On Wed, Oct 25, 2017 at 8:37 AM, Manjukumar Matha <manjukumar.harthikote-
> matha at xilinx.com> wrote:
> > The Whetstone benchmark is a synthetic benchmark for evaluating the
> > performance of computers.
> >
> > https://en.wikipedia.org/wiki/Whetstone_(benchmark)
> >
> > Signed-off-by: Manjukumar Matha
> > <manjukumar.harthikote-matha at xilinx.com>
> > ---
> >  meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb | 18
> > ++++++++++++++++++
> >  1 file changed, 18 insertions(+)
> >  create mode 100644
> > meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb
> >
> > diff --git a/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb
> > b/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb
> > new file mode 100644
> > index 0000000..2e01e1f
> > --- /dev/null
> > +++ b/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb
> > @@ -0,0 +1,18 @@
> > +DESCRIPTION = "CPU benchmark to measure floating point performance"
> > +LICENSE = "PD"
> > +LIC_FILES_CHKSUM ="file://${COREBASE}/meta/files/common-
> licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
> > +
> 
> Use COMMON_LICENSE_DIR instead of COREBASE
> 
> > +SRC_URI = "http://www.netlib.org/benchmark/whetstone.c"
> > +SRC_URI[md5sum] = "d8eb2cd7104bb5a12d614ac6d3f1f9fb"
> > +SRC_URI[sha256sum] =
> "333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf"
> > +
> > +S = "${WORKDIR}"
> > +
> > +do_compile () {
> > +       ${CC} ${CFLAGS} ${LDFLAGS} ${SELECTED_OPTIMIZATION} -Ofast -o
> > +whetstone whetstone.c -lm }
> 
> SELECTED_OPTIMIZATION is already poured into CFLAGS

Will send v2 with changes

Thanks,
Manju

> > +
> > +do_install () {
> > +       install -Dm 0755 whetstone ${D}${bindir}/whetstone }
> > +
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list