All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Chase Maupin <Chase.Maupin@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 6/6] mmc-utils: add mmc-utils for working with eMMC devices
Date: Wed, 5 Feb 2014 13:43:29 -0500	[thread overview]
Message-ID: <20140205184329.GP18784@edge> (raw)
In-Reply-To: <1391630646-9727-6-git-send-email-Chase.Maupin@ti.com>

On Wed, Feb 05, 2014 at 02:04:06PM -0600, Chase Maupin wrote:
> * These utils make working with eMMC devices as raw devices easier
>   for setting up the boot locations, etc
> * This is overlayed into meta-arago until picked up in oe-core

Should it be added to one of the packagegroups?


> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
>  .../recipes-devtools/mmc/mmc-utils_git.bb          |   17 +++++++++++++++++
>  1 files changed, 17 insertions(+), 0 deletions(-)
>  create mode 100644 meta-arago-extras/recipes-devtools/mmc/mmc-utils_git.bb
> 
> diff --git a/meta-arago-extras/recipes-devtools/mmc/mmc-utils_git.bb b/meta-arago-extras/recipes-devtools/mmc/mmc-utils_git.bb
> new file mode 100644
> index 0000000..fe9a3fa
> --- /dev/null
> +++ b/meta-arago-extras/recipes-devtools/mmc/mmc-utils_git.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTION = "Userspace tools for MMC/SD devices"
> +HOMEPAGE = "http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=17;md5=d7747fc87f1eb22b946ef819969503f0"

PV?


> +BRANCH ?= "master"
> +SRCREV = "11f2ceabc4ad3f0dd568e0ce68166e4803e0615b"
> +
> +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;protocol=git;branch=${BRANCH}"
> +
> +
> +S = "${WORKDIR}/git"
> +
> +do_install() {
> +    install -d ${D}${bindir}
> +    install -m 0755 mmc ${D}${bindir}
> +}
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-02-05 18:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-05 20:04 [PATCH 1/6] tisdk-image: change to regex matching Chase Maupin
2014-02-05 20:04 ` [PATCH 2/6] arago-source-ipk: Add Keystone sourceipk settings Chase Maupin
2014-02-05 20:04 ` [PATCH 3/6] tisdk-amsdk-sdk-host: remove pinmux for keystone devices Chase Maupin
2014-02-06  0:04   ` Denys Dmytriyenko
2014-02-06  0:15     ` Nelson, Sam
2014-02-05 20:04 ` [PATCH 4/6] arago-base-tisdk-image: add keystone support Chase Maupin
2014-02-06  0:00   ` Denys Dmytriyenko
2014-02-06 12:45     ` Maupin, Chase
2014-02-06 15:18       ` Denys Dmytriyenko
2014-02-06 15:24         ` Maupin, Chase
2014-02-06 15:28           ` Denys Dmytriyenko
2014-02-05 20:04 ` [PATCH 5/6] arago-core-tisdk-image: add support for keystone devices Chase Maupin
2014-02-05 18:47   ` Denys Dmytriyenko
2014-02-05 18:58     ` Maupin, Chase
2014-02-05 20:04 ` [PATCH 6/6] mmc-utils: add mmc-utils for working with eMMC devices Chase Maupin
2014-02-05 18:43   ` Denys Dmytriyenko [this message]
2014-02-05 18:58     ` Maupin, Chase

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=20140205184329.GP18784@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.