aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lmbench
AgeCommit message (Collapse)Author
2012-12-14lmbench: Update LICENSE field version to GPLv2chase maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-08-22lmbench: Remove versions 2.0.4 and 2.5Paul Menzel
Task compile of LMbench 2.0.4 and 2.5 fails with `minimal-uclibc` for `MACHINE = "beagleboard"` with the following error. | /tmp/cc3bG1wa.o: In function `seekto': | disk.c:(.text+0x10): undefined reference to `llseek' | collect2: ld returned 1 exit status Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-22lmbench: Remove obsolete BitKeeper stuffPaul Menzel
Tom Rini pointed that out [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034535.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-22lmbench: Remove redundant `S = "${WORKDIR}/lmbench-${PV}"`Paul Menzel
This is the default value of `S`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-22lmbench: Add `HOMEPAGE = "http://lmbench.sourceforge.net/"`Paul Menzel
LMBench does not seem to be developed anymore. It was imported to GitHub [1] but besides three patches nothing has happened there either. [1] https://github.com/dmonakhov/lmbench Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-22lmbench: Order header fields according to style guide [1]Paul Menzel
[1] http://wiki.openembedded.org/index.php/Styleguide Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-22lmbench-3.0-a9: Fix typo in patch file (s/bave/behave/)Paul Menzel
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-06-02lmbench: Add missing end-quoteTom Rini
Noticed by Paul Menzel. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-05-31lmbench: Obey ranlibTom Rini
In some cases the host may have too old of a ranlib to work. Since it's not exactly a great idea to not be using the cross ranlib anyhow, fix the Makefile so we can override ranlib and then override it. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-05-11lmbench: Rework for binaries in /usr/binTom Rini
With the move to having lmbench binaries reside in /usr/bin both the lmbench-run script we provide as well as config-run and results from lmbench no longer work, so we need to fixup the paths in a few places. While in here, call install -d once to make all the directories we need and re-order stuff to flow better. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-07lmbench: rename 'line' binary as 'lm_line'Carlos Hernandez
Both lmbench and util-linux-ng packages provide own /usr/bin/line binaries. Even though the binaries name is the same, their functionality is different. This patch renames lmbench's line binary as lm_line to avoid conflicts with util-linux-ng. script/config-run is also modified (patch) to call lm_line instead of line. Signed-off-By: Carlos Hernandez <c-hernandez8@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-12-16lmbench: install 'lmbench' script into /usr/bin so 'lmbench-run' actually worksKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-12-16lmbench: package scripts that lmbench-run needsKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-11-19lmbench 2.0.4: Add a patch to fix a problem in 'gnu-os'Tom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-14lmbench: fix sh equality operatorAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Michael Smith <msmith@cbnco.com>
2010-08-25Revert "lmbench-2.0.4: removed"Frans Meulenbroeks
This reverts commit 9600cc400c1aff9f7fc7068e3a02d1b64aeb6107. As requested by Tom Rini on irc. Apparently this was still used despite being from 2003. apologies for any inconvenience Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-25lmbench: added 3.0-a9 versionFrans Meulenbroeks
kept 2.5 so people who want to compare results still can build that version if desired Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-25lmbench-2.0.4: removedFrans Meulenbroeks
removed this version. it is from 2003, not pinned Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-17lmbench: Fix 2.0.4 like Koen did for 2.5Tom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-11lmbench: fix buildKoen Kooi
2010-07-16lmbench: Fix builds by pulling in siteinfo stuffTom Rini
At some point an automatic import of autotools.bbclass was removed. Since we only need CONFIG_SITEINFO, inherit siteinfo and set the variable so we're back to where we were. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>