* Add the parted utility to make working with eMMC GPT partitions possible from the Linux system.
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
