Signed-off-by: Jacob Stiffler <[email protected]> --- .../packagegroup-arago-tisdk-addons.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 28ea1d6..0d8116d 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 = "r24" +PR = "r25" inherit packagegroup @@ -35,7 +35,7 @@ UTILS_append_am180x-evm = " ti-pru-sw-examples" UTILS_append_omap3 = " canutils" UTILS_append_ti33x = " canutils" UTILS_append_ti43x = " canutils" -UTILS_append_dra7xx = " canutils" +UTILS_append_dra7xx = " canutils dsptop" UTILS_append_omap-a15 = " parted" UTILS_append_ti33x = " switch-config" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
