From Fedora Project Wiki

< InternetOfThings

Revision as of 13:52, 10 October 2018 by Pwhalen (talk | contribs) (Created page with "= IoT Release Criteria = == Installation == The Fedora IoT Installation ISO must work and the resulting installation must boot in their supported configurations. The IoT image...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

IoT Release Criteria

Installation

The Fedora IoT Installation ISO must work and the resulting installation must boot in their supported configurations. The IoT images must boot on supported hardware.

Supported Hardware

AArch64

Raspberry Pi 3/3+ Dragonboard Pine 64

x86_64

Initial-Setup Service

The initial-setup service must run on all images and allow users to create a privileged user (administrator).

Upgrade

When a new ostree is composed and made available, it must be possible to upgrade an existing host using rpm-ostree upgrade.

Rollback

After upgrading to the latest ostree, it must be possible to rollback to an older version using the rpm-ostree rollback command.

Layered Package Installation

It must be possible to install additional software with rpm-ostree install command. Software installation must also include dependencies where necessary and installed software should provide the intended functionality.

Rebase

It must be possible to rebase to a different IoT release by using the command rpm-ostree rebase.

Greenboot

  • TDB*

Container Runtime

The Podman container runtime must be present on all images and installed by default when using the ISO installer. It must be possible to deploy a container image.