- 28 Jun, 2019 1 commit
-
-
Guido Gunther authored
-
- 27 Jun, 2019 1 commit
-
-
Guido Gunther authored
Jenkinsfile: move the build type to the front See merge request Librem5/image-builder!102
-
- 25 Jun, 2019 2 commits
-
-
Angus Ainslie (Purism) authored
We need to parse the build type for librem5-devkit-tools. This will also break librem5-devkit-flash-image so that people don't end up with radnom images until it gets fixed. Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
Angus Ainslie (Purism) authored
Sync the filesystem and use the full losetup path to make the loop device detach more reliable. Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
- 22 Jun, 2019 7 commits
-
-
Angus Ainslie (Purism) authored
Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
Angus Ainslie authored
New devkit targets See merge request Librem5/image-builder!100
-
Angus Ainslie (Purism) authored
Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
Angus Ainslie (Purism) authored
We are building a 4.18, 5.2 and a linux-next kernel so use the build_type switch to select between them Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
Angus Ainslie (Purism) authored
storage.puri.sm is no longer used so get all kernels and u-boot from jenkins. Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
Angus Ainslie (Purism) authored
Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
Angus Ainslie authored
Cleanups to make shellcheck pass on root.sh See merge request Librem5/image-builder!101
-
- 18 Jun, 2019 5 commits
-
-
Guido Gunther authored
Makes finding changes before building more robust
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
This makes shellcheck more happy and the code more robust towards changes.
-
Guido Gunther authored
Less stream lined targets like the NXP EVKs need a hand copied dtb but the devkit doesn't so don't copy in this case.
-
- 13 Jun, 2019 1 commit
-
-
Dorota Czaplejewicz authored
root.sh: Only check for patched packages when installed See merge request Librem5/image-builder!99
-
- 12 Jun, 2019 5 commits
-
-
Guido Gunther authored
Not all architectures have all packages (e.g. we don't have flash-kernel on amd64) so check if a package is installed at all before checking if it's patched.
-
Guido Gunther authored
build-image: use latest instead of unstable by default See merge request Librem5/image-builder!96
-
Dorota Czaplejewicz authored
Makefile: Use devkit as default target See merge request Librem5/image-builder!97
-
Dorota Czaplejewicz authored
Check for patched packages See merge request Librem5/image-builder!98
-
Guido Gunther authored
This makes sure we don't end up with broken images pulling newer versions from Debian than we have. This would ideally be checked in separate test step but until this is there let's put it here rather than shipping broken images.
-
- 11 Jun, 2019 3 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
While imx6 is still nice we want a simple make build a devkit image by default. Use the latest kernel as well since we're not publishing to storage.puri.sm atm.
-
- 06 Jun, 2019 3 commits
-
-
Martin Kepplinger authored
-
Guido Gunther authored
Dockerfile: install unzip See merge request Librem5/image-builder!95
-
Martin Kepplinger authored
unzip is needed to to extract jenkins' kernel archive.
-
- 05 May, 2019 1 commit
-
-
Dorota Czaplejewicz authored
Generate additional boot image for eMMC boot hwpart See merge request Librem5/image-builder!87
-
- 04 May, 2019 4 commits
-
-
Hugo Grostabussiat authored
-
Hugo Grostabussiat authored
Read the `want_boot_image` board config value, and add the boot image the the list if the value is 1. The boot image generated by the build-image script will get compressed and its SHA256 hash added to the sha256sums file.
-
Hugo Grostabussiat authored
Prepare the Makefile for producing more than one image, and fix small issues along the way. - Rename 'IMAGE' to 'IMAGES', and generate COMPRESSED from IMAGES (the '.xz' suffix is appended to every filename in IMAGE). - Fix the image being rebuilt every time even when no change occurred by making the 'local.sh-link' prerequisite order-only. - Make CHECKSUM depend on COMPRESSED so that the checksum file is updated if the images changed. - Use variable STAMPFILE instead of repeating 'tmp/$(IMAGE).stamp'. - Remove all .tmp file in the 'clean' target. This also eliminates a potentially dangerous 'rm -rf *'.
-
Hugo Grostabussiat authored
This commit adds support to build-image for building an additional boot image containing U-boot and m4.bin. This feature is enabled by the `want_boot_image` board config variable.
-
- 19 Apr, 2019 2 commits
-
-
Angus Ainslie authored
librem5 base delivers a modprobe file now so we don't need to create it here See merge request Librem5/image-builder!91
-
Angus Ainslie authored
Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- 12 Apr, 2019 2 commits
-
-
Dorota Czaplejewicz authored
Drop group handling See merge request Librem5/image-builder!90
-
Guido Gunther authored
Now in librem5-base-default: Librem5/librem5-base!31
-
- 11 Mar, 2019 1 commit
-
-
Angus Ainslie authored
Drop builders See merge request Librem5/image-builder!86
-
- 03 Mar, 2019 2 commits
-
-
Angus Ainslie (Purism) authored
They are now located here https://source.puri.sm/Librem5/kernel-builder
-