* [PATCH] tisdk-addons: Add parted utility
@ 2013-04-05 13:54 Chase Maupin
2013-04-08 17:55 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Chase Maupin @ 2013-04-05 13:54 UTC (permalink / raw)
To: meta-arago
* Add the parted utility to make working with eMMC GPT partitions
possible from the Linux system.
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] tisdk-addons: Add parted utility
2013-04-05 13:54 [PATCH] tisdk-addons: Add parted utility Chase Maupin
@ 2013-04-08 17:55 ` Denys Dmytriyenko
2013-04-09 11:01 ` Maupin, Chase
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-04-08 17:55 UTC (permalink / raw)
To: Chase Maupin; +Cc: meta-arago
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] tisdk-addons: Add parted utility
2013-04-08 17:55 ` Denys Dmytriyenko
@ 2013-04-09 11:01 ` Maupin, Chase
2013-04-09 11:49 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Maupin, Chase @ 2013-04-09 11:01 UTC (permalink / raw)
To: Dmytriyenko, Denys, Rini, Tom; +Cc: meta-arago@arago-project.org
I'm OK with trying that.
Tom, will that utility work for your needs?
Sincerely,
Chase Maupin
Integration Team Manager
Linux Core Product Development
e-mail: chase.maupin@ti.com
phone: (214) 567-2950
For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, April 08, 2013 12:56 PM
> To: Maupin, Chase
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] tisdk-addons: Add parted
> utility
>
> 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
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] tisdk-addons: Add parted utility
2013-04-09 11:01 ` Maupin, Chase
@ 2013-04-09 11:49 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2013-04-09 11:49 UTC (permalink / raw)
To: Maupin, Chase; +Cc: meta-arago@arago-project.org
On 04/09/2013 07:01 AM, Maupin, Chase wrote:
> I'm OK with trying that.
>
> Tom, will that utility work for your needs?
Well it's "everyone with a OMAP5 uEVM"s needs, but yes, something to
re-partition eMMC that groks GPT is what's needed, and that fits the bill.
>
> Sincerely,
> Chase Maupin
> Integration Team Manager
> Linux Core Product Development
> e-mail: chase.maupin@ti.com
> phone: (214) 567-2950
>
> For support:
> Forums - http://community.ti.com/forums/
> Wiki - http://wiki.davincidsp.com/
>
>
>> -----Original Message-----
>> From: Dmytriyenko, Denys
>> Sent: Monday, April 08, 2013 12:56 PM
>> To: Maupin, Chase
>> Cc: meta-arago@arago-project.org
>> Subject: Re: [meta-arago] [PATCH] tisdk-addons: Add parted
>> utility
>>
>> 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
>>>
--
Tom
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-09 11:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 13:54 [PATCH] tisdk-addons: Add parted utility Chase Maupin
2013-04-08 17:55 ` Denys Dmytriyenko
2013-04-09 11:01 ` Maupin, Chase
2013-04-09 11:49 ` Tom Rini
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.