18 lines
676 B
BlitzBasic
18 lines
676 B
BlitzBasic
SUMMARY = "Image used to run test inside our CI environment."
|
|
MAINTAINER = "Samuel Dolt <samuel.dolt@netmodule.com>"
|
|
|
|
# Ensure that the .ci-artifacts file that list artifacts that is important
|
|
# for the CI is generated
|
|
COREOS_IMAGE_EXTRACLASSES += "coreos-image-ci"
|
|
|
|
inherit nwl-image
|
|
|
|
# The coreos-image-ci class generate a default list of files to write
|
|
# to the .ci-artficats file
|
|
# NWL specific files can be added as well:
|
|
# COREOS_CI_DEPLOY_ARTIFACTS += "${IMAGE_LINK_NAME}.custom.binary"
|
|
|
|
# Add features and packages that are used in our tests:
|
|
IMAGE_FEATURES += "ssh-server networkmanager swupdate"
|
|
IMAGE_INSTALL:append = " packagegroup-core-full-cmdline swupdate-www"
|