distro/rhel8: add RHEL for Edge

Initial definition for RHEL for edge package set on x86.
This is based marginally on the upstream Fedora IoT package set
but slimmed down and adjusted for RHEL package naming.

Based on Tom's patch.

Signed-off-by: Tom Gundersen <teg@jklm.no>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Peter Robinson 2020-06-06 14:29:26 +01:00 committed by Ondřej Budai
parent d9c7c2dd0b
commit f32770fed6
2 changed files with 116 additions and 0 deletions

View file

@ -336,6 +336,7 @@ var imageTypeCompatMapping = map[string]string{
"partitioned-disk": "Partitioned-disk",
"tar": "Tar",
"fedora-iot-commit": "fedora-iot-commit",
"rhel-edge-commit": "rhel-edge-commit",
"test_type": "test_type", // used only in json_test.go
"test_type_invalid": "test_type_invalid", // used only in json_test.go
}