Skip to content

Provide options for manifest generation #6

@gprossliner

Description

@gprossliner

While building the board filesystem, a /usr/manifest.json is unconditionally deployed to the board. This is a good feature to have, because my individual workflow needs that file for Over the Air Update.

{
  "version": "develop",
  "files": [
    {
      "file_name": "/usr/main.py",
      "size": 66,
      "integrity": "sha256-xVBVQEepGe4cZhEcqMZPjhCC3Gr/hoLvsplkNSRiIZI="
    }
}

Other projects may use different techniques or formats, so we should at least:

  • Make generation of that file optional
  • Change the name of the target file
  • OptIn specific features like SNI Hash Generation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions