Pull request #37: feat(coreos-image-testable): add an image to be used in the CI

Merge in ICO/coreos from feat/ci-image to master

* commit 'f0f662b494d1a437b658023b4bef43854ab544e3':
  feat(coreos-image-testable): add an image to be used in the CI
This commit is contained in:
Samuel Dolt 2023-01-30 11:10:45 +01:00
commit de94a4711f
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DESCRIPTION = "Image used to run test inside our CI environment."
MAINTAINER = "Steffen Wieland <steffen.wieland@belden.com>"
inherit coreos-image
IMAGE_FEATURES += "ssh-server networkmanager swupdate"
IMAGE_INSTALL:append = " packagegroup-core-full-cmdline swupdate-www"