From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id B5732529AA for ; Wed, 5 Feb 2014 18:43:31 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id s15IhUtY009775 for ; Wed, 5 Feb 2014 12:43:30 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s15IhUAh010687 for ; Wed, 5 Feb 2014 12:43:30 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.2.342.3; Wed, 5 Feb 2014 12:43:29 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id s15IhUQV000753; Wed, 5 Feb 2014 12:43:30 -0600 Date: Wed, 5 Feb 2014 13:43:29 -0500 From: Denys Dmytriyenko To: Chase Maupin Message-ID: <20140205184329.GP18784@edge> References: <1391630646-9727-1-git-send-email-Chase.Maupin@ti.com> <1391630646-9727-6-git-send-email-Chase.Maupin@ti.com> MIME-Version: 1.0 In-Reply-To: <1391630646-9727-6-git-send-email-Chase.Maupin@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH 6/6] mmc-utils: add mmc-utils for working with eMMC devices X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 18:43:31 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline 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 > --- > .../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