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

Added possibility to specify extra mounts in dobby config #238

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

mateusz-hobgarski-red
Copy link
Contributor

Description

Added possibility to specify extra mounts in dobby config.

Test Procedure

Add to dobby.json
"extraMounts": [
{
"source": "/tmp/communicator",
"destination": "/tmp/communicator",
"type": "bind",
"options": [ "bind", "nosuid", "nodev", "noexec" ]
}
],
Check in logs if it was parsed correctly and mount was added every container.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • [ x ] 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
Copy link
Contributor

goruklu commented Jun 21, 2023

@mateusz-hobgarski-red please resolve the conflict in DobbyManager.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants