* Add the ubifs mtd-utils to make working with ubifs images easier. * Since we deploy ubifs images for even the base file system include these tools into the base package.
Signed-off-by: Chase Maupin <[email protected]> --- .../packagegroups/packagegroup-arago-base.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb index fd9cd15..4caf09d 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Basic task to get a device booting" LICENSE = "MIT" -PR = "r3" +PR = "r4" inherit packagegroup @@ -12,6 +12,7 @@ ARAGO_ALSA_BASE = "\ ARAGO_BASE = "\ module-init-tools \ mtd-utils \ + mtd-utils-ubifs \ curl \ initscript-telnetd \ ethtool \ -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
