jobs/Common: replaced the the variable for generating ci-artifacts

declaring COREOS_IMAGE_EXTRACLASSES += "coreos-image-ci" let
bitbake generate a file *.ci-artifacts containing the files of the
build to archive/deploy.
originally it was agreed to declare
NWL_IMAGE_EXTRACLASSES += "nwl-image-ci" accordingly for NWL but
this part was never implemented. Thus, the replacement with this
commit

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-09-18 11:38:23 +02:00
parent c08549263b
commit 42f9c9eb4d
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ def getSstateMirrorConfig() {
}
//-----------------------------------------------------------------------------
def getArtifactConfig() {
return "NWL_IMAGE_EXTRACLASSES += \"nwl-image-ci\""
return "COREOS_IMAGE_EXTRACLASSES += \"coreos-image-ci\""
}
//-----------------------------------------------------------------------------
def setupConfigFile(confPath, confFile) {