This commit adds sudo to the Arago filesystem. The addition of sudo is necessary due to weston running rootless. Hence, Customers who are working on applications which requires weston may now need sudo for that extra privileges. Furthermore, the inclusion of sudo is in response to past customer requests for this feature.
Signed-off-by: Chirag Shilwant <[email protected]> --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 1 + 1 file changed, 1 insertion(+) 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 af701d85..7885cfbd 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 @@ -21,6 +21,7 @@ UTILS = " \ kdump \ open62541-examples \ open62541-tests \ + sudo \ " UTILS_UBOOT_FW = "libubootenv-bin" -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14600): https://lists.yoctoproject.org/g/meta-arago/message/14600 Mute This Topic: https://lists.yoctoproject.org/mt/99488091/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
