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: [email protected] > 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: [email protected] >> 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 <[email protected]> >>> --- >>> .../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 >>> [email protected] >>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago >>> -- Tom _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
