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] tisdk-addons: Add parted utility
Date: Mon, 08 Apr 2013 13:55:40 -0400	[thread overview]
Message-ID: <20130408175540.GA15209@denix.org> (raw)
In-Reply-To: <1365170082-1087-1-git-send-email-Chase.Maupin@ti.com>

On Fri, Apr 05, 2013 at 08:54:42AM -0500, Chase Maupin wrote:
> * Add the parted utility to make working with eMMC GPT partitions
>   possible from the Linux system.

Since parted is GPLv3, may I suggest GPT fdisk (gdisk) instead, which is 
GPLv2? It appears there's no recipe for it yet, but it should it relatively 
easy to make, as it's quite portable:

http://www.rodsbooks.com/gdisk/index.html

-- 
Denys


> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
>  .../packagegroup-arago-tisdk-addons.bb             |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> index 0f76f4f..5dade67 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to install additional utilities/demos for SDKs"
>  LICENSE = "MIT"
> -PR = "r5"
> +PR = "r6"
>  
>  inherit packagegroup
>  
> @@ -16,6 +16,7 @@ UTILS = " \
>      arm-benchmarks \
>      dropbear \
>      openssh-sftp-server \
> +    parted \
>  "
>  
>  # Add PRU examples for am180x-evm devices
> -- 
> 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:[~2013-04-08 17:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-05 13:54 [PATCH] tisdk-addons: Add parted utility Chase Maupin
2013-04-08 17:55 ` Denys Dmytriyenko [this message]
2013-04-09 11:01   ` Maupin, Chase
2013-04-09 11:49     ` Tom Rini

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=20130408175540.GA15209@denix.org \
    --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.