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:
commit
de94a4711f
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue