the yocto environment load path changes, i.e. to load the env for
an ostree image changed from '. ./env.image-ostree' to
'. ./env/distro/ostree-image'
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
The nightly build holds now 2x mmc and 1x ramdisk image for each
hw type. Thus the build discarder was updated.
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
as the number of parallel threads are set back to 4 the SDK can
be built on lxbuild4 in parallel
BugzID: 74051
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>
the heap size of the java engine was exceeded when using archive
artifacts, thus the archiving is now done by deploying the sdk to
nexus.
additionally a cleaning of leftovers is added in the preparing
stage and the stage collecting the revisions is removed.
BugzID: 73631
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>
After a team discussion it would be good to have the possibility to
build an SDK from a dev image. Therefore a job parameter is
added.
BugzID: 73564
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>