Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • lava lava
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 45
    • Merge requests 45
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lava
  • lavalava
  • Merge requests
  • !2090

Merged
Created Apr 21, 2023 by Thomas Mahe@Mahe-ThomasContributor

boot uuu: multiple otg path support

  • Overview 0
  • Commits 3
  • Changes 8

Alternative implementation of !2089 (closed)

Current MR propose to allow uuu_usb_otg_path to be provided as string or list.

Multiple otg path support is also implemented for path provided through command output.


changelog:

  • schema.py: uuu_usb_otg_path accepted if of type list[str] or str
  • base-uboot: legacy jinja variable handling if usb_otg_path is iterable and not of type string. Escaped as string otherwise (legacy)
  • boot uuu:
    • -m arguments are added according to the number of otg path specified in device configuration.
    • Multiple otg path can be retrieved from uuu_otg_path_command execution
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: uuu-multiple-otg-path