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:
parent
c08549263b
commit
42f9c9eb4d
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue