jobs/Common: temporary fix for the manifest file name
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
3e5d3a0e69
commit
f64940dcfd
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Reference in New Issue