jobs/Common: temporary fix for the manifest file name

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-08-21 09:52:06 +02:00
parent 3e5d3a0e69
commit f64940dcfd
1 changed files with 3 additions and 1 deletions

View File

@ -315,7 +315,9 @@ def buildTheYoctoPackage() {
//-----------------------------------------------------------------------------
// copy the package- and license manifest into the current directory
def getManifests(machine, artifactPath, targetBaseName) {
def pkgArtifactName = "${env.BITBAKE_PKG}-${machine}"
// ToDo: change the following line as soon as the manifest file issue is clarified
// def pkgArtifactName = "${env.BITBAKE_PKG}-${machine}"
def pkgArtifactName = "nwl-ramdisk-minimal-${machine}.manifest"
def pkgManifestFile = "${artifactPath}/${pkgArtifactName}.manifest"
println "Copying Manifests...\n\
--> artifactPath = ${artifactPath}\n\