summaryrefslogtreecommitdiff
path: root/post-build-create-image-manifest.sh
AgeCommit message (Collapse)Author
2014-06-17Clarify jenkins-setup licensingrelease-14.07release-14.06Fathi Boudra
Change-Id: I9c433b1b839d451b3cdb8032dd5a1e39cc1436cd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-12-05post-build-create-image-manifest.sh: also handle bzImage filesKoen Kooi
The x86 builds use bzImages, so deploy those as well. Change-Id: I6a85cd54c3898ad9b7fc80d7d9b4efbdf0fc1eb4 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2013-10-10post-build-create-image-manifest: fix path used by find commandNicolas Dechesne
In the original patch (b799530 ) was merged into master, we are using 'find . -name xxx'. As such we clearly depends on the value of $PWD, and it was expected to be the in the proper tmp/deploy/image folder. However the logic in that script had been rewritten, so the original patch no longer works properly. Since it is now executed from the WORKSPACE, 'find' will search the entire WORKSPACE and get some wrong files. We need to restrict where 'find' searches files. Change-Id: Id456f3061bbef52e7e69f20d4e79f0e57d6f052d Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2013-10-10set +x permission on the shell scriptsFathi Boudra
Change-Id: I345e8dd43d680ae95305a9700e9561c3033e340c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-10-08post-build-create-manifest: export modules-* and kernel images as well, if anyNicolas Dechesne
When OE is used to generate full images including kernel image and modules, we need to export them too. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2013-10-08post-build-create-image-manifest: add function 'header' with support for getoptsNicolas Dechesne
Prepare for future use of scripts parameters, and add support for verbose option too. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2013-09-30fix image manifests for lamp sysrootRiku Voipio
2013-09-18post-build-create-image-manifest.sh: rewrite - rely on bitbakeFathi Boudra
environment Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-17post-build-create-image-manifest.sh: fix wildcard expansionFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-14post-build-create-image-manifest.sh: support .rootfs.*.gz (e.g initramfs ↵Fathi Boudra
image is .rootfs.cpio.gz) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-06post-build-create-image-manifest: limit find to maxdepth 2Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-07tmpdir: remove expansionRiku Voipio
poky does not set TCLIBCAPPEND, thus there is some tmp/tmp-eglibc mixup for the TMPDIR. To keep things simple, disable TCLIBCAPPEND everywhere.
2013-08-05post-build-create-image-manifest: make check robustRiku Voipio
2013-08-05shared tmpdir for all build in jenkinsRiku Voipio
We need to share the tmpdir to avoid stubble build failures due to gcc search paths changing between builds.
2013-06-20Get rid of hardcoded deploy dirFathi Boudra
Move the files to out dir (previously in the CI job) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-19Revert to previous behaviorFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-18init-and-build: use repo to clone.Anders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2013-02-26Changed structure of tasks and created new scriptsMarcin Juszkiewicz
publish-results.sh split to: - post-build-create-image-manifest.sh - post-build-sort-out-downloads.sh Second one also takes care of downloads/ dir so we do not push the same archives again and again to snapshots.linaro.org Cleaning of disk space got moved from Jenkins to pre-build-do-cleanup.sh script. pre-build-root-install-dependencies.sh just got renamed so it is visible when it is run init-and-build.sh also got renamed as it not only initialize but also do a build. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>