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 3/4] mmc-utils: add mmc-utils for working with eMMC devices
Date: Thu, 6 Feb 2014 10:19:28 -0500	[thread overview]
Message-ID: <20140206151928.GF18784@edge> (raw)
In-Reply-To: <1391697602-1599-3-git-send-email-Chase.Maupin@ti.com>

On Thu, Feb 06, 2014 at 08:40:01AM -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

Still no PV? It will default to 0.0, but maybe we want to set it explicitly?


> 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"
> +
> +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-06 15:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-06 14:39 [PATCH 1/4] arago-base-tisdk-image: add keystone support Chase Maupin
2014-02-06 14:40 ` [PATCHv2 2/4] arago-core-tisdk-image: add support for keystone devices Chase Maupin
2014-02-06 14:40 ` [PATCH 3/4] mmc-utils: add mmc-utils for working with eMMC devices Chase Maupin
2014-02-06 15:19   ` Denys Dmytriyenko [this message]
2014-02-06 15:25     ` Maupin, Chase
2014-02-06 14:40 ` [PATCH 4/4] tisdk-addons: add mmc-utils package Chase Maupin

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=20140206151928.GF18784@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.