[OE-core] [PATCH] Phoronix Test Suite package

Burton, Ross ross.burton at intel.com
Fri Sep 19 23:03:43 UTC 2014


On 19 September 2014 23:44, Todd E Brandt <todd.e.brandt at linux.intel.com> wrote:
> This is the package recipe for the phoronix test suite v5.2.1. The
> tool is for benchmarking and testing of the system.

+RDEPENDS_${PN} = "php-cli"

Surely phoronix has more dependencies than just php...  Or is this
just the runner and it talks to slave?  Honestly have no idea how the
phoronix test suite is structured.

+SRC_URI = "http://www.phoronix-test-suite.com/releases/phoronix-test-suite-5.2.1.tar.gz"

${BP} expands to PN-PV, so you can replace that with .../releases/${BP}.tar.gz.

+S = "${WORKDIR}/phoronix-test-suite"

That's the default value, so you can delete this line.

+do_install() {
+       DESTDIR=${D} ./install-sh /usr
+}

Use ${exec_prefix} instead of /usr.

Finally, this is a patch to meta-oe, so it should go to
openembedded-devel@, not openembedded-core at .

Ross



More information about the Openembedded-core mailing list