[meta-ti] [PATCH] arm-benchmarks: port of am-benchmarks from arago
Denys Dmytriyenko
denis at denix.org
Thu Jan 26 11:09:49 PST 2012
On Thu, Jan 26, 2012 at 01:00:55PM -0600, Chase Maupin wrote:
> * Ported the am-benchmarks recipe from arago and changed the name
> to arm-benchmarks.
> * Updated the SRCREV to pickup licensing file
>
> Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
> ---
> recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb | 26 +++++++++++++++++++++++
> 1 files changed, 26 insertions(+), 0 deletions(-)
> create mode 100644 recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
>
> diff --git a/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
> new file mode 100644
> index 0000000..c7a8e12
> --- /dev/null
> +++ b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
> @@ -0,0 +1,26 @@
> +DESCRIPTION = "AM Benchmarks"
Didn't you change the name? ^^^
> +HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=7aefb5e1cffc7b6a3ef18b803f957922"
> +SECTION = "system"
> +
> +SRCREV = "76"
> +PR = "r0+svnr${SRCPV}"
> +
> +SRC_URI = "svn://gforge.ti.com/svn/am_benchmarks/;module=trunk;proto=https;user=anonymous;pswd=''"
> +
> +S = "${WORKDIR}/trunk"
> +
> +do_compile() {
> + export CROSS_COMPILE=${TARGET_PREFIX}
> + export ARCH=${TUNE_PKGARCH}
> + # build the release version
> + make release
> +}
> +
> +do_install() {
> + export ARCH=${TUNE_PKGARCH}
> + make DESTDIR=${D} install
> +}
> +
> +RDEPENDS += matrix-gui-armbenchmarks-demos
Do we really need to RDEPENDS on matrix?
--
Denys
More information about the meta-ti
mailing list