cleaning the tmp-out dir if desired, which is needed when building
the dev image where the bootloader is archived first
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
the environment variable of the build dir postfix part was null and
thus the wrong path set up.
in the sdk prepare part there is a cleaning of left overs before
the submodules might be available.
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
In case 73920 are additional build directories created. The yocto
build pipelines needed to be updated.
BugzID: 73973
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
Within the big jenkins file only the netmodule layers are updated
when the release string is empty of latest. This change is now
integrated into the split jenkins files.
BugzID: 73564
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
Common parts of those pipelines are extracted into a common part.
Each pipeline loads this common part as module to get access to
its functions.
This is also the base for adding a job generating the SDK
BugzID: 73564
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>