Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RDK-52502] added new mount/unmount APIs. #336

Merged
merged 7 commits into from
Sep 18, 2024

Conversation

goruklu
Copy link
Contributor

@goruklu goruklu commented Sep 9, 2024

Description

initial implementation of mount & unmount operations (only works on devices with kernel version > 5.2

Test Procedure

Use the following commands to mount and unmount directories in already running containers:

DobbyTool mount com.sky.as.apps_com.bskyb.epgui  /mnt/usb /tmp/newmount ro,bind
DobbyTool unmount com.sky.as.apps_com.bskyb.epgui /tmp/newmount

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other (doesn't fit into the above categories - e.g. documentation updates)

Requires Bitbake Recipe changes?

  • The base Bitbake recipe (meta-rdk-ext/recipes-containers/dobby/dobby.bb) must be modified to support the changes in this PR (beyond updating SRC_REV)

@goruklu goruklu marked this pull request as ready for review September 10, 2024 21:59
Copy link
Contributor

@bgray-sky bgray-sky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@goruklu goruklu merged commit 59c8437 into rdkcentral:master Sep 18, 2024
21 checks passed
@goruklu goruklu deleted the RDK-52502-MountUnmountAPIs branch September 18, 2024 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add mount/unmount APIs in Dobby to support dynamic mounting of USB mass storage devices
2 participants