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