From: Denys Dmytriyenko <denys@ti.com>
To: Chase Maupin <Chase.Maupin@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug
Date: Fri, 29 Mar 2013 13:01:27 -0400 [thread overview]
Message-ID: <20130329170127.GM23022@edge> (raw)
In-Reply-To: <1364565033-29017-1-git-send-email-Chase.Maupin@ti.com>
On Fri, Mar 29, 2013 at 08:50:30AM -0500, Chase Maupin wrote:
> * The omapconf utility gives useful information about the
> state of the OMAP device and can be used in debug and testing.
>
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
> .../recipes-devtools/omapconf/omapconf_git.bb | 25 ++++++++++++++++++++
> 1 files changed, 25 insertions(+), 0 deletions(-)
> create mode 100644 meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
>
> diff --git a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
> new file mode 100644
> index 0000000..9fcd88d
> --- /dev/null
> +++ b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
> @@ -0,0 +1,25 @@
> +DESCRIPTION = "Diagnostic tool for TI OMAP processors"
> +HOMEPAGE = "https://github.com/omapconf/omapconf"
> +
> +LICENSE = "GPLv2 BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
> +
> +PV = "1.66"
> +PR = "r0"
> +
> +COMPATIBLE_MACHINE = "omap-a15"
Is it compatible with omap4? I guess not omap3 though :)
> +
> +BRANCH ?= "master"
> +SRCREV = "418b94bde60dbd3f85a0afb6e4d2a808cfb104cd"
> +
> +SRC_URI = "git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +do_compile () {
> + oe_runmake CROSS_COMPILE=${TARGET_PREFIX} install
> +}
> +
> +do_install () {
> + oe_runmake DESTDIR=${D}${bindir} install
> +}
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2013-03-29 17:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-29 13:50 [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug Chase Maupin
2013-03-29 13:50 ` [PATCH 2/4] arago-source-ipk: Add sourceipk for omapconf Chase Maupin
2013-03-29 13:50 ` [PATCH 3/4] tisdk-packagegroups: Add omapconf Chase Maupin
2013-03-29 13:50 ` [PATCH 4/4] ti-tisdk-makefile: Add omapconf targets Chase Maupin
2013-03-29 17:01 ` Denys Dmytriyenko [this message]
2013-03-29 17:06 ` [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug Maupin, Chase
2013-03-29 17:11 ` Denys Dmytriyenko
2013-03-29 17:18 ` Maupin, Chase
2013-03-29 17:23 ` Denys Dmytriyenko
2013-03-29 17:25 ` Maupin, Chase
2013-03-29 17:29 ` Denys Dmytriyenko
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=20130329170127.GM23022@edge \
--to=denys@ti.com \
--cc=Chase.Maupin@ti.com \
--cc=meta-arago@arago-project.org \
/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.